Add aby devShell

This commit is contained in:
joachimschmidt557 2021-12-12 17:36:43 +01:00
parent 67b4bbfa2a
commit 9b3a94b3a3
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -22,7 +22,10 @@
extraPkgs = pkgs: [ pkgs.mangohud ];
};
devShells.zig = import ./nix/zig.nix { pkgs = pkgs; };
devShells = {
aby = import ./nix/zig.nix { pkgs = pkgs; };
zig = import ./nix/zig.nix { pkgs = pkgs; };
};
}) // {
nixosConfigurations = {
dustbowl = nixpkgs.lib.nixosSystem {