shell: remove old code

This commit is contained in:
Felix Buehler 2022-07-23 20:12:27 +02:00
parent ac4858a044
commit f5e9670776

View file

@ -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, ... }: { perSystem = { inputs', pkgs, ... }: {
# Definitions like this are entirely equivalent to the ones # Definitions like this are entirely equivalent to the ones