From 0b3f66167f1aeb4559be42e7388236e417f01dba Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 30 Jul 2023 11:29:17 +0300 Subject: [PATCH] Update devel config Signed-off-by: Ivan Bushchik --- flake.nix | 6 +++--- roles/devel.nix | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 4799450..bb4d59f 100644 --- a/flake.nix +++ b/flake.nix @@ -68,9 +68,9 @@ ./common/locale.nix ./common/remote-access.nix ./roles/graphical.nix - #./roles/latex.nix + ./roles/latex.nix #./roles/gaming.nix - #./roles/devel.nix + ./roles/devel.nix ./roles/yggdrasil-client.nix ./machines/celerrime/configuration.nix ./machines/celerrime/hardware.nix @@ -92,4 +92,4 @@ }; */ }; -} \ No newline at end of file +} diff --git a/roles/devel.nix b/roles/devel.nix index c33e23d..b00beaf 100644 --- a/roles/devel.nix +++ b/roles/devel.nix @@ -1,9 +1,11 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: -{ + +let + x86 = pkgs.stdenv.isx86_64; +in { nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - jetbrains.clion rustc cargo rustup