mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Build derivations in files via nix-build ci.nix
This commit is contained in:
parent
9d6062ccb9
commit
d3094b1cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
|
||||
bootstrapZip = callPackage ./bootstrap-zip.nix { };
|
||||
|
||||
files = callPackage ./files { };
|
||||
files = callPackage ./files { } // { recurseForDerivations = true; };
|
||||
|
||||
nixDirectory = callPackage ./nix-directory.nix { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue