📦 Nix: fetchGit → cleanSource ./.
This commit is contained in:
parent
7e80e38918
commit
1ebbae0f0e
1 changed files with 1 additions and 5 deletions
|
|
@ -31,11 +31,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
src = builtins.fetchGit {
|
src = lib.cleanSource ./.;
|
||||||
url = "https://cvs.moegen-wir.net/mikegerber/git-annex-duplicates.git";
|
|
||||||
rev = "1e8ea44ba8fade7ef396f0fbe65262f023138d05";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
workspace = uv2nix.lib.workspace.loadWorkspace {
|
workspace = uv2nix.lib.workspace.loadWorkspace {
|
||||||
workspaceRoot = src;
|
workspaceRoot = src;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue