Move packages into overlays as God intended
This commit is contained in:
parent
fa3890b814
commit
a62148572b
11 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, inputs, ... }:
|
||||
(final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
{ inputs, ... }:
|
||||
final: prev: {
|
||||
unstable = import inputs.unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue