this post was submitted on 26 Oct 2024
27 points (100.0% liked)

Nix / NixOS

29 readers
2 users here now

Main links

Videos

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] shapis@lemmy.ml 1 points 2 weeks ago (4 children)

So I’m running Debian. Say you want to use nix on it.

Is installing a package as simple as $ nix install vscode ? And would it “just work”?

Might give it a try if so.

[–] balsoft@lemmy.ml 2 points 2 weeks ago (1 children)

I mean, yeah, it's nix profile install nixpkgs#vscode and it should kinda work. Although to run it, you might have to also do nix profile install github:nix-community/nixgl --impure and then run vscode as nixGL code because of video driver awfulness.

load more comments (2 replies)