diff options
author | Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | 2021-04-14 09:25:24 +0800 |
---|---|---|
committer | Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | 2021-04-14 10:15:25 +0800 |
commit | 77159dbd0a52fc052264f361031d8b9ad155190d (patch) | |
tree | 2e31c7927b790d289d9f2ff764ebcd905b244492 /Makefile | |
parent | 4a22d6117aeb2f2b9fa120328bba857f7fd54d47 (diff) | |
download | podman-77159dbd0a52fc052264f361031d8b9ad155190d.tar.gz podman-77159dbd0a52fc052264f361031d8b9ad155190d.tar.bz2 podman-77159dbd0a52fc052264f361031d8b9ad155190d.zip |
Update nix pin with `make nixpkgs`
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
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 |