about summary refs log tree commit diff
path: root/users/Profpatsch/napalm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/napalm.nix')
-rw-r--r--users/Profpatsch/napalm.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/Profpatsch/napalm.nix b/users/Profpatsch/napalm.nix
new file mode 100644
index 000000000000..44c5885bd05e
--- /dev/null
+++ b/users/Profpatsch/napalm.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+import
+  (builtins.fetchGit {
+    url = "https://github.com/nix-community/napalm";
+    rev = "e1babff744cd278b56abe8478008b4a9e23036cf";
+  })
+{
+  inherit pkgs;
+}