From 5d46bcfad2196615ee3f0bf4f223fb5ef8a6e40b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 7 Jan 2023 18:23:46 +0100 Subject: [PATCH] sombrero: use flakes --- hosts/sombrero/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index d79c1b2..6bf49d0 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -5,6 +5,8 @@ { config, pkgs, ... }: { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix