1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 22:10:08 +03:00

Merge pull request #12323 from kragniz/rkt-v0.15.0

rkt: 0.14.0 -> 0.15.0
This commit is contained in:
Domen Kožar 2016-01-21 22:27:33 +01:00
commit b39c51a362
2 changed files with 14 additions and 6 deletions

View file

@ -58,5 +58,7 @@ in
ExecStart = "${pkgs.rkt}/bin/rkt gc ${cfg.gc.options}";
};
};
users.extraGroups.rkt = {};
};
}