diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ }; in { + devShells.x86_64-linux.default = pkgs.mkShellNoCC { + nativeBuildInputs = with pkgs; [ shellcheck ]; + }; + formatter.x86_64-linux = pkgs.nixfmt; nixosConfigurations = { the-meowchine = mkSystem { |
