diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-04-19 00:24:06 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-04-19 00:24:06 +0200 |
commit | 190906161db8120a58bdc4a2ac8138c4f3e45823 (patch) | |
tree | 2266f0f3764365c560339cb68bcbda3c24d6fe94 /default.nix | |
parent | 0c1fea60db8075fe25bf68eb840a56ba9ce41069 (diff) | |
download | temp-postgres-190906161db8120a58bdc4a2ac8138c4f3e45823.tar |
Add experimental flake.nix
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
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 {}; +} |