diff options
| author | seth <[email protected]> | 2023-04-15 14:25:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-15 14:25:02 -0400 |
| commit | 175328292a0ead1bd237b0e2ec9003398d661580 (patch) | |
| tree | c9efe53b75f8d7245b973fe63b1716ac39069e3c /flake.nix | |
| parent | a63ba7ec9d880295b852fe039133cb9b7876d3e9 (diff) | |
chore: update all inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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"; |
