mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Fix roles/devel config
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
0b3f66167f
commit
1ddd535a2d
|
@ -1,9 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ 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; [
|
||||||
rustc
|
rustc
|
||||||
|
|
Loading…
Reference in a new issue