about summary refs log tree commit diff
path: root/scripts/nix-pull
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-10T20·34+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-10T20·34+0000
commit822c072cfa0f1e4ac304343d78e024ba19da34a8 (patch)
treea47172b7a6c22b9b6d2655eca272f8a5eca1eb3b /scripts/nix-pull
parent9bcc31c94168717c8bd27b83bfab686264f63745 (diff)
* Compress Nix archives when pushing them.
Diffstat (limited to 'scripts/nix-pull')
-rw-r--r--scripts/nix-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull b/scripts/nix-pull
index 6404cb79a17a..320322585364 100644
--- a/scripts/nix-pull
+++ b/scripts/nix-pull
@@ -31,7 +31,7 @@ while (<CONFFILE>) {
             my $fn = $1;
             next if $fn =~ /\.\./;
             next if $fn =~ /\//;
-            next unless $fn =~ /-([0-9a-z]{32})(-s-([0-9a-z]{32}))?\.nar/;
+            next unless $fn =~ /-([0-9a-z]{32})(-s-([0-9a-z]{32}))?\.nar.bz2$/;
             my $hash = $1;
             my $fshash = $3;