Fix overlay system
This commit is contained in:
parent
a901833d0d
commit
3dbcec2732
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
overlays = [
|
overlays = [
|
||||||
# Combine stable and unstable packages
|
# Combine stable and unstable packages
|
||||||
(_: _: {
|
(self: _: {
|
||||||
stable = import nixpkgs { inherit config overlays; };
|
stable = import nixpkgs { inherit config overlays; inherit (self) system; };
|
||||||
unstable = import nixpkgs-u { inherit config overlays; };
|
unstable = import nixpkgs-u { inherit config overlays; inherit (self) system; };
|
||||||
})
|
})
|
||||||
|
|
||||||
# Nix rice
|
# Nix rice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue