diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-07 01:41:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 01:41:48 -0400 |
commit | 6d0c554cbb36bbfda786fb2e4b12239af91781cb (patch) | |
tree | 940a40cef637750b36536a422a91c91020fe045d /Makefile | |
parent | 9b0627617ab35daf34f051352f3a6f05898ca935 (diff) | |
parent | 6d984739458511f444e80f06f6a12dd400268372 (diff) | |
download | podman-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-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |