Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

24 check-ins

2012-09-26
18:15
Adding offrsscgi, and making usernixos not use the obsolete getConfig. Leaf check-in: e1d3adca8a user: viric tags: trunk
2012-03-31
18:35
Fixes in the activation copying files (permissions, checks) check-in: b00e58241a user: viric tags: trunk
2012-03-30
19:36
Moving bashrc.nix to simple options, without submodule. check-in: cc1f476723 user: viric tags: trunk
19:30
Things I want to do with usernixos. check-in: e5f7b9d494 user: viric tags: trunk
18:04
Making the 'source' in config.files accept only strings, for the case of "${pkgs}/blabla". check-in: 3cbf359934 user: viric tags: trunk
2012-03-29
23:00
More checks at activation. check-in: 3f09e3fbad user: viric tags: trunk
22:19
Adding the option to choose what fossil package to use. check-in: 39cc3f7fe3 user: viric tags: trunk
22:09
Adding a module to generate mercurial hgweb.wsgi sites. check-in: 8e87e9e77d user: viric tags: trunk
21:39
Improved the activation so it can not only make symlinks, but also copy files. check-in: f88bd27218 user: viric tags: trunk
21:28
Fixing the fossil cgi module. I think it works. check-in: 2cc9a1bcc9 user: viric tags: trunk
21:05
Merging the new approach using submodules, now that it works for bashrc. check-in: c3f9322821 user: viric tags: trunk
21:03
Trying to get right the bashrc module again, so it has the 'editor' variable in it. Closed-Leaf check-in: 8a2b900b81 user: viric tags: optionset_function
20:50
Fixing the bashrc with the optionSet submodule check-in: 2c33fc5e98 user: viric tags: optionset_function
20:43
Blind commit adding a fossilcgi module. check-in: 403a882dc6 user: viric tags: trunk
20:30
Removing a traceVal on a function; it was not showing anything anyway. check-in: 09b740944d user: viric tags: optionset_function
20:26
Removing more unneeded code in bashrc, and adding a simple test. check-in: 07d48c9998 user: viric tags: optionset_function
20:18
Removing superfluous expressions in bashrc check-in: 3912678411 user: viric tags: optionset_function
20:17
Trying to use the optionset as a submodule. check-in: 4f6d385c31 user: viric tags: optionset_function
17:03
Making bashrc accept syntax as in:
bashrc.file1 = {
  enable = true;
  contents = "echo blabla"
};
bashrc.file2 = {
  enable = true;
  contents = "echo blabla2"
  destination = "~/.bashrc2";
};

and it will generate two bashrc files for the activation script. First step towards having a single set of options to determine a file, but having an arbitrary number of those files in the configuration. check-in: 2b7cf6e31f user: viric tags: trunk

15:49
The bashrc gets into the activation script through 'files' check-in: d80c3ceae8 user: viric tags: trunk
15:39
Starting to make the activation script based on 'files' check-in: d51bc625d0 user: viric tags: trunk
15:12
Fixing a typo, semicolon check-in: 10da056c74 user: viric tags: trunk
2012-03-28
20:03
Picking the userconfig implementation as in nixpkgs svn trunk r33457. check-in: fbc32c07a9 user: viric tags: trunk
20:00
initial empty check-in check-in: 33b0f7ae52 user: viric tags: trunk