Missing ./

main
Carsten Kragelund 2023-05-07 03:57:48 +02:00
parent 3fb26afa85
commit b0ee28f2ab
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
1 changed files with 1 additions and 1 deletions

@ -1,3 +1,3 @@
{ pkgs, ... }: {
spectre-el = pkgs.callPackage spectre-el.nix {};
spectre-el = pkgs.callPackage ./spectre-el.nix {};
}