mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
Fix roles/devel config
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
0b3f66167f
commit
1ddd535a2d
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
|
||||
let
|
||||
x86 = pkgs.stdenv.isx86_64;
|
||||
in {
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
rustc
|
||||
|
|
Loading…
Reference in a new issue