Skip to content

Commit

Permalink
Simplify coreboot input pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Jun 22, 2024
1 parent ca257a8 commit 91be372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -2,7 +2,7 @@
description = "A small linuxboot payload for coreboot";
inputs = {
coreboot.flake = false;
coreboot.url = "git+https://github.com/coreboot/coreboot?ref=refs/tags/24.05&submodules=1";
coreboot.url = "git+https://github.com/coreboot/coreboot?ref=24.05&submodules=1";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = inputs: {
Expand Down

0 comments on commit 91be372

Please sign in to comment.