enable procyos registry
All checks were successful
Hydra x86_64-linux.packages.rust-template Hydra build #3358 of procyos:rust-template:x86_64-linux.packages.rust-template
Hydra x86_64-linux.checks.rust-template Hydra build #3359 of procyos:rust-template:x86_64-linux.checks.rust-template

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-09 09:02:54 +02:00
parent 5d556331f2
commit 66d0662281
3 changed files with 12 additions and 7 deletions

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[registries]
procyos = { index = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/" }
[registry]
default = "procyos"

View file

@ -14,16 +14,16 @@
]
},
"locked": {
"lastModified": 1713199118,
"narHash": "sha256-MlLdAvk+zXCFUy280sY6LqtykqWXIkKVXo72J7a6HlU=",
"owner": "cargo2nix",
"lastModified": 1725812914,
"narHash": "sha256-xYdN9kbpLScjJGll6IE7Cnnn1UhIMKUwGyrzKjQvPgI=",
"owner": "DarkKirb",
"repo": "cargo2nix",
"rev": "1efb03f2f794ad5eed17e807e858c4da001dbc3e",
"rev": "7bb1ee00029ab2e7bd8ba03f5563cdbb998ab6f7",
"type": "github"
},
"original": {
"owner": "cargo2nix",
"ref": "main",
"owner": "DarkKirb",
"ref": "master",
"repo": "cargo2nix",
"type": "github"
}

View file

@ -12,7 +12,7 @@
};
cargo2nix = {
url = github:cargo2nix/cargo2nix/main;
url = github:DarkKirb/cargo2nix/master;
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.rust-overlay.follows = "rust-overlay";