nix: add package & NixOS module

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5bfbacb984356f912f1f40d6209f0a896a6a6964
This commit is contained in:
raf 2026-02-18 23:46:53 +03:00
commit d8f0bf3b09
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 99 additions and 2 deletions

View file

@ -9,7 +9,7 @@
rustPlatform,
}:
mkShell {
name = "rust";
name = "pscand";
strictDeps = true;
packages = [