mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Move to backup file to change LICENSE to lowercase.
This commit is contained in:
parent
edddbd3d1b
commit
258bae917a
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
nuget sources Add -Name nixos -Source $(pwd)/nixos
|
||||
|
||||
# license check is case sensitive
|
||||
mv LICENSE license
|
||||
mv LICENSE license.bak && mv license.bak license
|
||||
|
||||
mkdir -p artifacts
|
||||
unzip ${xplat} -d artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user