diff --git a/system/flake.nix b/system/flake.nix index 230da04..48b41e7 100644 --- a/system/flake.nix +++ b/system/flake.nix @@ -2,9 +2,6 @@ description = "A system flake with various options for bootstrapping a complete Aux install."; inputs = { - # Import Auxolotl libs - auxlib.url = "https://git.auxolotl.org/auxolotl/labs/archive/main.tar.gz?dir=lib"; - # Flatpak support nix-flatpak.url = "github:gmodena/nix-flatpak/v0.4.1"; diff --git a/system/host/hardware-configuration.nix b/system/host/hardware-configuration.nix index 2a352bd..f2cd324 100644 --- a/system/host/hardware-configuration.nix +++ b/system/host/hardware-configuration.nix @@ -1 +1 @@ -builtins.abort "Please run 'nixos-generate-config --show-hardware-config' and copy the output into hardware-configuration.nix" \ No newline at end of file +builtins.abort "Please run 'nixos-generate-config --show-hardware-config' and copy the output into hardware-configuration.nix"