fix: nix build
This commit is contained in:
parent
478a328042
commit
852f69f690
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
||||||
src = gitignoreSource ./.;
|
src = gitignoreSource ./.;
|
||||||
mixNixDeps = import ./mix.nix { inherit pkgs lib beamPackages; };
|
mixNixDeps = import ./mix.nix { inherit lib beamPackages; };
|
||||||
};
|
};
|
||||||
|
|
||||||
process-compose."${pname}-dev" =
|
process-compose."${pname}-dev" =
|
||||||
|
|
Reference in a new issue