1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

* Allow the canonical system name to be specified at runtime in the

Nix config file.
This commit is contained in:
Eelco Dolstra 2006-07-06 15:30:37 +00:00
parent a945fb7905
commit d51aede4af
6 changed files with 27 additions and 8 deletions

View file

@ -16,9 +16,6 @@
#include "util.hh"
string thisSystem = SYSTEM;
Error::Error(const format & f)
{
err = f.str();