Updated system

This commit is contained in:
Emmet
2023-12-02 10:46:03 -06:00
parent fe23c155eb
commit 250b83edcf
3 changed files with 29 additions and 22 deletions

View File

@@ -43,7 +43,8 @@
# configure pkgs
pkgs = import nixpkgs-patched {
inherit system;
config = { allowUnfree = true; };
config = { allowUnfree = true;
allowUnfreePredicate = (_: true); };
overlays = [ rust-overlay.overlays.default ];
};