Make sure nix-serve and nix are in path.
This commit is contained in:
parent
c1e62b7a32
commit
b330d070c2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ mach-nix.buildPythonApplication {
|
|||
src = lib.cleanSource ./.;
|
||||
version = builtins.readFile ./VERSION;
|
||||
requirements = builtins.readFile ./requirements.txt;
|
||||
buildInputs = with pkgs; [
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
nix
|
||||
nix-serve
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue