mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
tree-wide: update fetchGits
Some checks failed
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
Some checks failed
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
This commit is contained in:
parent
f7902946f9
commit
05cfa5dd96
|
@ -45,7 +45,7 @@
|
||||||
xdg = {
|
xdg = {
|
||||||
dataFile."backgrounds".source = builtins.fetchGit {
|
dataFile."backgrounds".source = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
image = let
|
image = let
|
||||||
wallpapers = builtins.fetchGit {
|
wallpapers = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in "${wallpapers}/wallhaven-6d66dl.jpg";
|
in "${wallpapers}/wallhaven-6d66dl.jpg";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
image = let
|
image = let
|
||||||
wallpapers = builtins.fetchGit {
|
wallpapers = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in "${wallpapers}/wallhaven-mp886k.jpg";
|
in "${wallpapers}/wallhaven-mp886k.jpg";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
image = let
|
image = let
|
||||||
wallpapers = builtins.fetchGit {
|
wallpapers = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in "${wallpapers}/wallhaven-mp886k.jpg";
|
in "${wallpapers}/wallhaven-mp886k.jpg";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
image = let
|
image = let
|
||||||
wallpapers = builtins.fetchGit {
|
wallpapers = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in "${wallpapers}/wallhaven-jxp18w.jpg";
|
in "${wallpapers}/wallhaven-jxp18w.jpg";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
image = let
|
image = let
|
||||||
wallpapers = builtins.fetchGit {
|
wallpapers = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "ff956327520f2ecdd0f8b1cdab4420bef4095d38";
|
rev = "c7d61966e339dd7efdda5ff176b91778086ccb73";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in "${wallpapers}/wallhaven-mp886k.jpg";
|
in "${wallpapers}/wallhaven-mp886k.jpg";
|
||||||
|
|
Loading…
Reference in a new issue