chore: reindent + install pi.dev

This commit is contained in:
Pierre Martin
2026-08-03 10:57:45 +02:00
parent afd74551fc
commit 047ff192f5
8 changed files with 231 additions and 165 deletions

View File

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