mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
test: Fix the test suite on nixpkgs dependency
This commit is contained in:
parent
3ca9905d0b
commit
03805ad60d
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
# nix-instantiate --eval --strict test/test.nix
|
||||
with builtins;
|
||||
let
|
||||
pkgs = import (fetchTree (fromJSON (readFile ../flake.lock)).nodes.nixpkgs.locked) {
|
||||
system = builtins.currentSystem;
|
||||
};
|
||||
pkgs = import <nixpkgs> { };
|
||||
exclude = import ../nix/excludeOrgSubtreesOnHeadlines.nix;
|
||||
matchOrgTag = import ../nix/matchOrgTag.nix;
|
||||
matchOrgHeadline = import ../nix/matchOrgHeadline.nix;
|
||||
|
|
Loading…
Reference in a new issue