nichts/modules/system/nix/registry.nix

9 lines
170 B
Nix

{inputs, ...}: {
# Big thanks to Dianimo for this!
nix = {
registry = {
nixpkgs.flake = inputs.nixpkgs;
default.flake = inputs.nixpkgs;
};
};
}