chore: update nix-secrets flake url

This commit is contained in:
tux
2025-02-15 16:55:23 +05:30
parent 4512ed5821
commit 77fb668e5a
2 changed files with 8 additions and 7 deletions

View File

@ -87,7 +87,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-secrets = {
url = "github:tuxdotrs/nix-secrets";
url = "git+ssh://git@github.com/tuxdotrs/nix-secrets.git?shallow=1";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty.url = "github:ghostty-org/ghostty";