summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/wsl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix
index 9ccfc31..55feeb2 100644
--- a/hosts/wsl/default.nix
+++ b/hosts/wsl/default.nix
@@ -14,5 +14,6 @@
# packages
environment.systemPackages = with pkgs; [
sphinx
+ inputs.self.packages.${system}.arcanist
];
}