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": {
"locked": {
"lastModified": 1723070956,
"narHash": "sha256-bFOTvmkJ2c1ku+E0gvqmNEF2D1PSmujDFLofKAMF/pM=",
"lastModified": 1723017600,
"narHash": "sha256-fVaDxaBLEE56QoOvtVTCl1JXodJinY3aQ4SPFeKqADA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7cec143201c32c4937f2c153af4a9f28a3d9bec1",
"rev": "2a942f3f2daa8d2ef9d7c9734c45f247f8611874",
"type": "github"
},
"original": {

View File

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