chore: snake_case to camelCase

This commit is contained in:
DashieTM 2025-05-11 13:13:10 +02:00
parent 2b704cc5e7
commit f4e47cbf97
5 changed files with 14 additions and 14 deletions

View file

@ -119,7 +119,7 @@
pkgs = unstable;
system = currentSystem;
lib = inputs.unstable.lib;
build_systems = dashNixLib.build_systems;
buildSystems = dashNixLib.buildSystems;
};
dashNixInputs = inputs;
stablePkgs = stable;