summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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.