lol

make-squashfs: use `__structuredAttrs`

Makes it easier to enable discarding of references, a feature of Nix
2.14 which requires structured attrs.

+1
+1
nixos/lib/make-squashfs.nix
··· 10 10 11 11 stdenv.mkDerivation { 12 12 name = "squashfs.img"; 13 + __structuredAttrs = true; 13 14 14 15 nativeBuildInputs = [ squashfsTools ]; 15 16