Move the public keys out of secrets
This commit is contained in:
parent
df1532ece0
commit
00ab80d1b8
14 changed files with 45 additions and 28 deletions
|
@ -1,8 +1,9 @@
|
|||
{ unstable, ... }:
|
||||
{ unstable, minecraft, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ./unstable { inherit unstable; })
|
||||
(final: _prev: import ./packages { pkgs = final; })
|
||||
(import ./mpv)
|
||||
minecraft.overlay
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue