chore: reindent + install pi.dev
This commit is contained in:
@@ -15,10 +15,12 @@ in
|
||||
let
|
||||
crab = pkgs.callPackage ./pkgs/crab.nix { };
|
||||
rtk = pkgs.callPackage ./pkgs/rtk.nix { };
|
||||
in {
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ pythonOverlay ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"1password"
|
||||
"1password-cli"
|
||||
|
||||
Reference in New Issue
Block a user