aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-02 18:14:47 -0400
committerRosa <rosaontheweb@proton.me>2026-05-02 18:14:47 -0400
commit4c469658f9a5d7b169a0267ef1849da7e42f2c87 (patch)
tree2c36b7c31bf081d358b120ab015557374c5a4267 /flake.nix
parent674773e81d4f922c904fefee4a00cda6808f31a5 (diff)
move screenshot script to separate file
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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 {