sombrero: use flakes

This commit is contained in:
Alexander Heldt
2023-01-07 18:23:46 +01:00
parent 03cfe7c488
commit 5d46bcfad2

View File

@@ -5,6 +5,8 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix