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": { "devshell": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": [
"flake-utils"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
@ -123,24 +125,6 @@
} }
}, },
"flake-utils": { "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": { "inputs": {
"systems": [ "systems": [
"systems" "systems"
@ -331,7 +315,7 @@
"devshell": "devshell", "devshell": "devshell",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"flake-registry": "flake-registry", "flake-registry": "flake-registry",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils",
"fork": "fork", "fork": "fork",
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
@ -343,7 +327,7 @@
"private": "private", "private": "private",
"rust-overlay": "rust-overlay", "rust-overlay": "rust-overlay",
"stable": "stable", "stable": "stable",
"systems": "systems_2", "systems": "systems",
"universe-cli": "universe-cli" "universe-cli": "universe-cli"
} }
}, },
@ -401,21 +385,6 @@
"type": "github" "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": { "universe-cli": {
"inputs": { "inputs": {
"crane": "crane", "crane": "crane",

View file

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