Skip to content

Commit

Permalink
use nix-fast-build from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Nov 13, 2024
1 parent 20490b5 commit 1188ae2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
46 changes: 0 additions & 46 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
5 changes: 2 additions & 3 deletions home/develop/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
pkgs,
lib,
inputs,
...
}:
{
Expand All @@ -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";
Expand Down

0 comments on commit 1188ae2

Please sign in to comment.