mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Move to backup file to change LICENSE to lowercase.
This commit is contained in:
parent
edddbd3d1b
commit
258bae917a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue