From e7e09bf2f0abdbfa6a1cc7f75bfbd795f80624d6 Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Thu, 3 Jun 2021 11:16:17 +0800 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf