Replace customPkgs with pkgs.custom and add pkgs.unstable and flake update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, customPkgs, globalInputs, system, ... }:
|
||||
{ config, lib, pkgs, globalInputs, system, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
@@ -16,7 +16,7 @@ in
|
||||
pkgs.codex
|
||||
|
||||
# Custom packages
|
||||
customPkgs.tea-rbw
|
||||
pkgs.custom.tea-rbw
|
||||
];
|
||||
|
||||
programs.kubectl-secure.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user