fi33.buzz/shell.nix
wi11-holdsworth 5fe2440107 site source
2025-01-27 22:16:57 +11:00

8 lines
170 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
gnumake
envsubst
python312Packages.mat2
];
}