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