From a07d3189b2a3fb75385f82fc63346c2482a9e581 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 30 Aug 2023 23:04:44 -0500 Subject: [PATCH] Inputs --- os/linux/nix/machines/beefcake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/nix/machines/beefcake.nix b/os/linux/nix/machines/beefcake.nix index 20510c7..c30034b 100644 --- a/os/linux/nix/machines/beefcake.nix +++ b/os/linux/nix/machines/beefcake.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). -{ config, pkgs, ... }: rec { +{ config, pkgs, inputs, ... }: rec { nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = [ ./beefcake-hardware.nix