mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: remove std.nix
This commit is contained in:
parent
3c1d233b4e
commit
5a82c56c67
2 changed files with 2 additions and 85 deletions
3
lib.nix
3
lib.nix
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue