mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 18:19:12 +00:00
8 lines
175 B
Nix
8 lines
175 B
Nix
{ dockerTools, neovim, nushell, foodogsquaredLib, }:
|
|
|
|
foodogsquaredLib.buildDockerImage rec {
|
|
name = "typical-devenv";
|
|
tag = name;
|
|
contents = foodogsquaredLib.stdenv;
|
|
}
|