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": { "locked": {
"lastModified": 1713199118, "lastModified": 1725812914,
"narHash": "sha256-MlLdAvk+zXCFUy280sY6LqtykqWXIkKVXo72J7a6HlU=", "narHash": "sha256-xYdN9kbpLScjJGll6IE7Cnnn1UhIMKUwGyrzKjQvPgI=",
"owner": "cargo2nix", "owner": "DarkKirb",
"repo": "cargo2nix", "repo": "cargo2nix",
"rev": "1efb03f2f794ad5eed17e807e858c4da001dbc3e", "rev": "7bb1ee00029ab2e7bd8ba03f5563cdbb998ab6f7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "cargo2nix", "owner": "DarkKirb",
"ref": "main", "ref": "master",
"repo": "cargo2nix", "repo": "cargo2nix",
"type": "github" "type": "github"
} }

View file

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