A collection of easily useable/reusable nilla shells

chore: shorthand inputs

thecoded.prof f01178a3 772aba2a

verified
+2 -6
+2 -6
nilla.nix
··· 8 8 { 9 9 config = { 10 10 inputs = { 11 - fenix = { 12 - src = pins.fenix; 13 - }; 11 + fenix.src = pins.fenix; 14 12 nixpkgs = { 15 13 src = pins.nixpkgs; 16 14 ··· 18 16 config.inputs.fenix.result.overlays.default 19 17 ]; 20 18 }; 21 - treefmt-nix = { 22 - src = pins.treefmt-nix; 23 - }; 19 + treefmt-nix.src = pins.treefmt-nix; 24 20 }; 25 21 26 22 packages.treefmt = {