mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages+Overlays] Remove impure unstable + nur overlays, disable vdhcoapp
This commit is contained in:
parent
a10d1be23b
commit
6bd20a7600
4 changed files with 3 additions and 31 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{config, pkgs, options, lib, ...}:
|
||||
{config, pkgs, options, lib, nixpkgs-unstable, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.aviallon.overlays;
|
||||
unstable = nixpkgs-unstable;
|
||||
in
|
||||
{
|
||||
options.aviallon.overlays = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue