madeline-os

Results 28 issues of madeline-os

I have: - [ ] Based work on latest `develop` branch - [ ] Followed the [contribution guide](https://github.com/obsidiansystems/obelisk/blob/develop/CONTRIBUTING.md#submitting-changes) - [ ] Looked for lint in my changes with `hlint .`...

Since we upgraded obelisk to use nix-thunk, which was also recently upgraded to avoid referencing the NIXPATH via ``, we can make obelisk just a little purer by upgrading the...

See: https://github.com/NixOS/nixpkgs/issues/185030 #957 uses manual logic following the nixos auto-upgrade module. If/when this functionality becomes part of `switch-to-configuration` proper, we can simplify the logic and no longer rely on potentially...

deploy
upstream

The practicality and user experience of obelisk depends on robust binary caching. This is true even before obelisk has been installed: being forced to compile everything from scratch is unacceptable....

user experience
opinionated
Low Severity

See discussion at #789

bug
Low Severity

nixpkgs asks users to run `nix-shell -p nix-info --run "nix-info -m"` when filing a bug report. Since obelisk is a multi-platform development environment, we really need this information to efficiently...

enhancement
opinionated

currently one can do `nix-shell -p '(import ./. {}).ghc.gargoyle-postgresql-nix' --run 'gargoyle-nix-psql db'` and while it is not necessary for an obelisk project to use gargoyle and postgresql, i use them...

user experience

When the global obelisk command is invoked in a user project, it will hand-off execution to the project's pinned obelisk. This is essential for users who work with multiple projects...

enhancement
user experience
nixpkgs

This will require documentation as well. It's not clear how we should allow users' choices to interact with obelisk's choices. It may make sense for them to combine in the...

enhancement
user experience

While the latest skeleton has a note explicitly about accepting lets encrypt ACME terms, the readme does not. Anyone who has upgraded their obelisk project from previous versions now has...

enhancement
documentation
Low Severity