Skip to content

Commit

Permalink
amd 252 current 2024-12-01 10:12:51 24.11.20241129.3d7df75 6.6.60 *
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 1, 2024
1 parent edce253 commit d69d579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ let
inherit inputs;
inherit host hostName; # move hostName into host?
inherit (host) system stateVersion; # move into host?
lib = self;
lib = _self;
};

make-nixos-from-config =
Expand Down Expand Up @@ -439,7 +439,7 @@ let
});
};

self = merge [
_self = merge [
lib
{
inherit
Expand Down Expand Up @@ -483,4 +483,4 @@ let
}
];
in
self
_self

0 comments on commit d69d579

Please sign in to comment.