this post was submitted on 26 Oct 2024
32 points (86.4% liked)
Nix / NixOS
1762 readers
18 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
view the rest of the comments
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.
I mean, yeah, it's
nix profile install nixpkgs#vscode
and it should kinda work. Although to run it, you might have to also donix profile install github:nix-community/nixgl --impure
and then run vscode asnixGL code
because of video driver awfulness.Oof