nix: Allow changing to a fork in nixpkgs-version.nix
This commit is contained in:
committed by
Wolfgang Walther
parent
87a463f857
commit
b6a50ab8ed
@@ -40,6 +40,8 @@ let
|
||||
cat > nix/nixpkgs-version.nix << EOF
|
||||
# Pinned version of Nixpkgs, generated with ${name}.
|
||||
{
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
date = "$currentDate";
|
||||
rev = "$commitHash";
|
||||
tarballHash = "$tarballHash";
|
||||
|
||||
Reference in New Issue
Block a user