use fixed version of polymc for now

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-03 10:43:20 +01:00
parent 0cdb2a752e
commit 70f4ec3c34
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 6 deletions

View file

@ -811,15 +811,16 @@
]
},
"locked": {
"lastModified": 1656829405,
"narHash": "sha256-RH7vB5jgPsLlGvNGqKHHcp0dnRBEP2kZ8pQHOsESWsc=",
"owner": "PolyMC",
"lastModified": 1656840645,
"narHash": "sha256-LFGJlhCCjANeuT1SY9jt+5BMJluGq3tAzbl+6zn4S68=",
"owner": "DarkKirb",
"repo": "PolyMC",
"rev": "b90d6b0f26613c5b4a4a1f20e7646ffeefe05c83",
"rev": "471d6d603100e3668322d6da28ed1e1beee95456",
"type": "github"
},
"original": {
"owner": "PolyMC",
"owner": "DarkKirb",
"ref": "nix-ecm",
"repo": "PolyMC",
"type": "github"
}

View file

@ -11,7 +11,7 @@ rec {
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
chir-rs.url = "git+https://git.chir.rs/darkkirb/chir.rs.git?ref=main";
nur.url = "github:nix-community/NUR";
polymc.url = "github:PolyMC/PolyMC";
polymc.url = "github:DarkKirb/PolyMC/nix-ecm";
polymc.inputs.nixpkgs.follows = "nixpkgs";
dns.url = "github:DarkKirb/dns.nix?ref=master";
hydra.url = "github:mlabs-haskell/hydra/aciceri/ca-derivations";