Skip to content
Snippets Groups Projects
Verified Commit 14a2a301 authored by Hugo's avatar Hugo
Browse files

fix(nix): use pkgs fetcher

parent 7dd20181
No related merge requests found
......@@ -7,9 +7,10 @@
}:
let
lescommuns-themes = lib.sources.cleanSourceWith {
src = builtins.fetchGit {
src = pkgs.fetchgit {
url = "https://forge.liiib.re/lescommuns/theme-sso.git";
rev = "6a41ff1ea92d81eb0d6d6bc1bd85f438e035693a";
hash = "sha256-Z6tAUrJYIxnGCOhlworMo8rSTVdiIlOxHWW0aLbonVo=";
};
filter = path: type: type == "directory";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment