From 7127a597ff2e2c849968c2c108b3a48286285fc1 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Fri, 8 Mar 2024 17:51:24 -0800 Subject: [PATCH] general: fix missing allow insecure entry --- flake-modules/nixpkgs-options.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake-modules/nixpkgs-options.nix b/flake-modules/nixpkgs-options.nix index 57daa3ae..178f47d0 100644 --- a/flake-modules/nixpkgs-options.nix +++ b/flake-modules/nixpkgs-options.nix @@ -24,6 +24,7 @@ "electron-19.1.9" "openssl-1.1.1w" "python-2.7.18.7" + "netbox-3.6.9" ]; }; overlays =