diff --git a/flake.lock b/flake.lock index 018a675..b71c8e2 100644 --- a/flake.lock +++ b/flake.lock @@ -577,30 +577,6 @@ "type": "github" } }, - "nix-fast-build": { - "inputs": { - "flake-parts": [ - "flake-parts" - ], - "nixpkgs": [ - "nixpkgs" - ], - "treefmt-nix": "treefmt-nix_2" - }, - "locked": { - "lastModified": 1730278911, - "narHash": "sha256-CrbqsC+lEA3w6gLfpqfDMDEKoEta2sl4sbQK6Z/gXak=", - "owner": "Mic92", - "repo": "nix-fast-build", - "rev": "8e7c9d76979381441facb8888f21408312cf177a", - "type": "github" - }, - "original": { - "owner": "Mic92", - "repo": "nix-fast-build", - "type": "github" - } - }, "nix-github-actions": { "inputs": { "nixpkgs": [ @@ -889,7 +865,6 @@ "mms": "mms", "neovim-nightly-overlay": "neovim-nightly-overlay", "next-ls": "next-ls", - "nix-fast-build": "nix-fast-build", "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixos-small": "nixos-small", @@ -994,27 +969,6 @@ "type": "github" } }, - "treefmt-nix_2": { - "inputs": { - "nixpkgs": [ - "nix-fast-build", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1723808491, - "narHash": "sha256-rhis3qNuGmJmYC/okT7Dkc4M8CeUuRCSvW6kC2f3hBc=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "1d07739554fdc4f8481068f1b11d6ab4c1a4167a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, "website": { "inputs": { "flake-parts": "flake-parts_5", diff --git a/flake.nix b/flake.nix index 89bdf86..1d96838 100644 --- a/flake.nix +++ b/flake.nix @@ -47,11 +47,6 @@ url = "github:nix-community/authentik-nix"; inputs."flake-parts".follows = "flake-parts"; }; - nix-fast-build = { - url = "github:Mic92/nix-fast-build"; - inputs."nixpkgs".follows = "nixpkgs"; - inputs."flake-parts".follows = "flake-parts"; - }; }; outputs = diff --git a/home/develop/default.nix b/home/develop/default.nix index c95208b..9e170a8 100644 --- a/home/develop/default.nix +++ b/home/develop/default.nix @@ -1,7 +1,6 @@ { pkgs, lib, - inputs, ... }: { @@ -14,8 +13,8 @@ nixpkgs-review glab gh - ]) - ++ [ inputs.nix-fast-build.packages.${pkgs.system}.nix-fast-build ]; + nix-fast-build + ]); sessionVariables = { DARCS_ALWAYS_COLOR = "1";