Ensure that downloads folder exists
This commit is contained in:
parent
4e0dc359f8
commit
50e5a94994
@ -21,6 +21,7 @@ let
|
||||
(pkgs.writeTextDir "inventory.yaml" (builtins.toJSON {}))
|
||||
(pkgs.writeTextDir "package_index.json" (builtins.toJSON {packages = [];}))
|
||||
(pkgs.writeTextDir "library_index.json" (builtins.toJSON {libraries = [];}))
|
||||
(pkgs.writeTextDir "staging/.dummy" "")
|
||||
];
|
||||
};
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user