chore: remove std.nix

This commit is contained in:
arcnmx 2024-02-07 10:50:04 -08:00
parent 3c1d233b4e
commit 5a82c56c67
2 changed files with 2 additions and 85 deletions

View file

@ -30,7 +30,8 @@
in "${part0 (part 0)}${part 1}:${part 2}ff:fe${part 3}:${part 4}${part 5}";
in {
inherit tree nixlib;
std = import ./std.nix {inherit inputs;};
std = inputs.self.lib.Std.Std.compat;
Std = inputs.std-fl.lib;
lib = {
inherit eui64 toHexStringLower hexCharToInt;
};