about summary refs log tree commit diff
path: root/modules/common/profiles/dev/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-03-16 02:00:43 +0300
committerAzat Bahawi <azat@bahawi.net>2023-03-16 02:00:43 +0300
commit4ec1c2d2908db7405867fb7a9f379a0e04b9fafe (patch)
tree9cffe3213d9510e810815c4f57db7274dfeca899 /modules/common/profiles/dev/default.nix
parent2023-03-11 (diff)
2023-03-16
Diffstat (limited to '')
-rw-r--r--modules/common/profiles/dev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix
index 366590f..210924a 100644
--- a/modules/common/profiles/dev/default.nix
+++ b/modules/common/profiles/dev/default.nix
@@ -38,14 +38,14 @@ in {
           templates.params = rec {
             author-name = my.fullname;
             author-email = my.email;
-            copyright = "Copyright (c) ${author-name} <${author-email}>";
+            copyright = "Copyright (c) 2023 ${author-name} <${author-email}>";
             github-username = my.username;
           };
         };
 
         ".stack/global-project/stack.yaml".text = generators.toYAML {} {
           packages = [];
-          resolver = "lts-20.3";
+          resolver = "lts-20.14";
         };
       };
 

Consider giving Nix/NixOS a try! <3