perform structural deconfuckulation
This commit is contained in:
parent
9f290b4a88
commit
e50afb2a22
4 changed files with 197 additions and 182 deletions
|
|
@ -19,14 +19,11 @@
|
|||
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
|
||||
perSystem = { config, pkgs, ... }: {
|
||||
deno = {
|
||||
enable = true;
|
||||
lockfiles = [ ./deno.lock ];
|
||||
};
|
||||
deno-with-packages.lockfiles = [ ./deno.lock ];
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [ config.flake-root.devShell ];
|
||||
buildInputs = [ config.packages.deno ];
|
||||
buildInputs = [ config.deno-with-packages.package ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue