Skip to content

Commit

Permalink
Cont 0e0a5d2
Browse files Browse the repository at this point in the history
This is more efficient because we don't need a another store path.
  • Loading branch information
Artturin committed Oct 16, 2024
1 parent d766483 commit dd41970
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
in
naersk-lib.buildPackage {
pname = "comma";
src = builtins.path {
name = "comma-source";
path = ./.;
};
src = self;
nativeBuildInputs = with pkgs; [ makeWrapper ];
overrideMain = _: {
postInstall = ''
Expand Down

0 comments on commit dd41970

Please sign in to comment.