pin registry nixpkgs to input

This commit is contained in:
atagen 2025-07-21 21:36:47 +10:00
parent 6edea89b77
commit 93caa53b2e

View file

@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
nixpkgs = {
config = {
@ -6,4 +6,5 @@
allowUnfreePredicate = _: true;
};
};
nixpkgs.flake.source = inputs.nixpkgs;
}