mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
3 lines
69 B
Nix
3 lines
69 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.callPackage ./derivation.nix {}
|