diff options
| author | Fuwn <[email protected]> | 2024-08-28 22:35:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-28 22:35:07 -0700 |
| commit | 0687f98f5e8f293c19ee4de018a4389d355c55b8 (patch) | |
| tree | 85daad9a5373b6656c7f21c40b7d3277b8f3a0ec /home/ebisu/meta/network/tools/http/default.nix | |
| parent | hi (diff) | |
| download | nixos-config-0687f98f5e8f293c19ee4de018a4389d355c55b8.tar.xz nixos-config-0687f98f5e8f293c19ee4de018a4389d355c55b8.zip | |
hi
Diffstat (limited to 'home/ebisu/meta/network/tools/http/default.nix')
| -rw-r--r-- | home/ebisu/meta/network/tools/http/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/ebisu/meta/network/tools/http/default.nix b/home/ebisu/meta/network/tools/http/default.nix index 59d6efc..b47540f 100644 --- a/home/ebisu/meta/network/tools/http/default.nix +++ b/home/ebisu/meta/network/tools/http/default.nix @@ -1,8 +1,9 @@ { pkgs, ... }: { imports = [ - ./httpie - ./yaak + ./httpie.nix ./wget.nix ]; + + home.packages = [ (pkgs.callPackage ../../../../../../pkgs/yaak.nix { }) ]; } |