]> git.scottworley.com Git - nix-env-apps/commitdiff
Remove stray ( from documentation example of env template
authorScott Worley <scottworley@scottworley.com>
Fri, 10 Apr 2026 17:12:56 +0000 (10:12 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 10 Apr 2026 17:12:56 +0000 (10:12 -0700)
README.md

index ec3e43fc47cf9af4c76fca0e5bfd24b7d9bfec09..b4c479614a3f2a164aca3bd68ab813893536a945 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ where shown here:
     final: prev: {
       userPackages = final.buildEnv {
         name = "userPackages";
     final: prev: {
       userPackages = final.buildEnv {
         name = "userPackages";
-        paths = (with final; [
+        paths = with final; [
 
           firefox
           libreoffice
 
           firefox
           libreoffice