Add nixpkgs-emmett pin

This commit is contained in:
Oleks
2026-02-24 18:34:17 +02:00
parent 13fae10551
commit 6a502cb946
+2 -1
View File
@@ -8,6 +8,7 @@
# Per-server pins (follow default; replace with a direct url to override)
nixpkgs-armer.follows = "nixpkgs";
nixpkgs-bim.follows = "nixpkgs";
nixpkgs-emmett.follows = "nixpkgs";
nixpkgs-howard.follows = "nixpkgs";
nixpkgs-mermaid.follows = "nixpkgs";
nixpkgs-micron.follows = "nixpkgs";
@@ -19,5 +20,5 @@
nixpkgs-ci.follows = "nixpkgs";
};
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { };
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-emmett, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { };
}