Skip to content

Commit

Permalink
explicit cpu-microcodes input
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jan 27, 2025
1 parent eb8ebd1 commit 9fd1286
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion flake.lock

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

10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};

cpu-microcodes = {
flake = false;
url = "github:platomav/CPUMicrocodes/984b766433e99c7e945b5cc17519bb088084b3fd";
};

devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -103,7 +108,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};

ucodenix.url = "github:e-tho/ucodenix";
ucodenix = {
url = "github:e-tho/ucodenix";
inputs.cpu-microcodes.follows = "cpu-microcodes";
};

vim-autoread = {
flake = false;
Expand Down

0 comments on commit 9fd1286

Please sign in to comment.