8 lines
189 B
Nix
8 lines
189 B
Nix
{
|
|
description = "Shared nixpkgs pin for the server fleet";
|
|
|
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993";
|
|
|
|
outputs = { self, nixpkgs }: { };
|
|
}
|