mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
$out
This commit is contained in:
parent
e8fc02e3ef
commit
9e568e39dc
1 changed files with 2 additions and 2 deletions
|
|
@ -101,10 +101,10 @@ in
|
|||
config = {
|
||||
boot.initrd.network.enable = true;
|
||||
# boot.initrd.postDeviceCommands = ''
|
||||
# mkdir -p /mnt-root
|
||||
# mkdir -p $out/mnt-root
|
||||
# '';
|
||||
boot.initrd.extraUtilsCommands = ''
|
||||
mkdir -p /mnt-root
|
||||
mkdir -p $out/mnt-root
|
||||
'';
|
||||
|
||||
fileSystems = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue