summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-24 02:03:54 -0400
committerseth <[email protected]>2023-04-24 02:03:54 -0400
commitdeea2d67962e306f3a54fd17b2288d82dd5ef25a (patch)
tree3a1d30036fa11f0d3489eb6911b431a529584ae4 /flake.nix
parent1985f9249b9b63f51ef22e499c0a49213d8661a1 (diff)
bump lanzaboote
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 7499426..3e53488 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";