This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
xonotic
Watch
1
Star
0
Fork
0
You've already forked xonotic
mirror of
https://gitlab.com/xonotic/xonotic
synced
2025-03-06 03:17:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
295fa80134
xonotic
/
default.nix
3 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
nix: fix `--argstr cc $compiler`
2018-05-05 09:09:08 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
,
cc
?
null
}
@
args
:
pkgs
.
callPackage
./derivation.nix
args
Reference in New Issue
Copy Permalink