1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-03 06:27:46 +00:00

Fix flake, don't redeclate same option,

also update Cargo.nix
This commit is contained in:
RGBCube 2023-12-30 14:42:22 +03:00
parent 9b49fc523a
commit 80b2066222
No known key found for this signature in database
3 changed files with 214 additions and 46 deletions

28
flake.lock generated
View file

@ -3,9 +3,7 @@
"cargo2nix": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
],
@ -78,8 +76,8 @@
"root": {
"inputs": {
"cargo2nix": "cargo2nix",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"tools": "tools"
}
},
"rust-overlay": {
@ -121,6 +119,26 @@
"repo": "default",
"type": "github"
}
},
"tools": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1700815030,
"narHash": "sha256-x24obS8VMX5tmf8MkJMyjG7UxxJxSiH+k063Xwyfzqg=",
"owner": "RGBCube",
"repo": "FlakeTools",
"rev": "7fd62102ff360783e0fcd1f4eb434d90d06694c8",
"type": "github"
},
"original": {
"owner": "RGBCube",
"repo": "FlakeTools",
"type": "github"
}
}
},
"root": "root",