From 70f4ec3c3465e0cb79768ba6976940a072f83548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 3 Jul 2022 10:43:20 +0100 Subject: [PATCH] use fixed version of polymc for now --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index efbe0f4e..01b4251e 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index de008fa7..cd2763fe 100644 --- a/flake.nix +++ b/flake.nix @@ -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";