Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore/Fix the build! #286

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
description = "Universal Package Manager";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:nixos/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf";
# nix-editor is a dev dependency in this project. At Replit, we use
# nix-editor directly too, so nix-editor is already in the
# environment.
Expand Down
3 changes: 1 addition & 2 deletions nix/devshell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
nodejs,
nodePackages,
nix-editor,
pnpm_8,
poetry,
python310Full,
python310Packages,
Expand All @@ -20,7 +19,7 @@ mkShell {
golangci-lint
nix-editor
nodejs
pnpm_8
nodePackages.pnpm
nodePackages.yarn
python310Packages.pip
poetry
Expand Down
3 changes: 2 additions & 1 deletion nix/upm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
rev,
makeWrapper,
buildGoCache,
lib,
runCommand,
}:
let
vendorHash = "sha256-vHWl1t/tZ1siHJpxazIzkD3FSYokPm7KZVnM+X02O9Q=";
vendorHash = "sha256-LegOSckmhod3Yri1YrV7BHFkzZnMSaQjumDRffOs/Aw=";

goCache = buildGoCache {
# keep this up-to-date in CI with:
Expand Down
Loading