aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 19:50:15 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 19:50:15 -0500
commit015932a62e400e7d595777b6b29f64e60ae12943 (patch)
treefe079726bcf33ba5f7430d6d96ac7e42644d9197 /flake.nix
parentf824bbcca25b4caaef8023cf36efaaed37e7257f (diff)
changes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2eb2de1..ca9af0d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,9 +31,9 @@
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
pandoc
- ripgrep
http-server
shellcheck
+ checkmake
gnumake
];
};