feat(host/orion): set nixPath to flake nixpkgs input
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m1s

This commit is contained in:
Price Hiller 2024-07-01 14:03:50 -05:00
parent d0f67e8245
commit 4e563e3ed9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,8 @@
{ ... }:
{ inputs, ... }:
{
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
settings = {
experimental-features = [
"nix-command"