Better nixos-unstable overlay
This commit is contained in:
parent
6264494ddd
commit
dfc3dd9dac
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@
|
|||
overlays = [
|
||||
(final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
system = final.system;
|
||||
inherit (final) config;
|
||||
inherit (final.stdenv.hostPlatform) system;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue