summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-04-19 00:24:06 +0200
committerStefan Kreutz <mail@skreutz.com>2024-04-19 00:24:06 +0200
commit190906161db8120a58bdc4a2ac8138c4f3e45823 (patch)
tree2266f0f3764365c560339cb68bcbda3c24d6fe94 /default.nix
parent0c1fea60db8075fe25bf68eb840a56ba9ce41069 (diff)
downloadtemp-postgres-190906161db8120a58bdc4a2ac8138c4f3e45823.tar
Add experimental flake.nix
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..cffb0da
--- /dev/null
+++ b/default.nix
@@ -0,0 +1,4 @@
+{ pkgs ? import <nixpkgs> {} }:
+{
+ temp-postgres = pkgs.callPackage ./temp-postgres.nix {};
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.