feat(host/orion): set nixPath
to flake nixpkgs input
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m1s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m1s
This commit is contained in:
parent
d0f67e8245
commit
4e563e3ed9
@ -1,7 +1,8 @@
|
|||||||
{ ... }:
|
{ inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
|
Loading…
Reference in New Issue
Block a user