From 723b2c2c661153f15e76f8c0ecbd59401a3fe415 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:11:37 -0500 Subject: [PATCH] horrorcode --- common/users/meyer-wsl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/users/meyer-wsl/default.nix b/common/users/meyer-wsl/default.nix index c74b8ac..e4a900c 100644 --- a/common/users/meyer-wsl/default.nix +++ b/common/users/meyer-wsl/default.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ... }: +{ pkgs, inputs, stable ? pkgs, unstable ? pkgs, ... }: let NAME = "meyer"; in @@ -25,7 +25,7 @@ in }; }; home-manager = { - extraSpecialArgs = { inherit inputs; }; + extraSpecialArgs = { inherit inputs stable unstable; }; users = { "${NAME}" = import ./home.nix; };