fix(nix): Set buildInputs for file_system dep
This commit is contained in:
parent
23efd52c2a
commit
ede1d3cb2e
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@
|
|||
packages.default = beamPackages.mixRelease {
|
||||
inherit pname version;
|
||||
|
||||
buildInputs = [ ] ++ lib.optionals isLinux (with pkgs; [
|
||||
inotify-tools
|
||||
]);
|
||||
|
||||
src = gitignoreSource ./.;
|
||||
mixNixDeps = import ./mix.nix { inherit pkgs lib beamPackages; };
|
||||
};
|
||||
|
|
Reference in a new issue