mochi/nixos/overlays/arr/default.nix
Joseph Hanson 7f4bc84e9e
Some checks failed
Build / nix-build (native-x86_64, gandalf) (push) Failing after 21s
Build / nix-build (native-x86_64, telperion) (push) Successful in 4m48s
Build / nix-build (native-x86_64, shadowfax) (push) Failing after 33m52s
update firefox, vscode, nvim, and added prowlarr service config
switched shadowfax to a sworkstation config from server config.
2025-02-02 16:02:02 -06:00

4 lines
146 B
Nix

{pkgs}: let
getPackages = dir: pkgs.lib.mapAttrs (name: _: pkgs.callPackage (dir + "/${name}") {}) (builtins.readDir dir);
in
getPackages ./.