Skip to content

Commit

Permalink
flake: update to reflect upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 10, 2023
1 parent 6c377f1 commit a069b14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
inherit (pkgs)
nix
stdenv
zigHook
zig_0_11
zig
;
in
{
Expand All @@ -36,9 +35,7 @@
src = ./.;

nativeBuildInputs = [
(zigHook.override {
zig = zig_0_11;
})
zig.hook
];

zigBuildFlags = [
Expand Down

0 comments on commit a069b14

Please sign in to comment.