summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-15 13:15:12 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-15 13:15:12 +0200
commitb4bd5b135458660fce72b5acbbe9ed367fca4b2a (patch)
tree856eb5bbe64db16622d45aec9c12e9b75de7ce93 /flake.lock
parent44bf77a12ffd86294054c6e92077ea31f3613360 (diff)
downloadtemp-postgres-b4bd5b135458660fce72b5acbbe9ed367fca4b2a.tar.gz
Add experimental Nix flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock61
1 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..f1824cc
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-parts": {
+ "inputs": {
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
+ "locked": {
+ "lastModified": 1775087534,
+ "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1775888245,
+ "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "13043924aaa7375ce482ebe2494338e058282925",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-lib": {
+ "locked": {
+ "lastModified": 1774748309,
+ "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=",
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "rev": "333c4e0545a6da976206c74db8773a1645b5870a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-parts": "flake-parts",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.