commit 901b84d21949969121133383945fe641bf56abf4 Author: Oleks Date: Tue Feb 24 15:07:52 2026 +0200 init: shared nixpkgs pin (2fc6539, 2026-02-24) diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..d3ef248 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1771848320, + "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..f854cad --- /dev/null +++ b/flake.nix @@ -0,0 +1,7 @@ +{ + description = "Shared nixpkgs pin for the server fleet"; + + inputs.nixpkgs.url = "github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993"; + + outputs = { self, nixpkgs }: { }; +}