diff --git a/flake.lock b/flake.lock index 06ef1be..3012bd0 100755 --- a/flake.lock +++ b/flake.lock @@ -352,15 +352,16 @@ "locked": { "lastModified": 1738161919, "narHash": "sha256-EKyY5XwFmgkEYElZEpNGEl6UsJO4jYvqtzZYtQPvD18=", - "owner": "tuxdotrs", - "repo": "nix-secrets", + "ref": "refs/heads/main", "rev": "5f6314b52859812eb877b54ddf158098cf21c8c0", - "type": "github" + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/tuxdotrs/nix-secrets.git" }, "original": { - "owner": "tuxdotrs", - "repo": "nix-secrets", - "type": "github" + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/tuxdotrs/nix-secrets.git" } }, "nix-vscode-extensions": { diff --git a/flake.nix b/flake.nix index 98dc605..b847746 100755 --- a/flake.nix +++ b/flake.nix @@ -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";