mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 07:15:49 -06:00
ld plz
This commit is contained in:
parent
27da154691
commit
81afc219d4
1 changed files with 10 additions and 2 deletions
|
@ -32,12 +32,18 @@
|
||||||
"0 2 * * * make -C /home/daylin/git update-soft-serve"
|
"0 2 * * * make -C /home/daylin/git update-soft-serve"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "jeran"; # Define your hostname.
|
networking.hostName = "jeran"; # Define your hostname.
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
programs.nix-ld.libraries = with pkgs; [
|
||||||
|
stdenv.cc.cc
|
||||||
|
curl # for choosenim
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
@ -47,6 +53,9 @@
|
||||||
less
|
less
|
||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
|
gnupg
|
||||||
|
|
||||||
|
curl
|
||||||
|
|
||||||
git
|
git
|
||||||
|
|
||||||
|
@ -72,6 +81,5 @@
|
||||||
nodejs
|
nodejs
|
||||||
go
|
go
|
||||||
rustup
|
rustup
|
||||||
nim
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue