From 959e1ef417451b878a56cc46fffb53bc7ded1a58 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 8 Apr 2022 11:06:59 +0900 Subject: Snapshot for lab install --- nix/devel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/devel.nix') diff --git a/nix/devel.nix b/nix/devel.nix index d819def..cdf09a7 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ exa fd gitAndTools.gitFull glow jq minicom man-pages ripgrep rlwrap - gcc lua python3 rakudo zig + gcc lua python3 qbe rakudo zig bintools gdb gnumake luaPackages.luacheck mypy pkg-config plantuml texlive.combined.scheme-full ] ++ (with python3Packages; [ flit pip tox ]); @@ -22,11 +22,11 @@ }; ipfs = { - enable = true; user = "sea"; dataDir = "/home/sea/.ipfs"; # autoMount = true; localDiscovery = true; + enableGC = true; }; }; } -- cgit 1.4.1