vivado: do not import nixpkgs by default

pull/1/head
Sebastien Bourdeauducq 2019-03-25 10:11:51 +08:00
parent 6082e5a1de
commit 602ccc0f47
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Install Vivado in /opt and add to /etc/nixos/configuration.nix:
# nix.sandboxPaths = ["/opt"];
{ pkgs ? import <nixpkgs> {}}:
{ pkgs }:
let
vivadoEnv = pkgs.buildFHSUserEnv {
name = "vivado-env";