Skip to content

Commit

Permalink
Update nixpkgs (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster authored Aug 28, 2024
1 parent 2bd5cfe commit e0050b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

3 changes: 2 additions & 1 deletion nix/devshell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
nodejs,
nodePackages,
nix-editor,
pnpm_8,
poetry,
python310Full,
python310Packages,
Expand All @@ -18,7 +19,7 @@ mkShell {
golangci-lint
nix-editor
nodejs
nodePackages.pnpm
pnpm_8
nodePackages.yarn
python310Packages.pip
poetry
Expand Down
3 changes: 1 addition & 2 deletions nix/upm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
rev,
makeWrapper,
buildGoCache,
lib,
runCommand,
}:
let
vendorHash = "sha256-LegOSckmhod3Yri1YrV7BHFkzZnMSaQjumDRffOs/Aw=";
vendorHash = "sha256-vHWl1t/tZ1siHJpxazIzkD3FSYokPm7KZVnM+X02O9Q=";

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

0 comments on commit e0050b6

Please sign in to comment.