mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-23 08:43:11 +01:00
enable deno if it is not broken
This commit is contained in:
parent
6085d5513a
commit
57b58e6cea
@ -29,7 +29,7 @@
|
||||
"*.envrc.private-template"
|
||||
];
|
||||
programs.shellcheck.enable = true;
|
||||
programs.deno.enable = true;
|
||||
programs.deno.enable = !pkgs.deno.meta.broken;
|
||||
};
|
||||
packages = {
|
||||
default = pkgs.mkShell {
|
||||
|
Loading…
Reference in New Issue
Block a user