aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 {