From b26af9cfd1bb421dd49cc8000e44cec4fd6f6549 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:32:32 +0200 Subject: [PATCH] Update comments in configuration-example.nix --- configuration-example.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration-example.nix b/configuration-example.nix index c3ddad8..1d7b062 100644 --- a/configuration-example.nix +++ b/configuration-example.nix @@ -61,5 +61,7 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? + + # Enable flakes nix.settings.experimental-features = ["nix-command" "flakes"]; }