nixos-config/devcontainers/typical-devenv.nix

8 lines
175 B
Nix

{ dockerTools, neovim, nushell, foodogsquaredLib, }:
foodogsquaredLib.buildDockerImage rec {
name = "typical-devenv";
tag = name;
contents = foodogsquaredLib.stdenv;
}