mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-13 10:25:39 +00:00
3 lines
87 B
Nix
3 lines
87 B
Nix
{ pkgs ? import <nixpkgs> {}, cc ? null }@args:
|
|
pkgs.callPackage ./derivation.nix args
|