diff --git a/nix/sources.json b/nix/sources.json
index dfd0e8ad482f6a3b1c9e3ff04d32cd05197cb0ad..60baa5852df607038bd7a544f8ec6355aaf01bc0 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -408,6 +408,19 @@ "type": "tarball",
"url": "https://github.com/wladich/nakarte/archive/89c3e0a94a848a72d5c2b199100d565a9af0dbab.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"description": "n³ The missing terminal file manager for X",
"homepage": "https://github.com/jarun/nnn",
"owner": "jarun",
"repo": "nnn",
"rev": "5d7095e3b96409b9b3276013bab04d644da70cf5",
"sha256": "1plscky2bab7kfl7f8qa39r13f1m9w28m5yymcgfqifpkhq8mmz4",
"type": "tarball",
"url": "https://github.com/jarun/nnn/archive/5d7095e3b96409b9b3276013bab04d644da70cf5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"openmtbmap_openvelomap_linux": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/applications/nnn-plugins/default.nix b/pkgs/applications/nnn-plugins/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..2ed9ed1466610c1ce5856bcc4f21379fecba5031
--- /dev/null
+++ b/pkgs/applications/nnn-plugins/default.nix
@@ -0,0 +1,24 @@
+{ stdenv, sources }:
+stdenv.mkDerivation rec {
install -Dm755 "$f" -t $out/share/nnn/plugins
+}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index de260d1cac8947455a41162491388ddbba56ba43..414c460dcb4275fae0d9cd385278878e279b6d4c 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -17,6 +17,7 @@ };
macpass = callPackage ./applications/macpass {};
mapsoft = callPackage ./applications/mapsoft {};
mapsoft2 = callPackage ./applications/mapsoft/2.nix {};
openorienteering-mapper = libsForQt5.callPackage ./applications/openorienteering-mapper {
inherit sources;
};
application/octet-stream
This content has been proxied by September (3851b).