diff --git a/flake.nix b/flake.nix index 199bf38..f330243 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; inputs.bcachefs-tools.url = "github:koverstreet/bcachefs-tools"; outputs = - { self, nixpkgs }@inputs: + { self, nixpkgs, ... }@inputs: let system = "x86_64-linux"; # change arch here diff --git a/graphical-configuration.nix b/graphical-configuration.nix index 76eb0e3..b123835 100644 --- a/graphical-configuration.nix +++ b/graphical-configuration.nix @@ -9,6 +9,7 @@ lib, pkgs, system, + inputs, ... }: