From 8c1eefc62c4326391a86f121cc47c6faf9152cc4 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 1 Nov 2021 21:35:07 +0100 Subject: [PATCH] miku: Use flakes --- hosts/miku.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/miku.nix b/hosts/miku.nix index 00ffe10..d510858 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -122,6 +122,11 @@ in mkHost config { "ELM_ENGINE" = "wayland-egl"; "SDL_VIDEODRIVER" = "wayland"; }; + + nix.package = pkgs.nixUnstable; + nix.extraOptions = '' + experimental-options = nix-command flakes ca-references + ''; # TODO: Move into modules systemd.user.services = {