Override nix-unit nixpkgs input.
This commit is contained in:
parent
12b21743bd
commit
80dd515173
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
# Cannot override nixpkgs input as nix-unit fails to build with nixVersions.git
|
nix-unit = {
|
||||||
nix-unit.url = "github:nix-community/nix-unit";
|
url = "github:nix-community/nix-unit";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue