summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-06 08:18:38 +0200
committerLinnnus <[email protected]>2023-09-06 08:18:38 +0200
commit17d483c8c8a96fad2200acaf802b7ef0b0eb494d (patch)
treed7807d842accf3730e6f4277d0b2dea00d8a811d /flake.nix
parent326cf19b227f04cb5fa6291943334f7c91b279d9 (diff)
hej gør lige mere
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 e9b375b..f294ae9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
ahmed = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
- { _module.args = { inherit inputs; }; }
+ { _module.args = { flakeInputs = inputs; }; }
./hosts/ahmed/configuration.nix
home-manager.nixosModules.home-manager
./use-cases/default.nix