From e3e66074d013036e474749a5276702fb43996145 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 21 Oct 2024 15:48:15 +0300 Subject: [PATCH] chore: clean flake.nix a bit --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9966eb5..b959141 100644 --- a/flake.nix +++ b/flake.nix @@ -35,9 +35,7 @@ ... }: let toolchain = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml; - libs = with pkgs; [ - #libxkbcommon - ]; + libs = []; in { _module.args.pkgs = import inputs.nixpkgs { inherit system; @@ -83,7 +81,6 @@ mold clang - #pkg-config mkvtoolnix-cli ] -- 2.44.1