Main
Johannes Hendrik Gerard van der Weide 2024-04-14 23:05:33 +02:00
parent 8284192882
commit 03c623bb7a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
packages = forAllSystems (pkgs: { packages = forAllSystems (pkgs: {
default = pkgs.writeShellScriptBin "launch" '' default = pkgs.writeShellScriptBin "launch" ''
xdg-open https://shattereddisk.github.io/rickroll/rickroll.mp4 xdg-open https://shattereddisk.github.io/rickroll/rickroll.mp4
nix run git+https://git.saragerretsen.nl/Hertog/EchoOfTheSelf nix run git+https://git.saragerretsen.nl/Hertog/EchoOfTheSelf --no-write-lock-file
''; '';
}); });
}; };