3 lines
102 B
Nix
3 lines
102 B
Nix
{ inputs, ... }: final: prev: {
|
|
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
|
|
}
|