summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2023-09-30 11:25:55 -0400
committerJon Santmyer <jon@jonsantmyer.com>2023-09-30 11:25:55 -0400
commit7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842 (patch)
tree212d9af3fd793814472aa3b93a6f4bbdfc3ec2d4 /flake.nix
parent0d1276915ca8cdd9b1b65f8c11832d0d598c49af (diff)
downloadnix-config-7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842.tar.gz
nix-config-7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842.tar.bz2
nix-config-7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842.zip
add music module
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 976e590..d18f19b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
nixosConfigurations = (
import ./hosts {
inherit (nixpkgs) lib;
- inherit inputs nixpkgs nixpkgs-unstable nurpkgs home-manager stateVersion;
+ inherit inputs nixpkgs nixpkgs-unstable nixos-hardware nurpkgs home-manager stateVersion;
}
);
};