Skip to content

Commit

Permalink
patch lix
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Oct 29, 2024
1 parent 4b88dcc commit 3fa7a72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@
lib.mkFlake {
package-namespace = "arichtman";

nix.package = inputs.nixpkgs.lix;
# Workaround to https://github.com/NixOS/nixpkgs/issues/337036
nix.package = inputs.nixpkgs.lix.overrideAttrs {
doCheck = false;
doInstallCheck = false;
};

channels-config.allowUnfree = true;

systems.modules.darwin = with inputs; [
Expand Down

0 comments on commit 3fa7a72

Please sign in to comment.