trying to fix a seg fault

This commit is contained in:
Chris Cochrun 2022-07-13 09:39:00 -05:00
parent 0ab05b2687
commit 4efddac106
3 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,7 @@
let pkgs = nixpkgs.legacyPackages.${system}; in
{
devShell = import ./shell.nix { inherit pkgs; };
defaultPackage = import ./default.nix { inherit pkgs; };
}
);
}