1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #7987 from RenjiSann/flake-nix-cspell

flake.nix: Add cspell
This commit is contained in:
Daniel Hofstetter 2025-05-25 19:01:05 +02:00 committed by GitHub
commit e1db215194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo # spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo gettext
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs"; nixpkgs.url = "github:nixos/nixpkgs";
@ -30,6 +30,7 @@
rustup rustup
pre-commit pre-commit
nodePackages.cspell
# debugging # debugging
gdb gdb