From 05d14b9fc297df9b3f452a19b8a86197c428c8da Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 28 Dec 2020 19:12:59 +0100 Subject: flakes --- sif.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sif.nix b/sif.nix index 145379fa..bf5166a4 100644 --- a/sif.nix +++ b/sif.nix @@ -571,6 +571,12 @@ zramSwap.enable = true; + nix = { + extraOptions = '' + experimental-features = flakes + ''; + }; + system.stateVersion = "20.03"; # Did you read the comment? } -- cgit v1.2.3