Skip to content

Commit

Permalink
fix flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cardenaso11 committed May 9, 2024
1 parent b864142 commit b89b029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"pallas-0.23.0" = "7deb0f9c183c39d24499f123b17372394385a159ee6380df72fc27335cfa28e8";
"pallas-0.23.0" = "7deb0f9c183c39d24499f123b17372394385a159ee6380df72fc27335cfa28e8";
};
};
};
defaultPackage = self.packages.oura;
defaultPackage = self.packages.${system}.oura;
}
);
}

0 comments on commit b89b029

Please sign in to comment.