aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d17ef19..26dd47e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ env-dry-run:
20 ./scripts/make-env --dry-run 20 ./scripts/make-env --dry-run
21 21
22nix-info: 22nix-info:
23 @version=$$(nix eval --raw nixpkgs.lib.version) && \ 23 @version=$$(nix eval --option tarball-ttl 1 --raw nixpkgs.lib.version) && \
24 mainversion=$$(echo $$version | cut -d"." -f -2) && \ 24 mainversion=$$(echo $$version | cut -d"." -f -2) && \
25 echo "https://releases.nixos.org/nixos/$$mainversion/nixos-$$version/nixexprs.tar.xz" && \ 25 echo "https://releases.nixos.org/nixos/$$mainversion/nixos-$$version/nixexprs.tar.xz" && \
26 nix-instantiate --find-file nixpkgs 26 nix-instantiate --find-file nixpkgs