diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-21 12:53:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 12:53:36 +0000 |
commit | d6925182cdaf94225908a386d02eae8fd3e01123 (patch) | |
tree | b94a6d55e7560da6e1edb0ca46bb5568904dbccd /Makefile | |
parent | 5c6b5ef34905f40562b518799c35be8d06694e65 (diff) | |
parent | 0599b2185768a5656e7f782fd040ec6b18cdb825 (diff) | |
download | podman-d6925182cdaf94225908a386d02eae8fd3e01123.tar.gz podman-d6925182cdaf94225908a386d02eae8fd3e01123.tar.bz2 podman-d6925182cdaf94225908a386d02eae8fd3e01123.zip |
Merge pull request #8526 from alvistack/master-linux-amd64
Update nix pin with `make nixpkgs`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ bin/podman.cross.%: .gopathok # Update nix/nixpkgs.json its latest stable commit .PHONY: nixpkgs nixpkgs: - @nix run -f channel:nixos-20.03 nix-prefetch-git -c nix-prefetch-git \ + @nix run -f channel:nixos-20.09 nix-prefetch-git -c nix-prefetch-git \ --no-deepClone https://github.com/nixos/nixpkgs > nix/nixpkgs.json # Build statically linked binary |