diff --git a/shell.nix b/shell.nix index 65baec0..8493c63 100644 --- a/shell.nix +++ b/shell.nix @@ -1,21 +1,3 @@ -#{ mkShellNoCC -#, ssh-to-age -#, sops -#, sops-import-keys-hook -#, deploy-rs -#, nixpkgs-fmt -#}: -# -#mkShellNoCC { -# nativeBuildInputs = [ -# ssh-to-age -# sops -# sops-import-keys-hook -# deploy-rs -# nixpkgs-fmt -# ]; -#} - { perSystem = { inputs', pkgs, ... }: { # Definitions like this are entirely equivalent to the ones