lib/default.nix: Refactor lib loading
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
};
|
||||
};
|
||||
outputs = { self, agenix, nixpkgs, nixos-hardware, chaosevents, fernglas, nixos-exporter, solid-xmpp-alarm, ... }@inputs: let
|
||||
helper = (import ./lib/flake-helper.nix) inputs;
|
||||
lib = import ./lib inputs;
|
||||
helper = lib.flake-helper;
|
||||
in {
|
||||
clerie.hosts = {
|
||||
aluminium = {
|
||||
|
Reference in New Issue
Block a user