about summary refs log tree commit diff stats
path: root/templates/latex/presentation/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latex/presentation/flake.nix')
-rw-r--r--templates/latex/presentation/flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/latex/presentation/flake.nix b/templates/latex/presentation/flake.nix
index 8bdb11b..bb4773a 100644
--- a/templates/latex/presentation/flake.nix
+++ b/templates/latex/presentation/flake.nix
@@ -46,9 +46,7 @@
     };
     crane = {
       url = "github:ipetkov/crane";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-      };
+      inputs = {};
     };
     rust-overlay = {
       url = "github:oxalica/rust-overlay";