3 lines
71 B
Nix
3 lines
71 B
Nix
|
{ pkgs ? import <nixpkgs> {} }:
|
||
|
pkgs.callPackage ./derivation.nix {}
|