Compare commits

..

No commits in common. "fb99b76e09f7db40e386e96a9f61dcc9705d460b" and "6708953867cf5273caf0535d49f96a7100ee0cd0" have entirely different histories.

3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: "Community Standards" title: "Community Standards"
description: "making Lix a safe and productive environment <3" description: "making Lix a safe and productive environment <3"
date: "2024-05-14" date: "2024-04-27"
author: "Lix Team" author: "Lix Team"
--- ---
@ -15,7 +15,7 @@ The following are *principles* and do not in any way limit the authority of the
- We want to avoid creating unnecessary social hierarchy and avoid unaccountable positions in the project. - We want to avoid creating unnecessary social hierarchy and avoid unaccountable positions in the project.
- These expectations apply to everyone in the project including the core team and the interim community team. - These expectations apply to everyone in the project including the core team and the interim community team.
- The Lix community is significantly comprised of people of various marginalised backgrounds. We are committed to protecting these people and providing a safe environment for them. - The Lix community is significantly comprised of people of various marginalised backgrounds. We are committed to protecting these people and providing a safe environment for them.
- If you are of a less-marginalised background, keep in mind that you are a guest in our spaces but are nonetheless welcome. Think of it like staying at a friend's place where they might have different cultural customs; you may have to do things a little bit differently. - If you are of a less-marginalised background, keep in mind that you are a guest in our spaces and although you are welcome, you are nonetheless a guest.
- We want to build leadership in community members and help them grow. - We want to build leadership in community members and help them grow.
- Technology is neither neutral nor apolitical. We consider how decisions affect different groups of people, and how they may create power dynamics or other consequences. - Technology is neither neutral nor apolitical. We consider how decisions affect different groups of people, and how they may create power dynamics or other consequences.
- Impact is more important than intent. - Impact is more important than intent.
@ -48,4 +48,4 @@ If you wish to contact a member of the interim community team about a concern, c
- jade (@jade_:matrix.org) - jade (@jade_:matrix.org)
- qyriad (@qyriad:katesiria.org) - qyriad (@qyriad:katesiria.org)
- hexchen (@hexchen:colon.at) - hexchen (@hexchen:colon.at)
- lunaphied (@lunaphied:lunaphied.me) - lunaphied (@lunaphied:lunaphied.me)

View file

@ -55,7 +55,7 @@ compiling lists of resources, web design, bug tracker triage, and more. If you'r
to get started on, we have triaged some tasks to get started on, we have triaged some tasks
[that we believe should be straightforward](https://git.lix.systems/lix-project/lix/issues?q=&type=all&sort=&state=open&labels=157&milestone=0&project=0&assignee=0&poster=0). To read more [that we believe should be straightforward](https://git.lix.systems/lix-project/lix/issues?q=&type=all&sort=&state=open&labels=157&milestone=0&project=0&assignee=0&poster=0). To read more
about which tasks we recommend taking on, see about which tasks we recommend taking on, see
[Freezes and recommended contributions](https://wiki.lix.systems/link/9). [Freezes and recommended contributions](https://git.lix.systems/lix-project/lix/src/branch/main/CONTRIBUTING.md).
Feel free to ask for help in the Lix development channel. Especially feel free to ask for us to write down Feel free to ask for help in the Lix development channel. Especially feel free to ask for us to write down
more work that we would like help with, or to write contribution information that is missing; more work that we would like help with, or to write contribution information that is missing;

View file

@ -69,12 +69,12 @@ of the `upgrade-nix` command.
Thanks to Nix, we can actually ask Lix to upgrade your system directly. Run the following command: Thanks to Nix, we can actually ask Lix to upgrade your system directly. Run the following command:
```sh ```sh
sudo --preserve-env=PATH nix run \ sudo nix run \
--experimental-features "nix-command flakes" \ --experimental-features "nix-command flakes" \
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \ --extra-substituters https://cache.lix.systems \
'git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1' -- \ --trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \
upgrade-nix \ 'git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.0' -- \
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" upgrade-nix
``` ```
You should now have upgraded to Lix! You can verify this by asking the `nix` command You should now have upgraded to Lix! You can verify this by asking the `nix` command
@ -96,4 +96,4 @@ If you're having difficulty installing Lix, don't panic! Hop on over to our
## Feedback? ## Feedback?
If you have thoughts on these instructions, feel free to drop by our [community](/community), If you have thoughts on these instructions, feel free to drop by our [community](/community),
or to [make a pull request to our website](https://git.lix.systems/lix-project/lix-website/pulls)! or to [make a pull request to our website](git@git.lix.systems:lix-project/lix-website.git)!