Unverified Commit 56226c46 authored by Naïm Favier's avatar Naïm Favier
Browse files

make-squashfs: use `__structuredAttrs`

Makes it easier to enable discarding of references, a feature of Nix
2.14 which requires structured attrs.
parent 276f75e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

stdenv.mkDerivation {
  name = "squashfs.img";
  __structuredAttrs = true;

  nativeBuildInputs = [ squashfsTools ];