todo/shell.nix
2025-05-13 20:21:30 +02:00

2 lines
88 B
Nix

let pkgs = import <nixpkgs> { };
in pkgs.haskellPackages.developPackage { root = ./.; }