Compare commits

..

No commits in common. "0afe2006687fe492ec9648d408a67b411988d4c5" and "6d14d37133d2874f2e58968d355fa0f210867ce2" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
nix.buildMachines = [{ nix.buildMachines = [{
hostName = "nixbuilder"; hostName = "home";
protocol = "ssh-ng"; protocol = "ssh-ng";
systems = [ systems = [
"x86_64-linux" "x86_64-linux"

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: let { pkgs, ... }: let
url = "https://r4.wallpaperflare.com/wallpaper/611/415/768/forest-pixel-art-wallpaper-2960a87db18add1bb637d87f20a1e6ed.jpg"; url = "https://r4.wallpaperflare.com/wallpaper/519/595/676/cyberpunk-video-games-pixel-art-the-last-night-wallpaper-9261d2d9e319dfea44788a19b8657ecf.jpg";
sha256 = "sha256-sfi4hbpfi27SoOjDuEW5FXpuat51poQXawVFrni0z7w="; sha256 = "sha256-ZKdV2eY+rDJZzG0JN8yMvnP2FiqGzvA8HKRqtA9Xnjs=";
in { in {
path = pkgs.fetchurl { path = pkgs.fetchurl {
url = url; url = url;