Nix (language): Difference between revisions

imported>R-burns
m Driveby stdenv.lib deprecation cleanup: https://github.com/NixOS/nixpkgs/issues/108938
imported>Kcurtet
m Typo. The dot is a copy paste error I think.
Line 515: Line 515:


Instead, use this construction:
Instead, use this construction:
* <code>./. + "./desktop-${desktop}.nix"</code>
* <code>./. + "/desktop-${desktop}.nix"</code>


As a fuller example:
As a fuller example: