Skip to content

Commit b6a26f8

Browse files
jonringercraigem
authored andcommitted
Fix default.nix, refering to mantis flake
1 parent cf748e0 commit b6a26f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
let flake = builtins.getFlake (toString ./.);
2-
in flake.pkgs.${builtins.currentSystem}.defaultPackage
1+
let
2+
flake = builtins.getFlake (toString ./.);
3+
in
4+
flake.pkgs.${builtins.currentSystem}.mantis

0 commit comments

Comments
 (0)