From b9fe945baf36c868c3c359579f452df252833a72 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 7 Jun 2020 21:20:08 -0400 Subject: [PATCH] fixup formatting --- quickly.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/quickly.nix b/quickly.nix index 54dbe82..0d8dc3c 100644 --- a/quickly.nix +++ b/quickly.nix @@ -45,12 +45,11 @@ in # In stage 1, mount a tmpfs on top of /nix/store (the squashfs # image) to make this a live CD. - fileSystems."/nix" = - { - fsType = "tmpfs"; - options = [ "mode=0755" ]; - neededForBoot = true; - }; + fileSystems."/nix" = { + fsType = "tmpfs"; + options = [ "mode=0755" ]; + neededForBoot = true; + }; boot.initrd.postMountCommands = '' echo "Mounting initial store"