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, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
settings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user