summaryrefslogtreecommitdiff
path: root/pkgs/ahoviewer.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-01 20:19:11 -0700
committerFuwn <[email protected]>2024-09-01 20:19:11 -0700
commit0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch)
tree74e5c4c4587360580894f9c8eded0088d9af5d88 /pkgs/ahoviewer.nix
parenthi (diff)
downloadnixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz
nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip
format
Diffstat (limited to 'pkgs/ahoviewer.nix')
-rw-r--r--pkgs/ahoviewer.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/ahoviewer.nix b/pkgs/ahoviewer.nix
index dbd747c..38524dc 100644
--- a/pkgs/ahoviewer.nix
+++ b/pkgs/ahoviewer.nix
@@ -1,4 +1,6 @@
-{ pkgs ? import <nixpkgs> { } }:
+{
+ pkgs ? import <nixpkgs> { },
+}:
pkgs.stdenv.mkDerivation rec {
pname = "ahoviewer";
version = "42e16f9";