Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Retained per standards#102 rule 3 (KEEP+DEP). guix.scm uses
# cargo-build-system with no declared inputs; this flake's devShell is
# the SOLE source of the full dev environment: rust-overlay
# rustToolchain (stable + rust-src/rustfmt/clippy), pkg-config, just,
# cargo-watch, cargo-audit, cargo-outdated, cargo-license, openssl,
# git — and the `full` shell additionally provides tokei, ripgrep, fd,
# bat, exa, cargo-flamegraph, cargo-criterion. Remove only after a
# real-inputs guix.scm or sealed container covers this set.
{
description = "FSLint - Cross-platform file system intelligence tool";

Expand Down
Loading