Skip to content

Commit

Permalink
fix: direnv and latex templ eval
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Oct 14, 2024
1 parent 44f6117 commit e99a32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions latex/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake .
2 changes: 1 addition & 1 deletion latex/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
};
};

outputs = { nixpkgs, utils }:
outputs = { nixpkgs, utils, ... }:
utils.lib.eachDefaultSystem(system:
let
pkgs = import nixpkgs { inherit system; };
Expand Down

0 comments on commit e99a32b

Please sign in to comment.