From 783bb2f1ddb6e11e6c0c851397838f274e7bc823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 25 Apr 2021 19:25:06 +0100 Subject: [PATCH] ass flaxes support --- nixos/common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/common.nix b/nixos/common.nix index f50d23e7..a6db72ef 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -75,8 +75,13 @@ in "/nix/var/nix/profiles/per-user/root/channels" "home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz" ]; + package = pkgs.nixUnstable; + extraOptions = '' + experimental-features = nix-command flakes + ''; }; + system = { stateVersion = "20.03"; };