init: shared nixpkgs pin (2fc6539, 2026-02-24)

This commit is contained in:
Oleks
2026-02-24 15:07:52 +02:00
commit 901b84d219
2 changed files with 34 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
description = "Shared nixpkgs pin for the server fleet";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993";
outputs = { self, nixpkgs }: { };
}