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 = {
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
|
Loading…
Reference in New Issue
Block a user