diff options
| author | Fuwn <[email protected]> | 2024-08-31 14:40:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 14:40:38 -0700 |
| commit | 81b1033e9717fbc7aed411c023a2c9364ca1d249 (patch) | |
| tree | 387308cd1fc40e9b95789db7c3fbfde260a08179 /pkgs/ahoviewer.nix | |
| parent | tings (diff) | |
| download | nixos-config-81b1033e9717fbc7aed411c023a2c9364ca1d249.tar.xz nixos-config-81b1033e9717fbc7aed411c023a2c9364ca1d249.zip | |
t
Diffstat (limited to 'pkgs/ahoviewer.nix')
| -rw-r--r-- | pkgs/ahoviewer.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/ahoviewer.nix b/pkgs/ahoviewer.nix index 38524dc..dbd747c 100644 --- a/pkgs/ahoviewer.nix +++ b/pkgs/ahoviewer.nix @@ -1,6 +1,4 @@ -{ - pkgs ? import <nixpkgs> { }, -}: +{ pkgs ? import <nixpkgs> { } }: pkgs.stdenv.mkDerivation rec { pname = "ahoviewer"; version = "42e16f9"; |