Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bootstrap: Remove | Benedikt Peetz | 12 days |
| | | | | | These scripts can be useful for the future, but currently they are just tech-dept. | ||
* | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
* | 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). | ||
* | fix(treewide): Update the shell library version | Soispha | 2024-03-24 |
| | |||
* | build(treewide): Update shell library | Soispha | 2024-02-24 |
| | |||
* | refactor(treewide): Reformat all files with treefmt | Soispha | 2024-02-20 |
| | | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed | ||
* | 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 shell library | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update shell library | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update shell library | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update shell library | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update flake and shell library | Soispha | 2024-01-13 |
| | |||
* | build(treewide): Update | Soispha | 2024-01-01 |
| | |||
* | build(treewide): Update shell library | Soispha | 2023-12-28 |
| | |||
* | chore(treewide): Update shell library | Soispha | 2023-12-19 |
| | |||
* | chore(treewide): Update shell library version number | Soispha | 2023-12-12 |
| | |||
* | build(treewide): Update shell library | Soispha | 2023-11-25 |
| | |||
* | chore(treewide): Update shell library | Soispha | 2023-11-25 |
| | |||
* | build(flake): Update (+ shell_library) | Soispha | 2023-10-25 |
| | |||
* | build(treewide): Update (+ shell_library) | Soispha | 2023-10-25 |
| | |||
* | build(treewide): Update (+ shell-library) | Soispha | 2023-10-25 |
| | |||
* | build(treewide): Update (shell library) | Soispha | 2023-10-20 |
| | |||
* | fix(treewide): Update shell library | Soispha | 2023-09-16 |
| | |||
* | fix(treewide): Update to the newest shell lib version | Soispha | 2023-09-16 |
| | |||
* | Fix(treewide): Update to new shell library version | Soispha | 2023-09-05 |
| | | | | | | | This step was done automatically by running: ```bash nix run .#update_shell_lib ``` | ||
* | Fix(bootstrap/install): Removed usage of unassigned variable | Soispha | 2023-07-11 |
| | |||
* | 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/install): Add required path to serial id lookup | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Specify experimental-features before arguments to disko | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap/eev): Correct pattern matching syntax | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Add udevadm as a dependency | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Use correct environment variable name | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Don't wrap eev, as dash does not support exec | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Only set environment variables once | Soispha | 2023-07-10 |
| | |||
* | Fix(bootstrap): Finished scripts | Soispha | 2023-07-10 |
| | |||
* | Refactor(bootstrap): Use disko | Soispha | 2023-07-10 |
| | |||
* | Fix(treewide): Update the shell library version | Soispha | 2023-05-29 |
| | |||
* | Fix(bootstrap): Quote scripts | Soispha | 2023-05-28 |
| | |||
* | Fix(treewide): Update to new shell library version | Soispha | 2023-05-28 |
| | |||
* | Refactor(treewide): Use separate shell library | Soispha | 2023-05-09 |
| | |||
* | Fix(bootstrap/setup): Fix host option generation | Soispha | 2023-05-09 |
| | |||
* | Fix(bootstrap): Reference the new repo location | Soispha | 2023-05-09 |
| | |||
* | Fix(treewide): Make system compile again | Soispha | 2023-05-09 |
| | |||
* | Fix(treewide): Remove the reference to inputs | Soispha | 2023-05-09 |
| | |||
* | Fix(bootstrap/setup): Switch to https clone | ene | 2023-04-08 |
| | | | | | Cloning over ssh requires to check the codeberg ssh key. As there are no reasons in this case to use ssh, using https is just easier. | ||
* | Feat(treewide): Move to codeberg for hosting | ene | 2023-04-07 |
| | | | | What am I'm to do? They have ssh authentication. | ||
* | Fix(bootstrap/setup): Permissions for persistent home | ene | 2023-04-03 |
| |