summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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 {};