Skip to content

Commit

Permalink
remove full shell
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 26, 2024
1 parent e2fd750 commit a2f131e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nix/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ let
}
)
shells);
full = pkgs.buildEnv {
name = "full";
paths = builtins.attrValues shellsMap;
};
in
shellsMap // {
inherit full;
default = shellsMap.nix;
}

0 comments on commit a2f131e

Please sign in to comment.