summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-25 15:10:45 -0400
committerseth <[email protected]>2023-05-25 15:10:45 -0400
commit9c2239488fb0c879ea98b6ec9eeda73603366bde (patch)
tree6daba7d3d708a968220f16888cf87d12beb4860d /hosts/default.nix
parent73da18a0ded305734e6e679d7adb36b19a74d9bc (diff)
move lib to nix-exprs
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 1eafe16..863987e 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -7,7 +7,7 @@
}: {
flake = {
nixosConfigurations = let
- inherit (myLib.my) mkNixOS;
+ inherit (myLib.configs) mkNixOS;
profiles = import ./profiles.nix {inherit self inputs;};
in {