1
2
3
4
5
6
let
  puppy = "doggy";
in
  {currentSystem}: final: prev: {
    inherit puppy;
  }