What are your goals for 19.09?

I want systemd 242 in. This is what I’ll mostly be working on the coming month.

8 Likes

Things I’d like to make headway on:

(would be happy to talk about the above on freenode/#nixos-wg-ai)

  • Develop a homogeneous way to enable debugging for built packages (e.g. you can’t wrap R packages in enableDebugging)
  • Managing WINE with nix: GitHub - deliciouslytyped/nix-winnix

Things I’m ambiently thinking about:

  • Integrating configurations managed by external applications with nix (home-manager)
  • Generally standardizing things across nixpkgs
  • UX improvements
3 Likes

There’s WIP on systemd 242: systemd: 239 -> 242 by andir · Pull Request #61321 · NixOS/nixpkgs · GitHub

2 Likes

Another one that’s been discussed, but I haven’t had time to really look at:

  • enable debugging symbols for all haskell packages

mentioned here: ghc: Add `enableDwarf` flag, off by default. by nh2 · Pull Request #52255 · NixOS/nixpkgs · GitHub

As already mentioned, I’m working more on updating static-haskell-nix with the intent of moving more or all of it into nixpkgs, and getting Hydra CI it, because otherwise it can quickly break.

I also hope that my PR for a significantly improved gstreamer (a lot more plugins building!) will make it in, and similarly many gstreamer fixes I made for Darwin.

3 Likes

I also have a self-written module using lego; it’s a bit AWS Route53-specific, but the general idea is pretty extensible:

2 Likes

My wishlist would be:

  • be able to join a domain with sssd (and be able to log-in with gdm)
  • secure boot

For sssd, I played with it in the past. I think I was able to log-in with the console but not with gdm. I’m not sure I could pull it off but I might try again.

I’m pretty sure secure boot is beyond my capabilities. I wont even try.

1 Like

XFCE 4.14
It will be released in August 2019, so we can start migrate to beta in nixos-unstable

4 Likes

Another one I just thought of, but don’t have time myself.

  • Build a graphical installer for NixOS using the Calamares framework

If anyone would be interested in working on this, I think it would be greatly appreciated by new NixOS users!

5 Likes

I also hope that my PR for a significantly improved gstreamer (a lot more plugins building!) will make it in

Happy to report that this one was merged.

1 Like

The official documentation is very limited. To be honest, it’s disappointing! It is quite difficult for new users to feel comfortable.

4 Likes

I really think that we can extend the acme service to have enough options to support many acme clients out there such as lego or certbot itself. We have some kind of “interface” already for the http challenge (i.e. where other services expect certs to be available on disk or the preDelay script…), we “just” need to make sure we have an interface for the DNS challenge too

1 Like

I’ve been fixing some bugs in the acme client the past month, which should be merged soon.

Working with it, the interface so far is pretty tightly coupled to both simp_le and nginx I think it would be better to just start a new module with the idea of multiple challenges baked in from the get-go. I would not try to make it acme-client agnostic though; that seems to add needless complexity. we keep the old acme module and create a new lego module that supports multiple challenges and what not. Changing the old acme module to support multiple challenges and acme clients, whilst remaining backwards compatibility seems too much of a hassle to me.

1 Like

See Issue #21662 and discussion User-friendly NixOS distro? - #5 by davidak

This needs design first before implementation! It’s a big task to get it right. We need Usability/UX people here, no programmers!

That’s well known. See Documentation improvements for discussion and progress.

1 Like

Another nice addition (which I don’t think I will have time for) would be version 10.1 of the CUDA toolkit. It seems that the packaging format for .run files has changed (the Perl script is gone).

1 Like

@danieldk Got some WIP for cudatoolkit 10.1 here: cudatoolkit_10_1: init at 10.1.243 · knedlsepp/nixpkgs@630068e · GitHub

It should build fine, but I didn’t unify the expression with the older releases.

2 Likes

Damn, duplicated efforts.
Got it unify here: https://github.com/dguibert/nixpkgs/commit/29933b6f03ecacd3870603766357505affd671ae

1 Like

Nice work. I guess since your work integrates better with the existing derivations we should use that one. Would you mind bumping to 10.1.243 and making a PR?

done: https://github.com/NixOS/nixpkgs/pull/68954

Small post-mortem: I haven’t finished any of the projects I talked about, due to needing to reprioritize for university. I’d still be happy to work on things and talk to people about them, and hope to pick them up again later… There are several repositories on my github with work towards the aforementioned, but I don’t expect anyone to be able to make sense of them as is - and even I might not be able to given that I haven’t really touched them in two months.

I still think some standardized interfaces would greatly improve ergonomics. Nix is all about getting more leverage with good tooling right? Conventions are tools too!

2 Likes