Compare commits

..

No commits in common. "b54556b8766ff65d13912c70952efabe5effc70f" and "a54db54e31fbfeaf5a993144d366e1c0c83d4e26" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -81,11 +81,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1723070956, "lastModified": 1723017600,
"narHash": "sha256-bFOTvmkJ2c1ku+E0gvqmNEF2D1PSmujDFLofKAMF/pM=", "narHash": "sha256-fVaDxaBLEE56QoOvtVTCl1JXodJinY3aQ4SPFeKqADA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7cec143201c32c4937f2c153af4a9f28a3d9bec1", "rev": "2a942f3f2daa8d2ef9d7c9734c45f247f8611874",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -3,12 +3,11 @@
environment.systemPackages = environment.systemPackages =
(with pkgs; [ (with pkgs; [
google-chrome google-chrome
teams-for-linux
]) ])
++ ++
(with pkgs-stable; [ (with pkgs-stable; [
teams-for-linux
]); ]);
} }