Skip to content

Commit

Permalink
fix(flake): overlays is not a set but a function
Browse files Browse the repository at this point in the history
  • Loading branch information
massix committed May 15, 2024
1 parent 757fe4d commit 2242f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
vendorHash = "sha256-H79018dCud68fYT0l3IGZXQvD22byhnw/GchsiYJc68=";
};

overlays.${system}.default = _: _: { protrans = self.packages.${system}.default; };
overlays.${system} = _: _: { protrans = self.packages.${system}.default; };

homeManagerModules.default = import ./home-manager.nix self;
};
Expand Down

0 comments on commit 2242f4d

Please sign in to comment.