Skip to content

Commit

Permalink
Update shell.nix to use upstream Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrexagon committed Mar 26, 2021
1 parent 919c4c4 commit 94d6ea6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:

let
# NOTE: Currently on my `uefi-bugs` branch.
zigCustom = pkgs.zig.overrideAttrs (oldAttrs: rec {
src = ../zig;
});
in pkgs.mkShell {
pkgs.mkShell {
buildInputs = with pkgs; [
zigCustom
zig
qemu
binutils
];
Expand Down

0 comments on commit 94d6ea6

Please sign in to comment.