about summary refs log tree commit diff stats
path: root/bootstrap (follow)
Commit message (Collapse)AuthorAge
* feat(modules/nix): Switch to `lix`Benedikt Peetz2024-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 Peetz2024-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 versionSoispha2024-03-24
|
* build(treewide): Update shell librarySoispha2024-02-24
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-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 scriptsSoispha2024-02-20
|
* fix(treewide): Comply with the shell library's new argument namesSoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update flake and shell librarySoispha2024-01-13
|
* build(treewide): UpdateSoispha2024-01-01
|
* build(treewide): Update shell librarySoispha2023-12-28
|
* chore(treewide): Update shell librarySoispha2023-12-19
|
* chore(treewide): Update shell library version numberSoispha2023-12-12
|
* build(treewide): Update shell librarySoispha2023-11-25
|
* chore(treewide): Update shell librarySoispha2023-11-25
|
* build(flake): Update (+ shell_library)Soispha2023-10-25
|
* build(treewide): Update (+ shell_library)Soispha2023-10-25
|
* build(treewide): Update (+ shell-library)Soispha2023-10-25
|
* build(treewide): Update (shell library)Soispha2023-10-20
|
* fix(treewide): Update shell librarySoispha2023-09-16
|
* fix(treewide): Update to the newest shell lib versionSoispha2023-09-16
|
* Fix(treewide): Update to new shell library versionSoispha2023-09-05
| | | | | | | This step was done automatically by running: ```bash nix run .#update_shell_lib ```
* Fix(bootstrap/install): Removed usage of unassigned variableSoispha2023-07-11
|
* Style(treewide): Switch to editorconfigSoispha2023-07-10
|
* Fix(bootstrap/config_setup): Keep path so nixos-enter stays availableSoispha2023-07-10
|
* Fix(bootstrap/install): Add required path to serial id lookupSoispha2023-07-10
|
* Fix(bootstrap): Specify experimental-features before arguments to diskoSoispha2023-07-10
|
* Fix(bootstrap/eev): Correct pattern matching syntaxSoispha2023-07-10
|
* Fix(bootstrap): Add udevadm as a dependencySoispha2023-07-10
|
* Fix(bootstrap): Use correct environment variable nameSoispha2023-07-10
|
* Fix(bootstrap): Don't wrap eev, as dash does not support execSoispha2023-07-10
|
* Fix(bootstrap): Only set environment variables onceSoispha2023-07-10
|
* Fix(bootstrap): Finished scriptsSoispha2023-07-10
|
* Refactor(bootstrap): Use diskoSoispha2023-07-10
|
* Fix(treewide): Update the shell library versionSoispha2023-05-29
|
* Fix(bootstrap): Quote scriptsSoispha2023-05-28
|
* Fix(treewide): Update to new shell library versionSoispha2023-05-28
|
* Refactor(treewide): Use separate shell librarySoispha2023-05-09
|
* Fix(bootstrap/setup): Fix host option generationSoispha2023-05-09
|
* Fix(bootstrap): Reference the new repo locationSoispha2023-05-09
|
* Fix(treewide): Make system compile againSoispha2023-05-09
|
* Fix(treewide): Remove the reference to inputsSoispha2023-05-09
|
* Fix(bootstrap/setup): Switch to https cloneene2023-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 hostingene2023-04-07
| | | | What am I'm to do? They have ssh authentication.
* Fix(bootstrap/setup): Permissions for persistent homeene2023-04-03
|
* Fix(boostrap/install): Enforce applying informationene2023-04-03
|
* Fix(bootstrap/activate): Normalize nix run callene2023-03-21
|