xonotic/default.nix
2018-04-21 15:13:20 +10:00

3 lines
69 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./derivation.nix {}