Skip to content

Commit 2b712ba

Browse files
Shay BergmannShay Bergmann
authored andcommitted
Revert some changes
1 parent 3682ad4 commit 2b712ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nix/pkgs/mantis/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
filter = path: _: !lib.hasSuffix "nix" path;
1313
};
1414
in
15-
if lib.isStorePath src then src
16-
else if isGit then
17-
if dirty then mkSrc (gitignoreSource src) else repo
18-
else filterSrc src;
15+
if isGit then
16+
if dirty then filterSrc (gitignoreSource src) else repo
17+
else src;
1918

2019
mantis-source = mkSrc src;
2120

0 commit comments

Comments
 (0)