mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Updated system
This commit is contained in:
parent
fe23c155eb
commit
250b83edcf
3 changed files with 29 additions and 22 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue