flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 26e185df88e0c30aebba886f841241e3a141169c
parent 2ede36fc30ad968aaf2c75aff146e3aeb85ec2b5
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Fri,  4 Apr 2025 15:44:07 +0200

chore: fix wrong installation command

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
MREADME | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -34,7 +34,8 @@ repository, generate the hardware configuration file and use nixos-install: # Disk partitioning, etc. nixos-generate-config --show-hardware-config > hardware/laptop/default.nix - nixos-install --root /mnt --flake .#server --no-root-password + nixos-install --root /mnt --flake .#laptop --no-root-password --option \ + extra-experimental-features 'nix-command flakes pipe-operators' Usage -----