Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-user nix on darwin #12

Open
copumpkin opened this issue Dec 24, 2014 · 6 comments
Open

Multi-user nix on darwin #12

copumpkin opened this issue Dec 24, 2014 · 6 comments

Comments

@copumpkin
Copy link
Owner

Shouldn't be hard, I hear

@shlevy
Copy link
Collaborator

shlevy commented Dec 26, 2014

It's not really a nixpkgs issue... It's just a matter of configuration. You need to create the nixbld group, add a bunch of users with it as both their primary group and as a supplemental group, and change the nix.conf settings. Then just run nix-daemon as a launch agent.

@copumpkin
Copy link
Owner Author

Yeah, but isn't the install script in nixpkgs? And that's what would set those things up?

@shlevy
Copy link
Collaborator

shlevy commented Dec 26, 2014

Which install script? Do you mean https://github.com/NixOS/nix/blob/master/scripts/install-nix-from-closure.sh in NixOS/nix?

@copumpkin
Copy link
Owner Author

I always assumed the install script invoked by this was in nixpkgs, but perhaps not!

@shlevy
Copy link
Collaborator

shlevy commented Dec 26, 2014

Nope, that script itself is here and the scripts it downloads are generated from install-nix-from-closure.sh

@copumpkin
Copy link
Owner Author

Interesting, thanks! Anyway, it'd be nice if we got it regardless 😄 it might not be part of nixpkgs, but I want to keep the things for darwin nix together until we're better organized (or done).

adnelson pushed a commit to adnelson/nixpkgs that referenced this issue Jul 25, 2018
This adds some initial values for .dir-locals.el. Mainly this is
useful for using bug-reference-mode.

So if you have bug-reference-mode enabled -

> M-x bug-reference-mode

You will see as clickable text like this:

  Fixes copumpkin#15

  (copumpkin#12)

  Closed NixOS#1252

  issue #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants