fix(nix): Fix firefox-darwin overlay is never actually applied
This commit is contained in:
parent
f596ba43f5
commit
d8ad75f69d
5 changed files with 10 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
system: nixpkgs: # e.g. x86_64-linux
|
||||
system: nixpkgs: extraOverlays:
|
||||
|
||||
{
|
||||
system = system;
|
||||
|
@ -7,7 +7,7 @@ system: nixpkgs: # e.g. x86_64-linux
|
|||
overlays =
|
||||
[
|
||||
(import ../overlays/python.nix)
|
||||
];
|
||||
] ++ extraOverlays;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue