modules: use unstable sniffnet

This commit is contained in:
Dmitriy Pleshevskiy 2024-10-07 21:20:41 +03:00
parent 6c0592d39b
commit ffe908e18e
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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;