''infinite recursion encountered.''
This commit is contained in:
parent
4ad26636a7
commit
cd92b28dc6
20 changed files with 152 additions and 150 deletions
7
overlays/unstable/default.nix
Normal file
7
overlays/unstable/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, inputs, ... }:
|
||||
(final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue