don't double dip on the module

This commit is contained in:
Daylin Morgan 2025-02-17 22:57:24 -06:00
parent 0f017f5f13
commit 4a13d52025
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 2 additions and 3 deletions

View file

@ -3,10 +3,9 @@
++ [ ++ [
inputs.nim2nix.overlays.default # adds buildNimPackage inputs.nim2nix.overlays.default # adds buildNimPackage
inputs.lix-module.overlays.default
(final: prev: { (final: prev: {
nix = inputs.self.packages.${final.system}.lix; # nix = inputs.self.packages.${final.system}.lix;
stable = import inputs.stable { stable = import inputs.stable {
system = final.system; system = final.system;

View file

@ -17,7 +17,7 @@ in
lix = (flake.pkg "lix-module"); lix = (flake.pkg "lix-module");
nix-eval-jobs = pkgs.nix-eval-jobs; nix-eval-jobs = (flake.pkgs "lix-module").nix-eval-jobs;
roc = (flake.pkgs "roc").cli; roc = (flake.pkgs "roc").cli;
roc-lang-server = (flake.pkgs "roc").lang-server; roc-lang-server = (flake.pkgs "roc").lang-server;