mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Set writable bit for default config
This commit is contained in:
parent
2caabff900
commit
8df2d1d55c
5 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ let
|
|||
initialBuild = true;
|
||||
|
||||
config = {
|
||||
imports = [ ../modules/build/initial-build ];
|
||||
imports = [ ../modules/build/initial-build.nix ];
|
||||
|
||||
_module.args = { inherit customPkgs; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue