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 = [
|
||||
# Combine stable and unstable packages
|
||||
(_: _: {
|
||||
stable = import nixpkgs { inherit config overlays; };
|
||||
unstable = import nixpkgs-u { inherit config overlays; };
|
||||
(self: _: {
|
||||
stable = import nixpkgs { inherit config overlays; inherit (self) system; };
|
||||
unstable = import nixpkgs-u { inherit config overlays; inherit (self) system; };
|
||||
})
|
||||
|
||||
# Nix rice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue