Remove unfree overlay: we always use unfree anyway
This commit is contained in:
parent
f022d303b5
commit
b6ba49fce0
4 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
let
|
||||
overlay-unstable = final: prev: {
|
||||
unstable = import nixpkgs-unstable { config.allowUnfree = true; system = prev.system; };
|
||||
unfree = import nixpkgs { config.allowUnfree = true; system = prev.system; };
|
||||
x86 = import nixpkgs-unstable { system = prev.system; config.allowUnsupportedSystem = true; };
|
||||
};
|
||||
overlay-needs-unstable = final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue