this post was submitted on 29 Nov 2023
0 points (NaN% liked)

Linux

48054 readers
681 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
all 21 comments
sorted by: hot top controversial new old
[–] wiki_me@lemmy.ml 0 points 11 months ago (1 children)

This bug still exists (using nix-channel without name causes errors, a basic feature IMO) so watch out.

Unfortunately nix still needs work on it's UX.

[–] Laser@feddit.de 0 points 11 months ago* (last edited 11 months ago)

Yeah. The UX is not in a great state. This is not an euphemism though, I think the UX is OK for advanced users, but getting used to it takes time.

Honestly given the choice I prefer the status quo, good fundamentals and clunky UX compared to the other way around – it's all volunteer work and that's a finite resource.

[–] uis@lemmy.world 0 points 11 months ago (1 children)
[–] Pantherina@feddit.de 0 points 11 months ago (2 children)

Does Nix need user namespaces, and does it allow good Sandboxing like Podman or Flatpak?

[–] lupec@lemm.ee 0 points 11 months ago (1 children)

I've used flatpak in the past, and although you basically give up the declarative aspect they worked fine as far as I remember

[–] Pantherina@feddit.de 0 points 11 months ago

That was not answering the question 😅

[–] alper_celik@lemmy.world 0 points 11 months ago (1 children)

Nix packages arent containerized by default. But since every depenedency is clearly defined. there are tools wrap packkages using bublewrap, or tools build layered docker imahes

But building packages happens in sandbox

[–] Pantherina@feddit.de 0 points 11 months ago

Great thanks! So Fedora+Nix (maybe some hacky way to symlink it to /var/nix on every boot and it can run on Atomic too)+bubblejail (there is a COPR now for use in secureblue) could be a great setup!

Any info about namespaces? Hardened kernels block these for valid reasons. Flatpaks can use bubblewrap-suid, Podman is supposedly not compatible (not sure about that)

[–] Unmapped@lemmy.ml 0 points 11 months ago (2 children)

I'm new to NixOS. Do I have to do anything extra to update NixOS? Or do I just update my flake and run nixos-rebuild switch --flake like I normally do to update packages?

[–] trillian@feddit.de 0 points 11 months ago

If you are using flakes you should check your flakes' inputs (probably the one called nixpkgs) and then change the URL to match the channel for 23.11. Finally, you should of course rebuild your system.