diff options
| author | seth <[email protected]> | 2023-04-24 02:03:54 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-24 02:03:54 -0400 |
| commit | deea2d67962e306f3a54fd17b2288d82dd5ef25a (patch) | |
| tree | 3a1d30036fa11f0d3489eb6911b431a529584ae4 /flake.nix | |
| parent | 1985f9249b9b63f51ef22e499c0a49213d8661a1 (diff) | |
bump lanzaboote
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -59,13 +59,6 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - # 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"; inputs.nixpkgs.follows = "nixpkgs"; @@ -73,8 +66,6 @@ inputs.flake-utils.follows = "flake-utils"; inputs.flake-parts.follows = "flake-parts"; inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks"; - # TODO: ditto - inputs.rust-overlay.follows = "rust-overlay"; }; nixinate = { url = "github:MatthewCroughan/nixinate"; |
