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

13
flake.lock generated
View File

@ -352,15 +352,16 @@
"locked": { "locked": {
"lastModified": 1738161919, "lastModified": 1738161919,
"narHash": "sha256-EKyY5XwFmgkEYElZEpNGEl6UsJO4jYvqtzZYtQPvD18=", "narHash": "sha256-EKyY5XwFmgkEYElZEpNGEl6UsJO4jYvqtzZYtQPvD18=",
"owner": "tuxdotrs", "ref": "refs/heads/main",
"repo": "nix-secrets",
"rev": "5f6314b52859812eb877b54ddf158098cf21c8c0", "rev": "5f6314b52859812eb877b54ddf158098cf21c8c0",
"type": "github" "shallow": true,
"type": "git",
"url": "ssh://git@github.com/tuxdotrs/nix-secrets.git"
}, },
"original": { "original": {
"owner": "tuxdotrs", "shallow": true,
"repo": "nix-secrets", "type": "git",
"type": "github" "url": "ssh://git@github.com/tuxdotrs/nix-secrets.git"
} }
}, },
"nix-vscode-extensions": { "nix-vscode-extensions": {

View File

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