~ruther/nixos-config

ref: e7e2567ac7a58174bf4056182b5e19a8084f99d9 nixos-config/modules/programs/fpga/vivado/home.nix -rw-r--r-- 246 bytes
e7e2567a — Frantisek Bohacek feat: use global packages in home-manager 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, vivadoPath, stable, ... }:

let
  vivadoPkg = pkgs.callPackage ./vivado-pkg.nix { inherit vivadoPath stable; };
  fhsPkg = pkgs.callPackage ./fhs.nix { inherit vivadoPath stable; };
in {
  home.packages = [
    fhsPkg
  ];
}
Do not follow this link