3 lines
84 B
Nix
3 lines
84 B
Nix
{inputs, ...}: {
|
|
config.nixpkgs = import ../base/nixpkgs.nix {inherit inputs;};
|
|
}
|