From cb70541e0570d26892a33491449e45e6d614255d Mon Sep 17 00:00:00 2001 From: Masum Reza <50095635+JohnRTitor@users.noreply.github.com> Date: Tue, 14 May 2024 16:49:57 +0530 Subject: [PATCH] fix --- flake.nix | 2 +- graphical-configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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, ... }: