diff --git a/common/users/homeModules/prisma.nix b/common/users/homeModules/prisma.nix index 7bca261..8033e1b 100644 --- a/common/users/homeModules/prisma.nix +++ b/common/users/homeModules/prisma.nix @@ -1,7 +1,7 @@ -{pkgs, ...}: { +{pkgs, unstable, ...}: { home = { packages = with pkgs; [ - prisma + unstable.prisma prisma-engines ]; sessionVariables = { diff --git a/flake.nix b/flake.nix index 2c4cb32..2c9bef4 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,8 @@ nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; + unstable = nixpkgs; + stable = nix-stable; }; system = "x86_64-linux"; modules = [ @@ -99,6 +101,7 @@ stylix = inputs.stylix-stable; }; unstable = nixpkgs; + stable = nix-stable; }; modules = [ ./boxes/wsl/configuration.nix