diff options
author | Evan Richter | 2023-12-04 00:46:17 +0000 |
---|---|---|
committer | GitHub | 2023-12-04 00:46:17 +0000 |
commit | 455b206a8c1fee40e131728783f47dfe89018bd7 (patch) | |
tree | 4b1530353957792d6d190313446f948ba94c0c16 /flake.nix | |
parent | 466b87c8e5c3a2f360794b005d8b6122aa6e648d (diff) |
nix: update flake inputs (#8943)
* removed non-existent crane flake input overrides
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ }; crane = { url = "github:ipetkov/crane"; - inputs.rust-overlay.follows = "rust-overlay"; - inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |