init
Some checks failed
/ check (push) Failing after 3m55s

This commit is contained in:
iofq 2026-01-11 23:06:17 -06:00
parent 36f19d42c5
commit d91162275c
6 changed files with 53 additions and 13 deletions

View file

@ -27,7 +27,7 @@
packages = forEachSupportedSystem (
{ pkgs }:
{
nix-with-node = (import ./pkgs/nix-with-node.nix { inherit pkgs; });
nix-with-node = (import ./pkgs/nix-with-node { inherit pkgs; });
}
);
devShells = forEachSupportedSystem (