summaryrefslogtreecommitdiff
path: root/hosts/work/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/work/default.nix')
-rw-r--r--hosts/work/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/work/default.nix b/hosts/work/default.nix
index 7427945..03ad03a 100644
--- a/hosts/work/default.nix
+++ b/hosts/work/default.nix
@@ -2,9 +2,7 @@
# System configuration for work vm
{
lib,
- config,
pkgs,
- inputs,
...
}: {
# options
@@ -15,7 +13,7 @@
# packages
extraHome = {
home.packages = with pkgs; [
- inputs.self.packages.${system}.arcanist
+ arcanist
];
programs.git = {