Compare commits

...

3 Commits

Author SHA1 Message Date
Flake Bot
b54556b876 Bump flake.lock
Some checks are pending
Flake.lock / build (push) Waiting to run
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-08 03:53:32 +00:00
6c0fd43fbf remove citrix 2024-08-08 05:52:32 +02:00
ff7a56d06c add pkgs 2024-08-08 05:51:43 +02:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

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