From f5e967077699ea28bc0ce29ef7805426ea1c204a Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 23 Jul 2022 20:12:27 +0200 Subject: [PATCH] shell: remove old code --- shell.nix | 18 ------------------ 1 file changed, 18 deletions(-) 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