aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index c98b8bd3..26944cf8 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -5,6 +5,7 @@
system,
sysLib,
nixpkgs_as_input,
+ my_flake_as_input,
# modules
home-manager,
nixNeovim,
@@ -76,7 +77,16 @@
serverphone.nixosModules.default
];
defaultSpecialArgs = {
- inherit templates sysLib serverphone system nixpkgs_as_input;
+ inherit
+ templates
+ sysLib
+ serverphone
+ system
+ # nix registry
+
+ nixpkgs_as_input
+ my_flake_as_input
+ ;
};
in {
nixosConfigurations = import ./nixosConfigurations {