From 154444180cb3aa7b0d0da00055fe0a90257a1e68 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:04:08 -0500 Subject: [PATCH] c --- common/users/homeModules/prisma.nix | 4 ++-- flake.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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