flake: override devshell flake-utils

This commit is contained in:
Infinidoge 2024-03-29 09:42:24 -04:00
parent 1658bb9c55
commit 3e8030bace
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 6 additions and 36 deletions

41
flake.lock generated
View file

@ -67,7 +67,9 @@
},
"devshell": {
"inputs": {
"flake-utils": "flake-utils",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
@ -123,24 +125,6 @@
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": [
"systems"
@ -331,7 +315,7 @@
"devshell": "devshell",
"flake-parts": "flake-parts",
"flake-registry": "flake-registry",
"flake-utils": "flake-utils_2",
"flake-utils": "flake-utils",
"fork": "fork",
"home-manager": "home-manager",
"impermanence": "impermanence",
@ -343,7 +327,7 @@
"private": "private",
"rust-overlay": "rust-overlay",
"stable": "stable",
"systems": "systems_2",
"systems": "systems",
"universe-cli": "universe-cli"
}
},
@ -401,21 +385,6 @@
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"universe-cli": {
"inputs": {
"crane": "crane",

View file

@ -48,6 +48,7 @@
## Follow flake-utils
flake-utils.url = "github:numtide/flake-utils";
devshell.inputs.flake-utils.follows = "flake-utils";
nix-minecraft.inputs.flake-utils.follows = "flake-utils";
nixos-wsl.inputs.flake-utils.follows = "flake-utils";
rust-overlay.inputs.flake-utils.follows = "flake-utils";