summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-02-04 12:03:17 +0100
committerMatthias Beyer <matthias.beyer@ifm.com>2022-02-14 17:03:06 +0100
commitdb484e268f0b0c8ed7170839ef05d92b7a3a6beb (patch)
treef8501357524b9378680da71c97763168fbbc1cd1
parent61877fc68681bccc87e369c87cd59f7e63299a5c (diff)
packages: Ignore the examples directory
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--examples/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/packages.nix b/examples/packages.nix
index 4e2b205a..615a4e3d 100644
--- a/examples/packages.nix
+++ b/examples/packages.nix
@@ -12,9 +12,9 @@ let
pname = "tedge";
inherit version;
- src = pkgs.nix-gitignore.gitignoreSourcePure "target\n" ./..;
+ src = pkgs.nix-gitignore.gitignoreSourcePure "target\nexamples\n" ./..;
- cargoSha256 = "sha256:09p201i0ncsdrdmhbd8za0icdmpbvxazpd3bhc9gial1mbsr8v8g";
+ cargoSha256 = "sha256:05396q0jxbnzlp1j51vb03idzkp7pmlay4ia97jgplyjyd4cfvbx";
doCheck = false;