From 77159dbd0a52fc052264f361031d8b9ad155190d Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Wed, 14 Apr 2021 09:25:24 +0800 Subject: Update nix pin with `make nixpkgs` Signed-off-by: Wong Hoi Sing Edison --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01d25a856..daf71fd8e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf