summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-07 01:41:48 -0400
committerGitHub <noreply@github.com>2021-04-07 01:41:48 -0400
commit6d0c554cbb36bbfda786fb2e4b12239af91781cb (patch)
tree940a40cef637750b36536a422a91c91020fe045d /Makefile
parent9b0627617ab35daf34f051352f3a6f05898ca935 (diff)
parent6d984739458511f444e80f06f6a12dd400268372 (diff)
downloadpodman-6d0c554cbb36bbfda786fb2e4b12239af91781cb.tar.gz
podman-6d0c554cbb36bbfda786fb2e4b12239af91781cb.tar.bz2
podman-6d0c554cbb36bbfda786fb2e4b12239af91781cb.zip
Merge pull request #9934 from alvistack/master-linux-amd64
Update nix pin with `make nixpkgs`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 705ac4ded..a70e07991 100644
--- a/Makefile
+++ b/Makefile
@@ -242,8 +242,11 @@ bin/podman.cross.%: .gopathok
# Update nix/nixpkgs.json its latest stable commit
.PHONY: nixpkgs
nixpkgs:
- @nix run -f channel:nixos-20.09 nix-prefetch-git -c nix-prefetch-git \
- --no-deepClone https://github.com/nixos/nixpkgs > nix/nixpkgs.json
+ @nix run \
+ -f channel:nixos-20.09 nix-prefetch-git \
+ -c nix-prefetch-git \
+ --no-deepClone \
+ https://github.com/nixos/nixpkgs refs/head/nixos-20.09 > nix/nixpkgs.json
# Build statically linked binary
.PHONY: static