diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -96,12 +96,6 @@ }; }; - # `nix run .#ci.format` formats in current directory! - apps.ci.format = ci.fmt.mkFmtScript self; - - # `nix run .#ci.shellcheck` formats in current directory! - apps.ci.shellcheck = ci.shell.mkShellCheckScript self; - devShells = { default = pkgs.mkShell { name = "NixOS-config"; |
