Skip to content

Commit

Permalink
[nix flake] update to use vendorHash
Browse files Browse the repository at this point in the history
Why
==
* New versions of nixpkgs require vendorHash

What changed
===
* Update nixpkgs pin to a version that supports vendorHash
* Update hash

Test plan
===
* `nix build` worked
  • Loading branch information
ryantm committed Jun 24, 2024
1 parent 79eb4b1 commit 45756d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Ephemeral IAM";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand All @@ -17,7 +17,7 @@

src = ./.;

vendorSha256 = "sha256-iJe97gPFTVmiFbHNEqhrA+xqFyXO8kz7K69wm8IJ+AE=";
vendorHash = "sha256-iJe97gPFTVmiFbHNEqhrA+xqFyXO8kz7K69wm8IJ+AE=";

buildInputs = [ pkgs.makeWrapper ];
postInstall = ''
Expand Down

0 comments on commit 45756d4

Please sign in to comment.