Skip to content

Commit

Permalink
lock fenix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Mar 16, 2024
1 parent cc3a494 commit 6c5e772
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 10 additions & 8 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
url = "github:kamadorueda/alejandra";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flakeCompat.follows = "flake-compat";
inputs.fenix.follows = "fenix";
};

# buildtools
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 6c5e772

Please sign in to comment.