Skip to content

Commit

Permalink
complete merge oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith committed Apr 23, 2024
1 parent 6ab8268 commit 448e22b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,10 @@
release = false;
mode = "test";
});
<<<<<<< HEAD
=======
msrv = naerskMsrv.buildPackage (nearskOpt
// {
mode = "check";
});
>>>>>>> ab87b34de8b6f7186befe1619c0d0fb81bf77529
default = demostf-parser;
};

Expand Down Expand Up @@ -161,11 +158,7 @@
// {
overlays.default = import ./overlay.nix;
hydraJobs = eachSystem ["x86_64-linux" "aarch64-linux"] (system: {
<<<<<<< HEAD
parser = self.packages.${system}.tf-demo-parser;
=======
parser = self.packages.${system}.demostf-parser;
>>>>>>> ab87b34de8b6f7186befe1619c0d0fb81bf77529
});
});
}

0 comments on commit 448e22b

Please sign in to comment.