fix unfree bug
This commit is contained in:
parent
b094d5f303
commit
a4deb6d20d
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
filezilla
|
||||
|
Loading…
Reference in New Issue
Block a user