about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-09-11 19:28:11 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-11 19:28:11 +0300
commit96ca9558928f4ffc9a99a94059fcd93d0a9de761 (patch)
tree4c89ece6605c439b8c3bf4531f4c9fcde8bf7245 /flake.nix
parent2022-09-10 (diff)
2022-09-11
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index dce2869..6d38577 100644
--- a/flake.nix
+++ b/flake.nix
@@ -255,7 +255,6 @@
             shellcheck.enable = true;
             shfmt.enable = true;
             statix.enable = true;
-            # nix-linter.enable = true; # Takes annoyingly long time to parse stuff.
           };
         };
       })
@@ -267,7 +266,7 @@
         nixosConfigurations =
           import ./configurations {inherit inputs lib;};
 
-        # TODO Make it so self.pckages also can use this.
+        # TODO Make it so that self.packages also can use this.
         overlays.default = final: _: {
           UltimMC = final.libsForQt5.callPackage ./packages/ultimmc.nix {};
           bruh = final.callPackage ./packages/bruh.nix {};

Consider giving Nix/NixOS a try! <3