vivado: do not import nixpkgs by default
This commit is contained in:
parent
6082e5a1de
commit
602ccc0f47
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue