summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-04-19 13:11:51 +0200
committerStefan Kreutz <mail@skreutz.com>2024-04-19 13:12:05 +0200
commit0a0f1a16134a74868e10fc2062996825b7cc41f3 (patch)
tree6d06b97e64f9747eaf4d82fb3cf5eedeb6d99c04 /default.nix
parent41134866c2646092c7baa9e0e545c50354aab934 (diff)
downloadjotpass-nix.tar
Add experimental Nix flakenix
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix
new file mode 100644
index 0000000..869fc10
--- /dev/null
+++ b/default.nix
@@ -0,0 +1,4 @@
+{ pkgs ? import <nixpkgs> {} }:
+{
+ jotpass = pkgs.callPackage ./jotpass.nix {};
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.