From 41705b2790f00d17e0b2f7976e04735c54511192 Mon Sep 17 00:00:00 2001 From: Sense T Date: Sat, 1 Mar 2025 15:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20flake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/flake.nix b/flake.nix index e9043cb..767ed1b 100644 --- a/flake.nix +++ b/flake.nix @@ -15,30 +15,6 @@ system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; treefmtEval = treefmt-nix.lib.evalModule pkgs ./treefmt.nix; - packages-inode = with pkgs; [ - libgcc - libxcrypt-legacy - libuuid - libpng12 - libjpeg - libudev0-shim - libz - atk - ell - bash - coreutils - glib - cairo - ncurses5 - pango - gtk2 - gdk-pixbuf - freetype - fontconfig - xorg.libSM - xorg.libX11 - xorg.libXxf86vm - ]; inherit (pkgs) mkShell; in { @@ -48,7 +24,6 @@ tokei nil ]; - buildInputs = packages-inode; }; packages."${system}" = {