Compare commits

..

No commits in common. "4b1c7ee2d18f666763ff9955efc3b7dd30d7d34b" and "fd480b029de3919f62e5c5ac2ef701a39d3f6b79" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,9 @@
pkgs.zk pkgs.zk
pkgs.unzip pkgs.unzip
pkgs.rust-bin.nightly.latest.default pkgs.rust-bin.nightly.latest.default
# pkgs.nodejs-18_x pkgs.nodejs-18_x
pkgs.rust-analyzer pkgs.rust-analyzer
pkgs.stdenv.cc.cc.lib
pkgs.yq pkgs.yq
pkgs.python39Full pkgs.python39Full
pkgs.xorg.xclock # TODO: only include if have GL pkgs.xorg.xclock # TODO: only include if have GL

View File

@ -104,7 +104,6 @@ with lib;
{ from = 60000; to = 61000; } # mosh { from = 60000; to = 61000; } # mosh
]; ];
checkReversePath = "loose";
}; };
}; };