Skip to content

Commit 78eb370

Browse files
committed
1 parent e12ddcc commit 78eb370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hix/project/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
inputs.haskellNix.url = "github:input-output-hk/haskell.nix";
66
inputs.nixpkgs.follows = "haskellNix/nixpkgs-unstable";
77
inputs.flake-utils.url = "github:numtide/flake-utils";
8-
inputs.projectArgs.url = "github:input-output-hk/empty-flake";
8+
inputs.projectArgs.url = "github:input-output-hk/haskell.nix?dir=hix/empty-set";
99
inputs.projectArgs.flake = false;
1010
inputs.src.flake = false;
1111
outputs = { self, src, nixpkgs, flake-utils, haskellNix, projectArgs }:
@@ -16,7 +16,7 @@
1616
hixProject =
1717
final.haskell-nix.hix.project ({
1818
inherit src;
19-
} // builtins.removeAttrs (import projectArgs) ["outputs"] );
19+
} // import projectArgs);
2020
})
2121
];
2222
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };

0 commit comments

Comments
 (0)