From 246840e19b230f4cd22b5f40ecf94cc28255b887 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 18 Oct 2025 12:57:37 +0530 Subject: feat(os/kay/headscale): init namescale --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') 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; -- cgit v1.2.3