refactor(hosts/orion): use latest nix version
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s

This commit is contained in:
Price Hiller 2024-07-29 18:36:50 -05:00
parent f4e3c4a7eb
commit 68da6ca63d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,8 +1,9 @@
{ inputs, ... }: { inputs, pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
package = pkgs.nixVersions.latest;
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
settings = { settings = {
experimental-features = [ experimental-features = [