mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 18:19:12 +00:00
devcontainers/creatives: init
This commit is contained in:
parent
fbf48e8a8c
commit
68ab36de85
12
devcontainers/creatives.nix
Normal file
12
devcontainers/creatives.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ dockerTools, foodogsquaredLib, puredata-with-plugins, processing, zexy, shader-slang, shaderc }:
|
||||
|
||||
foodogsquaredLib.buildDockerImage rec {
|
||||
name = "fds-creatives";
|
||||
tag = name;
|
||||
contents = [
|
||||
(puredata-with-plugins [ zexy ])
|
||||
shader-slang
|
||||
processing
|
||||
shaderc
|
||||
];
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
|
||||
let inherit (pkgs) callPackage;
|
||||
in {
|
||||
creatives = callPackage ./creatives.nix { };
|
||||
rustBackend = callPackage ./rust-backend.nix { };
|
||||
jsBackend = callPackage ./js-backend.nix { };
|
||||
ruby_3_2 = callPackage ./ruby-on-rails.nix { ruby = pkgs.ruby_3_2; };
|
||||
|
Loading…
Reference in New Issue
Block a user