add docker.nix
This commit is contained in:
parent
17bb2d39ef
commit
df098242f5
8 changed files with 32 additions and 6 deletions
|
|
@ -123,6 +123,15 @@
|
|||
default = pkgs.rPackages.tensorflow;
|
||||
};
|
||||
};
|
||||
gcc = {
|
||||
enable = lib.mkEnableOption "c";
|
||||
packages = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
default = with pkgs; [
|
||||
gcc
|
||||
];
|
||||
};
|
||||
};
|
||||
hyprland-portals = {
|
||||
enable = lib.mkEnableOption "XDGP for hyprland";
|
||||
packages = lib.mkOption {
|
||||
|
|
|
|||
Reference in a new issue