From 4c469658f9a5d7b169a0267ef1849da7e42f2c87 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 2 May 2026 18:14:47 -0400 Subject: move screenshot script to separate file --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5f9a821..0303b9d 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { -- cgit v1.3.1