diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-11 19:28:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-11 19:28:11 +0300 |
commit | 96ca9558928f4ffc9a99a94059fcd93d0a9de761 (patch) | |
tree | 4c89ece6605c439b8c3bf4531f4c9fcde8bf7245 /flake.nix | |
parent | 2022-09-10 (diff) |
2022-09-11
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
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 {}; |