diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-25 15:21:33 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-25 19:14:50 -0600 |
| commit | 64e6052f5f24213141faba155b896c6beaef26f4 (patch) | |
| tree | 7ae02eab6d26277ae14aef65120fd7808a01a0b7 /home/default.nix | |
| parent | 6bf883a27dadb434aedfad9f6538a83ef02515c9 (diff) | |
home: switch old-style shenvs to hm-isolation
Diffstat (limited to '')
| -rw-r--r-- | home/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/default.nix b/home/default.nix index 0941f42..7047634 100644 --- a/home/default.nix +++ b/home/default.nix @@ -54,13 +54,6 @@ with lib; { "vtmp" = symlink "/run/user/1000/vtmp"; ".calc_history" = devNull; ".units_history" = devNull; - - ".shenvs".text = let - keeps = { gcKeep ? [] }: concatStringsSep "\n" (map toString gcKeep); - in keeps (import ../shenvs/config.nix { - inherit (pkgs.local) shenvs; - inherit config lib; - }); }; packages = import ./path.nix pkgs; |
