added overlay for nixpkgs testing of PRs.
This commit is contained in:
parent
aa548ca2db
commit
6a176e1a50
5 changed files with 25 additions and 8 deletions
|
|
@ -25,6 +25,12 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = lib.mkIf (inputs ? nixpkgs-fork) [
|
||||
(final: prev: {
|
||||
fork = inputs.nixpkgs-fork.legacyPackages.${prev.system};
|
||||
})
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue