summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index cb746da..fceb721 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,11 @@
url = "github:sinanmohd/alina";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ namescale = {
+ url = "github:sinanmohd/namescale";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =
@@ -37,6 +42,7 @@
alina,
determinate,
headplane,
+ namescale,
}:
let
lib = nixpkgs.lib;
@@ -48,6 +54,8 @@
specialArgs = {
inherit alina;
+ inherit namescale;
+ inherit headplane;
inherit determinate;
inherit nixos-hardware;
};
@@ -75,12 +83,6 @@
./os/${host}/configuration.nix
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
-
- headplane.nixosModules.headplane
- {
- # provides `pkgs.headplane`
- nixpkgs.overlays = [ headplane.overlays.default ];
- }
];
});