7 lines
83 B
Nix
7 lines
83 B
Nix
|
let
|
||
|
puppy = "doggy";
|
||
|
in
|
||
|
{currentSystem}: final: prev: {
|
||
|
inherit puppy;
|
||
|
}
|