Skip to content

Commit dd41970

Browse files
committed
Cont 0e0a5d2
This is more efficient because we don't need a another store path.
1 parent d766483 commit dd41970

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
in
2424
naersk-lib.buildPackage {
2525
pname = "comma";
26-
src = builtins.path {
27-
name = "comma-source";
28-
path = ./.;
29-
};
26+
src = self;
3027
nativeBuildInputs = with pkgs; [ makeWrapper ];
3128
overrideMain = _: {
3229
postInstall = ''

0 commit comments

Comments
 (0)