Skip to content

Commit

Permalink
Flake organised bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 6, 2024
1 parent 0c87ea9 commit 130ad22
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@
system = systemSettings.systemarch;
} // featureSupport "znver4";

config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
# overlays = [ rust-overlay.overlays.default ];
config = { allowUnfree = true;
allowUnfreePredicate = (_: true); };
};
pkgs-unstable = import nixpkgs-unstable {
# Add zen4 support
Expand All @@ -62,11 +59,8 @@
system = systemSettings.systemarch;
} // featureSupport "znver4";

config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
# overlays = [ rust-overlay.overlays.default ];
config = { allowUnfree = true;
allowUnfreePredicate = (_: true); };
};

in {
Expand Down

0 comments on commit 130ad22

Please sign in to comment.