Compare commits
2 Commits
fd480b029d
...
4b1c7ee2d1
Author | SHA1 | Date |
---|---|---|
pegasust | 4b1c7ee2d1 | |
pegasust | 0f3366a420 |
|
@ -18,9 +18,8 @@
|
|||
pkgs.zk
|
||||
pkgs.unzip
|
||||
pkgs.rust-bin.nightly.latest.default
|
||||
pkgs.nodejs-18_x
|
||||
# pkgs.nodejs-18_x
|
||||
pkgs.rust-analyzer
|
||||
pkgs.stdenv.cc.cc.lib
|
||||
pkgs.yq
|
||||
pkgs.python39Full
|
||||
pkgs.xorg.xclock # TODO: only include if have GL
|
||||
|
|
|
@ -104,6 +104,7 @@ with lib;
|
|||
{ from = 60000; to = 61000; } # mosh
|
||||
|
||||
];
|
||||
checkReversePath = "loose";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue