summaryrefslogtreecommitdiff
path: root/flake.nix
AgeCommit message (Collapse)Author
2025-02-22flake: drop flake-utils as a dependencyCharlie Root
Replace flake-utils with a few lines of pure nix code, since flake-utils is not really useful here.
2024-08-30feat(nix): add a nix flakeCody Mikol
nix flakes allow developers using NixOS or the nix package manager to quickly set up a working development environment with the correct dependencies. Fixes N/A