add vm output path

This commit is contained in:
2026-09-15 22:46:31 -05:00
parent 8c1567b57c
commit f3cd65ee50
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
"type": "github"
}
},
"postgres-db": {
"postgresql-db": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
@@ -49,7 +49,7 @@
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"postgres-db": "postgres-db"
"postgresql-db": "postgresql-db"
}
}
},