5 lines
128 B
Nix
5 lines
128 B
Nix
{ inputs, ... }: final: prev: {
|
|
unstable = import inputs.nixpkgs-unstable {
|
|
inherit (prev) system config overlays;
|
|
};
|
|
}
|