fix(nix): pin get-flake on last good rev

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:59:48 +02:00
parent 22b2b010c4
commit a7df832547
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
2 changed files with 5 additions and 4 deletions

7
nix/dev/flake.lock generated
View file

@ -40,16 +40,17 @@
}, },
"get-flake": { "get-flake": {
"locked": { "locked": {
"lastModified": 1714237590, "lastModified": 1694475786,
"narHash": "sha256-9gtHdGbzFHaR20xORN8IYd67ROWS+1nqQ5CsPf9MD8I=", "narHash": "sha256-s5wDmPooMUNIAAsxxCMMh9g68AueGg63DYk2hVZJbc8=",
"owner": "ursi", "owner": "ursi",
"repo": "get-flake", "repo": "get-flake",
"rev": "a6c57417d1b857b8be53aba4095869a0f438c502", "rev": "ac54750e3b95dab6ec0726d77f440efe6045bec1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ursi", "owner": "ursi",
"repo": "get-flake", "repo": "get-flake",
"rev": "ac54750e3b95dab6ec0726d77f440efe6045bec1",
"type": "github" "type": "github"
} }
}, },

View file

@ -8,7 +8,7 @@
inputs.nixpkgs-lib.follows = "nixpkgs"; inputs.nixpkgs-lib.follows = "nixpkgs";
}; };
get-flake.url = "github:ursi/get-flake"; get-flake.url = "github:ursi/get-flake/ac54750e3b95dab6ec0726d77f440efe6045bec1";
pre-commit-hooks = { pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix"; url = "github:cachix/pre-commit-hooks.nix";