summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWong Hoi Sing Edison <hswong3i@pantarei-design.com>2021-06-03 11:16:17 +0800
committerWong Hoi Sing Edison <hswong3i@pantarei-design.com>2021-06-10 10:36:38 +0800
commite7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6 (patch)
tree93eb7efa2553c8b99a3042ab5a4272f327fca331 /Makefile
parentea39735845655aaf77de577a35557a0fb003514f (diff)
downloadpodman-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a7c727de..f2b9d87de 100644
--- a/Makefile
+++ b/Makefile
@@ -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