flake lock

This commit is contained in:
2026-09-15 22:38:25 -05:00
parent bd89d462b6
commit 8c1567b57c
+32 -1
View File
@@ -16,9 +16,40 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1789114715,
"narHash": "sha256-ugpsyk3NM2s87vXfUiIIiibbJ4Pp0JPS5p/3mfs+q+c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "21a67dc470149f337cecafbe965d8d252a390518",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}
},
"postgres-db": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"path": "../postgresql-db",
"type": "path"
},
"original": {
"path": "../postgresql-db",
"type": "path"
},
"parent": []
},
"root": { "root": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs",
"postgres-db": "postgres-db"
} }
} }
}, },