!tPxtoBdChSsxHuBlNW:nixos.org

NixOS Marketing

270 Members
NixOS website + marketing team: https://nixos.org/community/teams/marketing.html59 Servers

Load older messages


SenderMessageTime
10 Nov 2021
@samueldr:matrix.orgsamueldrreminder to all that today is marketing meeting day18:12:12
@garbas:matrix.orggarbas samueldr: I'm running 5min late 20:01:44
@ysndr:matrix.orgysndrgarbas: is it possible to give me merge rights to nixos-search? It’s difficult to change things quickly if it always has to wait for review and merge by someone else 😬21:35:11
12 Nov 2021
@mjolnir:nixos.orgNixOS Moderation Bot unbanned @matthewcroughan:defenestrate.itmatthewcroughan - nix.zone.00:23:33
13 Nov 2021
@garbas:matrix.orggarbas
In reply to @ysndr:matrix.org
garbas: is it possible to give me merge rights to nixos-search? It’s difficult to change things quickly if it always has to wait for review and merge by someone else 😬
uff sorry ysndr I didn't see this earlier. I thought you already have all the permission. Let me fix this.
22:38:19
20 Nov 2021
@nykw:tchncs.denykw joined the room.11:08:40
21 Nov 2021
@kunrooted:matrix.orgkunrooted changed their profile picture.12:54:58
23 Nov 2021
@server_stats:nordgedanken.devServer Stats Discoverer (traveler bot) left the room.02:10:33
25 Nov 2021
@ysndr:matrix.orgysndr

Sparked by a recent discussion on Reddit I’m putting together a more detailed guide on the differences of nix develop and nix shell

Preview here:
https://ysndr.de/beta/23/posts/guides/2021-11-30-nix-shells/

PR here: https://github.com/ysndr/blog/pull/23

In case you are interested or want to give feedback
It’s still only 40% done but I thought I might share it here already

18:52:08
@ysndr:matrix.orgysndr *

Sparked by a recent discussion on Reddit I’m putting together a more detailed guide on the differences of nix-shell, nix develop and nix shell

Preview here:
https://ysndr.de/beta/23/posts/guides/2021-11-30-nix-shells/

PR here: https://github.com/ysndr/blog/pull/23

In case you are interested or want to give feedback
It’s still only 40% done but I thought I might share it here already

18:57:15
@tomberek:matrix.orgtomberek20211125_14h10m09s_grim.png
Download 20211125_14h10m09s_grim.png
19:10:41
@tomberek:matrix.orgtomberekThere needs to be a simple way to describe the three options, something like this: 19:10:45
@tomberek:matrix.orgtomberekIt also makes it easier to describe and teach if you can organize it in a table format. It also allow for more consistent implementation and UX.19:12:29
@tomberek:matrix.orgtomberekAn example release doc showcasing specific features, with links to relevant RFC and docs: https://www.php.net/releases/8.1/en.php21:04:42
26 Nov 2021
@ysndr:matrix.orgysndr
In reply to @tomberek:matrix.org
sent an image.
isnt the idea of nix develop to not build anything but its dependencies on its own? Or maybe I am misinterpreting the table
11:27:50
@tomberek:matrix.orgtomberek That table is not accurate, just trying to express the organizational idea. 14:55:23
@tomberek:matrix.orgtomberek Though it would build the dependencies themselves? I’m also trying to think of the shebang use-case. 14:56:18
30 Nov 2021
@ysndr:matrix.orgysndrhttps://ysndr.de/beta/23/posts/guides/2021-11-30-nix-shells/ will go typo hunting over the next days but if you want to suggest some changes or give a review, the PR for it is here, I'm happy about any comment https://github.com/ysndr/blog/pull/2300:20:39
1 Dec 2021
@jan:smittie.delockejan joined the room.15:13:58
@jan:smittie.delockejan

Hi 👋 I tried finding some resources on the website, but found some empty pages instead. For instance, https://nixos.org/guides/install-nix.html and https://nixos.org/guides/dev-environment.html are reachable but without any content.

While looking into the source on GH I found that these pages are referenced in the build-template but they are non-existent in the source. I also couldn't find them in the git history. Have they been deliberately deleted? (I'm not 100% sure but I thought they existed at some point on the website)🤔

16:03:10
@tomberek:matrix.orgtomberekuh oh, guides are gone?16:05:34
@jan:smittie.delockejan Ah, I found something in the history. This commit deleted some of those on AuthorDate: Sat Sep 5 01:51:41 2020 +0200 : 552e23851b8b390dbb72385a89147f372b38d610 16:07:59
@jan:smittie.delockejan * Ah, I found something in the git history. This commit deleted some of those on AuthorDate: Sat Sep 5 01:51:41 2020 +0200 : 552e23851b8b390dbb72385a89147f372b38d610 16:08:11
@jan:smittie.delockejanAh, nope. Sry, It's a loose end.🙈16:09:58
@tomberek:matrix.orgtomberekIt's VERY probably I broke it here: https://github.com/NixOS/nixos-homepage/pull/764/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R140 (the /html directory didn't exist, we were not sure why or if nix.dev had changed structure)16:12:09
@tomberek:matrix.orgtomberek * It's VERY probable I broke it here: https://github.com/NixOS/nixos-homepage/pull/764/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R140 (the /html directory didn't exist, we were not sure why or if nix.dev had changed structure)16:12:16
@jan:smittie.delockejanHm, ok. I'll look into it. I found the missing files inside the quickstart-guide branch: https://github.com/NixOS/nixos-homepage/tree/quickstart-guide/guides16:14:49
@tomberek:matrix.orgtomberekthx!16:15:11
@jan:smittie.delockejan
In reply to @tomberek:matrix.org
It's VERY probable I broke it here: https://github.com/NixOS/nixos-homepage/pull/764/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R140 (the /html directory didn't exist, we were not sure why or if nix.dev had changed structure)
Hm, I can't tell if your merge caused the problem. Anyway, I would test the source with the missing files from the branch and open a PR then if that's ok.
16:19:22
@tomberek:matrix.orgtomberek please! (btw: garbas probably has better knowledge about how the nix.dev guides are brought in and transformed) 16:20:29

Show newer messages


Back to Room ListRoom Version: 6