feat: use local version of nix-fast-build
This commit is contained in:
parent
b12b2e2911
commit
e1d746b0f5
5 changed files with 213 additions and 23 deletions
17
flake.nix
17
flake.nix
|
@ -152,6 +152,7 @@
|
|||
type = "github";
|
||||
owner = "Mic92";
|
||||
repo = "sops-nix";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -355,6 +356,22 @@
|
|||
owner = "nix-community";
|
||||
repo = "nix-melt";
|
||||
};
|
||||
|
||||
nix-eval-jobs = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "nix-eval-jobs";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-fast-build = {
|
||||
type = "github";
|
||||
owner = "Mic92";
|
||||
repo = "nix-fast-build";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#
|
||||
|
||||
# -= Non-flake inputs =-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue