feat: per-server nixpkgs pins (all follow default)

This commit is contained in:
Oleks
2026-02-24 15:10:09 +02:00
parent 901b84d219
commit d4f648fec9
2 changed files with 29 additions and 4 deletions
Generated
+16 -1
View File
@@ -18,7 +18,22 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-armer": [
"nixpkgs"
],
"nixpkgs-bim": [
"nixpkgs"
],
"nixpkgs-howard": [
"nixpkgs"
],
"nixpkgs-mermaid": [
"nixpkgs"
],
"nixpkgs-micron": [
"nixpkgs"
]
}
}
},