From 7163c0d8be998b074a559a494af76e9ac1b0e592 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 29 Feb 2024 11:27:28 -0500 Subject: [PATCH] nix flake update: 2024-02-29 16:27:28 UTC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/ec25c90d35d24e36c0af3b3d58a09542367ebbee' (2024-02-29) → 'github:NixOS/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29) --- flake.lock | 6 +++--- machines/hephaestus/configuration.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 5ca227e..a1f7fc0 100644 --- a/flake.lock +++ b/flake.lock @@ -204,11 +204,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1709169036, - "narHash": "sha256-j+ywPKUS0JLpidNcz6vA0z1xI/rU5PcLV7pwZMce+Tw=", + "lastModified": 1709200309, + "narHash": "sha256-lKdtMbhnBNU1lr978T+wEYet3sfIXXgyiDZNEgx8CV8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ec25c90d35d24e36c0af3b3d58a09542367ebbee", + "rev": "ebe6e807793e7c9cc59cf81225fdee1a03413811", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index ae76342..74bb0d1 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -169,7 +169,6 @@ in { unstable.obsidian unstable.signal-desktop unstable.yuzu - unstable.zoom-us usbutils virt-manager vlc @@ -177,6 +176,7 @@ in { wine wine64 wireshark-qt + zoom-us ] ++ gnomeExtensions; }