diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-10-18 12:57:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-10-18 13:01:20 +0530 |
commit | 246840e19b230f4cd22b5f40ecf94cc28255b887 (patch) | |
tree | f17b99430fc7bfc9bca29ec0c2977d88f588ed9b /flake.lock | |
parent | 0337b7a3722b8c30d9afdc15f2d48d18f5fa2cd6 (diff) |
feat(os/kay/headscale): init namescale
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -226,6 +226,26 @@ "type": "github" } }, + "namescale": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1760768972, + "narHash": "sha256-bNnfcWlRJ8HWxzyjMyFz0zb7RNyZ2NJdGPIu03Ds3lY=", + "owner": "sinanmohd", + "repo": "namescale", + "rev": "12e26359e79cd3c88508b0f770d0e5136e53b176", + "type": "github" + }, + "original": { + "owner": "sinanmohd", + "repo": "namescale", + "type": "github" + } + }, "nix": { "inputs": { "flake-parts": "flake-parts", @@ -345,6 +365,7 @@ "determinate": "determinate", "headplane": "headplane", "home-manager": "home-manager", + "namescale": "namescale", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_3", "sops-nix": "sops-nix" |