diff options
Diffstat (limited to 'build/latex/letter/flake.nix')
-rw-r--r-- | build/latex/letter/flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/latex/letter/flake.nix b/build/latex/letter/flake.nix index 6a21c68..bfdf673 100644 --- a/build/latex/letter/flake.nix +++ b/build/latex/letter/flake.nix @@ -46,15 +46,12 @@ }; crane = { url = "github:ipetkov/crane"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; + inputs = {}; }; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; }; |