refactor(host/orion): allow unfree packages
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m12s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m12s
This commit is contained in:
parent
5d1f290612
commit
02bd0740e8
@ -1,6 +1,7 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user