mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
chore: update nix-secrets flake url
This commit is contained in:
13
flake.lock
generated
13
flake.lock
generated
@ -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": {
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user