From 5f39e33a843c1aefcaa1a1279e381b61afe7791c Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 4 Aug 2024 19:46:24 +0200 Subject: [PATCH] fix jovian --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 26e5c7c..2d08b6a 100644 --- a/flake.nix +++ b/flake.nix @@ -20,10 +20,10 @@ nixosConfigurations = { computer-mo = nixpkgs.lib.nixosSystem { inherit system; - specialArgs = { inherit pkgs pkgs-stable; }; + specialArgs = { inherit pkgs-stable; }; modules = [ ./configuration.nix - jovian.nixosModules.default + jovian.nixosModules.jovian home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;