From 1d1cb991ea1a8d6320fa29065ac0e2cb64b50629 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 18 Dec 2023 18:04:43 +0800 Subject: [PATCH] hosts/plover: set Nix package --- hosts/plover/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index c5d8ebed..5131bcca 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -78,5 +78,8 @@ type = "ed25519"; }]; + # Make Nix experimental. + nix.package = pkgs.nixUnstable; + system.stateVersion = "23.11"; }