2 lines
82 B
Nix
2 lines
82 B
Nix
with import <nixpkgs> { config.allowUnfree = true; };
|
|
callPackage ./package.nix {} |
with import <nixpkgs> { config.allowUnfree = true; };
|
|
callPackage ./package.nix {} |