perform structural deconfuckulation

This commit is contained in:
EatThePooh 2025-12-16 20:39:41 +07:00
parent 9f290b4a88
commit e50afb2a22
4 changed files with 197 additions and 182 deletions

View file

@ -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 ];
};
};
};