My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[devshell] add `an` script for post-quantum-encrypted secrets

dish 5d5aefd2 eeb8e9df

+4
+4
devShells/default/default.nix
··· 1 1 { 2 2 pkgs, 3 + lib, 3 4 ... 4 5 }: 5 6 pkgs.mkShellNoCC { ··· 18 19 pkgs.nvd 19 20 pkgs.statix 20 21 pkgs.tokei 22 + (pkgs.writeShellScriptBin "an" '' 23 + ${lib.getExe' pkgs.agenix "agenix"} -i ~/.age/age-new $@ 24 + '') 21 25 # keep-sorted end 22 26 ]; 23 27 }