diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-14 10:14:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 10:14:51 -0400 |
commit | b130dced648350f547767d07bb0b055472ab79bd (patch) | |
tree | fcab5435321853513185fff6b9fc10ca745df244 /Makefile | |
parent | b5e9b30212c8d378d1cbccb096ebde216df50139 (diff) | |
parent | 77159dbd0a52fc052264f361031d8b9ad155190d (diff) | |
download | podman-b130dced648350f547767d07bb0b055472ab79bd.tar.gz podman-b130dced648350f547767d07bb0b055472ab79bd.tar.bz2 podman-b130dced648350f547767d07bb0b055472ab79bd.zip |
Merge pull request #10019 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
@@ -389,7 +389,7 @@ nixpkgs: -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 + https://github.com/nixos/nixpkgs refs/heads/nixos-20.09 > nix/nixpkgs.json # Build statically linked binary .PHONY: static |