Skip to content

Commit e919be3

Browse files
committed
fix(linux): update attrpath for system-manager
1 parent af0da2d commit e919be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
## home overlay:
6767
overlay = final: prev: import ./overlay.nix final prev // (with final; {
6868
inherit cheznix;
69-
inherit (system-manager.packages.${system}) system-manager;
69+
system-manager = system-manager.packages.${system}.default;
7070
});
7171

7272
machines = lib.mapAttrs updateHomeAttrs home-attrs.outputs;

0 commit comments

Comments
 (0)