4 lines
99 B
Nix
4 lines
99 B
Nix
{ inputs }:
|
|
(final: prev: {
|
|
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
|
|
})
|