feat: add nixpkgs-projects pin for CI and local project builds

This commit is contained in:
Oleks
2026-02-24 15:31:20 +02:00
parent d4f648fec9
commit 4e35d3eb6c
2 changed files with 7 additions and 1 deletions
Generated
+3
View File
@@ -33,6 +33,9 @@
],
"nixpkgs-micron": [
"nixpkgs"
],
"nixpkgs-projects": [
"nixpkgs"
]
}
}
+4 -1
View File
@@ -11,7 +11,10 @@
nixpkgs-howard.follows = "nixpkgs";
nixpkgs-mermaid.follows = "nixpkgs";
nixpkgs-micron.follows = "nixpkgs";
# Project builds (CI + local; follow default unless overridden)
nixpkgs-projects.follows = "nixpkgs";
};
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron }: { };
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects }: { };
}