fix typo
This commit is contained in:
parent
50dbd1f467
commit
81e406e47f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
in
|
||||
rec {
|
||||
packages = pkgs.callPackage./pkgs/merged.nix { };
|
||||
packages = pkgs.callPackage /pkgs/merged.nix { };
|
||||
hydraJobs = packages;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue