diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-04-19 00:43:28 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-04-19 00:43:28 +0200 |
commit | f3a65436999a3f69ee0b73e5039b3311f63c7caa (patch) | |
tree | fdc713ef0a4ca9bf467330007e60e36ee4fdfd21 /flake.lock | |
parent | 190906161db8120a58bdc4a2ac8138c4f3e45823 (diff) | |
download | temp-postgres-f3a65436999a3f69ee0b73e5039b3311f63c7caa.tar |
Use flake-utils
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,5 +1,23 @@ { "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1713248628, @@ -18,8 +36,8 @@ }, "root": { "inputs": { - "nixpkgs": "nixpkgs", - "systems": "systems" + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" } }, "systems": { |