Skip to content

Commit

Permalink
Update determinate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Oct 7, 2024
1 parent 093d46b commit cd29bba
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 85 deletions.
148 changes: 74 additions & 74 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
darwinConfigurations."${username}-${system}" = inputs.nix-darwin.lib.darwinSystem {
inherit system;
modules = [
{ system.stateVersion = 1; }
inputs.determinate.darwinModules.default
inputs.self.darwinModules.base
inputs.self.darwinModules.caching
Expand Down
15 changes: 4 additions & 11 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,19 @@ let
let
hugo = pkgs.buildGoModule rec {
pname = "hugo";
version = "0.126.2";

version = "0.135.0";
src = pkgs.fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-ySXnJJJDjZqZkWOiq9ByflfUG6bg+0GSzuXpNnuyMZc=";
hash = "sha256-WCWaEVD2HON6feOev9HBfpqBWYIFmfevu6LH0OMtv2Q=";
};

vendorHash = "sha256-VfwiA5LCAJ1pkmMCy/Dcc5bLKkNY1MHtxHcHvKLoWHs=";

vendorHash = "sha256-XIFgmT0VyhRrUNfwy85Ac7YIO9fij0KqVmqb/s3IDVg=";
doCheck = false;

proxyVendor = true;

tags = [ "extended" ];

subPackages = [ "." ];

nativeBuildInputs = with pkgs; [ installShellFiles ];

ldflags = [ "-s" "-w" "-X github.com/gohugoio/hugo/common/hugo.vendorInfo=nixpkgs" ];
};
in
Expand All @@ -90,6 +82,7 @@ let
elixir-ls
gleam
jelly
lima
mprocs
neofetch
ngrok
Expand Down

0 comments on commit cd29bba

Please sign in to comment.