mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -06:00
don't double dip on the module
This commit is contained in:
parent
0f017f5f13
commit
4a13d52025
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue