nix flake update: 2024-02-29 16:27:28 UTC

• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/ec25c90d35d24e36c0af3b3d58a09542367ebbee' (2024-02-29)
  → 'github:NixOS/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29)
This commit is contained in:
Dave Gallant
2024-02-29 11:27:28 -05:00
parent df52d35137
commit 7163c0d8be
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -204,11 +204,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1709169036, "lastModified": 1709200309,
"narHash": "sha256-j+ywPKUS0JLpidNcz6vA0z1xI/rU5PcLV7pwZMce+Tw=", "narHash": "sha256-lKdtMbhnBNU1lr978T+wEYet3sfIXXgyiDZNEgx8CV8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ec25c90d35d24e36c0af3b3d58a09542367ebbee", "rev": "ebe6e807793e7c9cc59cf81225fdee1a03413811",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -169,7 +169,6 @@ in {
unstable.obsidian unstable.obsidian
unstable.signal-desktop unstable.signal-desktop
unstable.yuzu unstable.yuzu
unstable.zoom-us
usbutils usbutils
virt-manager virt-manager
vlc vlc
@@ -177,6 +176,7 @@ in {
wine wine
wine64 wine64
wireshark-qt wireshark-qt
zoom-us
] ]
++ gnomeExtensions; ++ gnomeExtensions;
} }