From 95c2061fcccd276c6362ae69eac4dea01cbd4e54 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 30 Aug 2022 15:47:32 +0900 Subject: Install stuff for work --- nix/devel.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'nix/devel.nix') diff --git a/nix/devel.nix b/nix/devel.nix index 76e60c5..dacec24 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -3,10 +3,10 @@ { environment.systemPackages = with pkgs; [ exa fd gitAndTools.gitFull glow jq minicom man-pages ripgrep rlwrap - clojure gcc go lua python3 qbe rakudo zig - bintools gdb gnumake luaPackages.luacheck mypy pkg-config - plantuml texlive.combined.scheme-full - ] ++ (with python3Packages; [ flit pip tox ]); + gcc go guile_3_0 lua python3 rakudo zig + bintools gdb gnumake pkg-config + texlive.combined.scheme-full + ] ++ (with python3Packages; [ flit ]); programs.mtr.enable = true; programs.gnupg.agent = { @@ -30,5 +30,8 @@ }; }; - systemd.services.ipfs.preStart = lib.mkForce ""; + virtualisation.podman = { + dockerCompat = true; + enable = true; + }; } -- cgit 1.4.1