about summary refs log tree commit diff stats
path: root/bootstrap/default.nix (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).
* 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 flake and shell librarySoispha2024-01-13
|
* Style(treewide): Switch to editorconfigSoispha2023-07-10
|
* Fix(bootstrap/config_setup): Keep path so nixos-enter stays availableSoispha2023-07-10
|
* Fix(bootstrap): Add udevadm as a dependencySoispha2023-07-10
|
* Fix(bootstrap): Don't wrap eev, as dash does not support execSoispha2023-07-10
|
* Fix(bootstrap): Finished scriptsSoispha2023-07-10
|
* Refactor(bootstrap): Use diskoSoispha2023-07-10
|
* Feat(bootstrap): Add a script for quick activationene2023-02-20
|
* Fix(bootstrap): Fix nasty grep bugene2023-02-19
|
* Feat(bootstrap): Separate the builder to a libraryene2023-02-19
|
* Fix(bootstrap): Use real pathene2023-02-19
|
* Fix(bootstrap): Declare dependenciesene2023-02-19
|
* Fix(bootstrap): Finish the nix side of thingsene2023-02-19
|
* Fix: Remove impure importene2023-02-19
|
* Feat(bootstrap): Add a Script to make nix run with bootstrap viableene2023-02-19