diff options
| author | Martin Fischer <martin@push-f.com> | 2025-11-14 14:57:57 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-11-14 14:57:57 +0100 |
| commit | 08ef4e3af67bcaed436536221a81aa459c0883a1 (patch) | |
| tree | 3d0da15caa6078731b66a6bcac8e8ef515c67e65 /default.nix | |
| parent | 8a6203f77ae261c8f821f2d1286ecb9159534794 (diff) | |
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index a828aa9..276d5c0 100644 --- a/default.nix +++ b/default.nix @@ -17,7 +17,7 @@ in buildPythonApplication rec { pname = "osm-proposals"; version = "git"; - src = ./.; + src = pkgs.nix-gitignore.gitignoreSource [] ./.; pyproject = true; build-system = [ |
