summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 2effb06..0e63219 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,10 +9,10 @@
};
};
- outputs = { self, nixpkgs, mobile-nixos }: {
+ outputs = inputs@{ self, ... }: {
nixosConfigurations =
import ./hosts {
- inherit nixpkgs mobile-nixos;
+ inherit inputs;
};
muspell-img =
self.nixosConfigurations.