diff options
-rw-r--r-- | flake.lock | 6 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -44,11 +44,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1656250965, - "narHash": "sha256-2IlNf6jxEJiuCrGymqLOLjxk2SIj4HhVIwEb0kvcs24=", + "lastModified": 1656370902, + "narHash": "sha256-wSJNOh2ODfqHlfjGHjOWDHr3AERIN7bnjU5LYy+9Ob4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9a17f325397d137ac4d219ecbd5c7f15154422f4", + "rev": "0c4852c7bc40747e734a84a0d234105a4d5c146f", "type": "github" }, "original": { diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index ab47f19..67a80f8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -30,7 +30,7 @@ with lib; git # We need git for this repository to even work # Administration tools coreutils moreutils psmisc progress lshw file - drill + dig gnumake exfat exfatprogs nix-index |