]> git.scottworley.com Git - nix-env-apps/commitdiff
Fix template
authorScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 20:31:37 +0000 (13:31 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 20:31:37 +0000 (13:31 -0700)
Changelog
apps.py

index de9cdf79bf89ff7f4123679b3e0d95bef4664e45..d4320041f478c7ee96edddb7b3751251e20f2445 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
 ## [Unreleased]
+Fix template
 
 ## [1.0.1] - 2025-09-13
 Desktop entry
diff --git a/apps.py b/apps.py
index 44dd9bb887ddb3ee73b038ba7580d721239988b1..956dfe357e6f17137ef7ebe79adb466b43141fc0 100644 (file)
--- a/apps.py
+++ b/apps.py
@@ -25,7 +25,7 @@ def on_edit(_: Any) -> None:
             f.write('''final: prev: {
   userPackages = final.buildEnv {
     name = "userPackages";
-    paths = (with final; [
+    paths = with final; [