4 lines
93 B
Nix
4 lines
93 B
Nix
|
with import ./pkgname.nix;
|
||
|
let pkgs = import <nixpkgs> {}; in builtins.getAttr pkgname pkgs
|
||
|
|