summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-15 14:25:02 -0400
committerseth <[email protected]>2023-04-15 14:25:02 -0400
commit175328292a0ead1bd237b0e2ec9003398d661580 (patch)
treec9efe53b75f8d7245b973fe63b1716ac39069e3c /flake.nix
parenta63ba7ec9d880295b852fe039133cb9b7876d3e9 (diff)
chore: update all inputs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0c3f719..5d3dca4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,13 @@
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
- inputs.utils.follows = "flake-utils";
+ };
+ # TODO: remove when this commit is used in lanzaboote:
+ # https://github.com/oxalica/rust-overlay/commit/c949d341f2b507857d589c48d1bd719896a2a224
+ rust-overlay = {
+ url = "github:oxalica/rust-overlay";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.flake-utils.follows = "flake-utils";
};
lanzaboote = {
url = "github:nix-community/lanzaboote";
@@ -34,6 +40,8 @@
inputs.flake-compat.follows = "flake-compat";
inputs.flake-utils.follows = "flake-utils";
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
+ # TODO: ditto
+ inputs.rust-overlay.follows = "rust-overlay";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/main";