mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Update devel config
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
f4d77440fb
commit
0b3f66167f
|
@ -68,9 +68,9 @@
|
||||||
./common/locale.nix
|
./common/locale.nix
|
||||||
./common/remote-access.nix
|
./common/remote-access.nix
|
||||||
./roles/graphical.nix
|
./roles/graphical.nix
|
||||||
#./roles/latex.nix
|
./roles/latex.nix
|
||||||
#./roles/gaming.nix
|
#./roles/gaming.nix
|
||||||
#./roles/devel.nix
|
./roles/devel.nix
|
||||||
./roles/yggdrasil-client.nix
|
./roles/yggdrasil-client.nix
|
||||||
./machines/celerrime/configuration.nix
|
./machines/celerrime/configuration.nix
|
||||||
./machines/celerrime/hardware.nix
|
./machines/celerrime/hardware.nix
|
||||||
|
@ -92,4 +92,4 @@
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
|
||||||
|
let
|
||||||
|
x86 = pkgs.stdenv.isx86_64;
|
||||||
|
in {
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
jetbrains.clion
|
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
rustup
|
rustup
|
||||||
|
|
Loading…
Reference in a new issue