• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Nix flake for RPython interpreters


Commit MetaInfo

Revision67a44875e7d2fabb16864a5db42b4a178d36061f (tree)
Time2024-03-02 17:02:10
AuthorCorbin <cds@corb...>
CommiterCorbin

Log Message

Use Cachix.

Change Summary

Incremental Difference

--- a/flake.nix
+++ b/flake.nix
@@ -260,7 +260,7 @@
260260 typhon = typhon.packages.${system}.typhonVm;
261261 };
262262 devShells.default = pkgs.mkShell {
263- packages = [];
263+ packages = [ pkgs.cachix ];
264264 };
265265 }
266266 );