From 4d75cf04045cc403aead0fd6f4e96fbf1419e560 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sat, 8 Apr 2023 00:17:33 -0500 Subject: [PATCH] feat: add haumea PR with hoistImports feature --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f4c7b59..17ba6b6 100644 --- a/flake.lock +++ b/flake.lock @@ -37,15 +37,16 @@ ] }, "locked": { - "lastModified": 1680888983, - "narHash": "sha256-h7Goeg91oyjFCl2C2GYoAnEiZGuHmi6UkJjGbHAd8ng=", + "lastModified": 1680930567, + "narHash": "sha256-F6gjChJSKq71w+N4JDagHhfQNIWqhTAOc6Uge6iIWK0=", "owner": "nix-community", "repo": "haumea", - "rev": "7ee8f8c83df6a0eb66de6d8c4e27b16fdc4ddd32", + "rev": "f67f99861556717595a4b64a3d08e0454d3c4168", "type": "github" }, "original": { "owner": "nix-community", + "ref": "refs/pull/2/head", "repo": "haumea", "type": "github" } diff --git a/flake.nix b/flake.nix index 93f6ea8..e8a7fed 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ disko.url = "github:divnix/blank"; nixos-generators.url = "github:divnix/blank"; home-manager.url = "github:divnix/blank"; - haumea.url = "github:nix-community/haumea"; + haumea.url = "github:nix-community/haumea?ref=refs/pull/2/head"; haumea.inputs.nixpkgs.follows = "nixpkgs"; };