summaryrefslogtreecommitdiff
path: root/hosts/work/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/work/default.nix3
1 files changed, 1 insertions, 2 deletions
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 = {