summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-10-18 12:57:37 +0530
committersinanmohd <sinan@sinanmohd.com>2025-10-18 13:01:20 +0530
commit246840e19b230f4cd22b5f40ecf94cc28255b887 (patch)
treef17b99430fc7bfc9bca29ec0c2977d88f588ed9b /flake.nix
parent0337b7a3722b8c30d9afdc15f2d48d18f5fa2cd6 (diff)
feat(os/kay/headscale): init namescale
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2be062f..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,7 @@
specialArgs = {
inherit alina;
+ inherit namescale;
inherit headplane;
inherit determinate;
inherit nixos-hardware;