From a9c6a24ea66ed22fe9448840620886334f9f709f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 12 Nov 2022 11:45:47 -0500 Subject: [PATCH] Swtich desktop back to unstable --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fb6f8a3..d32591c 100644 --- a/flake.nix +++ b/flake.nix @@ -129,6 +129,7 @@ # Real systems nixosConfigurations = { levitation = makeNixosSystem { + ourNixpkgs = nixpkgs-unstable; system = "x86_64-linux"; hostName = "levitation"; extraModules = [