From 0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Feb 2026 22:03:26 -0500 Subject: update commits (nvidia still brokie) --- hosts/work/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/work') diff --git a/hosts/work/default.nix b/hosts/work/default.nix index 083c2ec..03ad03a 100644 --- a/hosts/work/default.nix +++ b/hosts/work/default.nix @@ -3,7 +3,6 @@ { lib, pkgs, - inputs, ... }: { # options @@ -14,7 +13,7 @@ # packages extraHome = { home.packages = with pkgs; [ - inputs.self.packages.${system}.arcanist + arcanist ]; programs.git = { -- cgit v1.2.3-freya