Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(modules/nix): Switch to `lix` | Benedikt Peetz | 2024-10-24 |
| | | | | | | | | | `nix` is currently constantly failing to open some of the sqlite databases, which is just really obnoxious. Although, as I have later found out, this is caused by a `bindfs` fuse mount on `~/.cache`. This process is running against the `1024` open fd soft limit, and thus refusing to open another one for the database. | ||
* | fix(treewide): Use `nixVersions.latest` instead of just `nix` | Benedikt Peetz | 2024-05-25 |
| | | | | | | | `nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably). | ||
* | refactor(treewide): Add a `.sh` extension to shell scripts | Soispha | 2024-02-20 |
| | |||
* | fix(treewide): Comply with the shell library's new argument names | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update flake and shell library | Soispha | 2024-01-13 |
| | |||
* | Style(treewide): Switch to editorconfig | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap/config_setup): Keep path so nixos-enter stays available | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Add udevadm as a dependency | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Don't wrap eev, as dash does not support exec | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Finished scripts | Soispha | 2023-07-10 |
| | |||
* | Refactor(bootstrap): Use disko | Soispha | 2023-07-10 |
| | |||
* | Feat(bootstrap): Add a script for quick activation | ene | 2023-02-20 |
| | |||
* | Fix(bootstrap): Fix nasty grep bug | ene | 2023-02-19 |
| | |||
* | Feat(bootstrap): Separate the builder to a library | ene | 2023-02-19 |
| | |||
* | Fix(bootstrap): Use real path | ene | 2023-02-19 |
| | |||
* | Fix(bootstrap): Declare dependencies | ene | 2023-02-19 |
| | |||
* | Fix(bootstrap): Finish the nix side of things | ene | 2023-02-19 |
| | |||
* | Fix: Remove impure import | ene | 2023-02-19 |
| | |||
* | Feat(bootstrap): Add a Script to make nix run with bootstrap viable | ene | 2023-02-19 |