disable wild temporarily
This commit is contained in:
parent
c087f0aaac
commit
d5a9cd1efc
5 changed files with 118 additions and 111 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
# aagl.inputs.nixpkgs.follows = "nixpkgs";
|
# aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
osu-lazer-bin
|
||||||
easyeffects
|
easyeffects
|
||||||
# parsec-bin
|
# parsec-bin
|
||||||
# yuzu # nintendo can suck the shit out of my asshole
|
# yuzu # nintendo can suck the shit out of my asshole
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,13 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
services.syncplay = {
|
||||||
|
enable = true;
|
||||||
|
motd = "we only watch kino here";
|
||||||
|
};
|
||||||
|
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
|
syncplay
|
||||||
# boxxy
|
# boxxy
|
||||||
calibre
|
calibre
|
||||||
# carapace
|
# carapace
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ lto = "fat"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
# linker = "musl-gcc"
|
# linker = "musl-gcc"
|
||||||
linker = "clang"
|
# linker = "clang"
|
||||||
rustflags = ["-Ctarget-cpu=native", "-Clink-arg=-fuse-ld=wild"]
|
# rustflags = ["-Ctarget-cpu=native", "-Clink-arg=--ld-path=wild"]
|
||||||
|
|
||||||
# jonhoo
|
# jonhoo
|
||||||
# https://benw.is/posts/how-i-improved-my-rust-compile-times-by-seventy-five-percent
|
# https://benw.is/posts/how-i-improved-my-rust-compile-times-by-seventy-five-percent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue