[Nix] Attempts to allow unfree packages
This commit is contained in:
@@ -7,4 +7,9 @@
|
||||
|
||||
# Enable flakes and nix-commnands.
|
||||
nix.settings.experimental-features = ["flakes" "nix-command"];
|
||||
|
||||
# Allow unfree code
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user