diff options
author | Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | 2021-06-03 11:16:17 +0800 |
---|---|---|
committer | Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | 2021-06-10 10:36:38 +0800 |
commit | e7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6 (patch) | |
tree | 93eb7efa2553c8b99a3042ab5a4272f327fca331 /Makefile | |
parent | ea39735845655aaf77de577a35557a0fb003514f (diff) | |
download | podman-e7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6.tar.gz podman-e7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6.tar.bz2 podman-e7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6.zip |
Update nix pin with `make nixpkgs`
- Bugfix `make nixpkgs` which pin with branch `nixos-21.05`
- Code lint with `nixpkgs-fmt`
- Code sync between x86\_64 and aarch64
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -389,10 +389,10 @@ cross: local-cross .PHONY: nixpkgs nixpkgs: @nix run \ - -f channel:nixos-20.09 nix-prefetch-git \ + -f channel:nixos-21.05 nix-prefetch-git \ -c nix-prefetch-git \ --no-deepClone \ - https://github.com/nixos/nixpkgs refs/heads/nixos-20.09 > nix/nixpkgs.json + https://github.com/nixos/nixpkgs refs/heads/nixos-21.05 > nix/nixpkgs.json # Build statically linked binary .PHONY: static |