Add nix/spfe

This commit is contained in:
joachimschmidt557 2022-03-14 00:39:05 +01:00
parent 85b49e79e5
commit c7b50ae799
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 16 additions and 0 deletions

View file

@ -25,6 +25,7 @@
devShells = {
aby = import ./nix/aby.nix { pkgs = pkgs; };
empty = import ./nix/empty.nix { pkgs = pkgs; };
spfe = import ./nix/spfe.nix { pkgs = pkgs; };
zig = import ./nix/zig.nix { pkgs = pkgs; };
};
}) // {