Use nix-gitignore
This commit is contained in:
parent
ab237b7ceb
commit
5ed136073a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in
|
|||
python.mkDerivation {
|
||||
pname = "strojnadzor";
|
||||
version = "0.0.1";
|
||||
src = ./.;
|
||||
src = pkgs.nix-gitignore.gitignoreSource [] ./.;
|
||||
buildInputs = [];
|
||||
propagatedBuildInputs = builtins.attrValues python.packages;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue