generated from ProcyOS/rust-template
update cargo2nix
This commit is contained in:
parent
87f9a8c345
commit
12a19e33f0
3 changed files with 7 additions and 8 deletions
|
@ -118,7 +118,7 @@ in
|
||||||
version = "0.1.1";
|
version = "0.1.1";
|
||||||
registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
|
registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
|
||||||
src = fetchCrateAlternativeRegistry {
|
src = fetchCrateAlternativeRegistry {
|
||||||
index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/;
|
index = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
|
||||||
name = "extra-math";
|
name = "extra-math";
|
||||||
version = "0.1.1";
|
version = "0.1.1";
|
||||||
sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";
|
sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -14,11 +14,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725812914,
|
"lastModified": 1726552619,
|
||||||
"narHash": "sha256-xYdN9kbpLScjJGll6IE7Cnnn1UhIMKUwGyrzKjQvPgI=",
|
"narHash": "sha256-ytTBILVMnRZYvjiLYz+J6IFf/TOXdGuP6RDesMx9qgA=",
|
||||||
"owner": "DarkKirb",
|
"owner": "DarkKirb",
|
||||||
"repo": "cargo2nix",
|
"repo": "cargo2nix",
|
||||||
"rev": "7bb1ee00029ab2e7bd8ba03f5563cdbb998ab6f7",
|
"rev": "baa12124e2de09e1cbbdac320f14809fa55af1a2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -78,11 +78,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726547454,
|
"lastModified": 1726552853,
|
||||||
"narHash": "sha256-ORlOjR97LbxyJ28Iyd/mstcWAJ4VbKjYuULLx+icpFU=",
|
"narHash": "sha256-IiMC/CUatt5uvU5oHfWfqoaCjNs/vqRHj0B8JTZLrTg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "762dd3d899e1c3dbde61212e454afc54ec579f7a",
|
"rev": "683fddf43ec6cbb85bb61de54349090beb190173",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
rust-overlay = {
|
rust-overlay = {
|
||||||
url = "github:oxalica/rust-overlay";
|
url = "github:oxalica/rust-overlay";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cargo2nix = {
|
cargo2nix = {
|
||||||
|
|
Loading…
Reference in a new issue