Skip to content

Commit bceab1f

Browse files
committed
Make nix build work
1 parent 4fc6101 commit bceab1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
in
1919
{
2020

21-
packages = {
21+
packages = rec {
2222
# HeFFTe version 2.4.1 from GitHub
2323
heffte = pkgs.callPackage hefftePath {
2424
inherit versions;
@@ -39,9 +39,10 @@
3939
src = ./.;
4040
heffte = self.packages.${system}.heffte;
4141
};
42-
};
4342

44-
default = self.packages.${system}.openpfc-dev;
43+
default = openpfc-dev;
44+
45+
};
4546

4647
devShells.default = pkgs.mkShell {
4748

0 commit comments

Comments
 (0)