mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 12:19:11 +00:00
devcontainers/typical-devenv: init
This commit is contained in:
parent
68ab36de85
commit
60d5ab3758
@ -3,6 +3,7 @@
|
||||
let inherit (pkgs) callPackage;
|
||||
in {
|
||||
creatives = callPackage ./creatives.nix { };
|
||||
typicalDevenv = callPackage ./typical-devenv.nix { };
|
||||
rustBackend = callPackage ./rust-backend.nix { };
|
||||
jsBackend = callPackage ./js-backend.nix { };
|
||||
ruby_3_2 = callPackage ./ruby-on-rails.nix { ruby = pkgs.ruby_3_2; };
|
||||
|
7
devcontainers/typical-devenv.nix
Normal file
7
devcontainers/typical-devenv.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ dockerTools, neovim, nushell, foodogsquaredLib, }:
|
||||
|
||||
foodogsquaredLib.buildDockerImage rec {
|
||||
name = "typical-devenv";
|
||||
tag = name;
|
||||
contents = foodogsquaredLib.stdenv;
|
||||
}
|
Loading…
Reference in New Issue
Block a user