mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
nix fmt
This commit is contained in:
parent
f8aa3388c0
commit
effbbb725d
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
# Install NixOS with the updated flake input and root settings
|
# Install NixOS with the updated flake input and root settings
|
||||||
sudo nixos-install --no-root-password --root /mnt --flake $FLAKE_INPUT
|
sudo nixos-install --no-root-password --root /mnt --flake $FLAKE_INPUT
|
||||||
'' ;
|
'';
|
||||||
|
|
||||||
nixosModules.default =
|
nixosModules.default =
|
||||||
import ./nixosModules inputs;
|
import ./nixosModules inputs;
|
||||||
|
|
Loading…
Reference in a new issue