mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-09 03:56:06 +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 { };
|
bootstrapZip = callPackage ./bootstrap-zip.nix { };
|
||||||
|
|
||||||
files = callPackage ./files { };
|
files = callPackage ./files { } // { recurseForDerivations = true; };
|
||||||
|
|
||||||
nixDirectory = callPackage ./nix-directory.nix { };
|
nixDirectory = callPackage ./nix-directory.nix { };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue