modules: use unstable sniffnet
This commit is contained in:
parent
6c0592d39b
commit
ffe908e18e
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ in
|
|||
};
|
||||
};
|
||||
})
|
||||
(final: prev: {
|
||||
sniffnet = (import inputs.nixpkgs-unstable {
|
||||
inherit (config.nixpkgs) config system;
|
||||
}).sniffnet;
|
||||
})
|
||||
(final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
inherit (config.nixpkgs) config overlays system;
|
||||
|
|
Loading…
Reference in a new issue