I massively updated my comment.
- 0 Posts
- 6 Comments
Joined 9 months ago
Cake day: May 6th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
nix-shell -p gitOr some even fancier ones:
nix-store -qR $(nix-build '<nixpkgs>' -A git --no-out-link)or this command (which nix people avoid generally because it creates files outside of the store):
nix path-info -rSh $(nix-build '<nixpkgs>' -A git --no-out-link)or
nix-env -p /tmp/clean-profile -iA nixpkgs.git && nix-store -qR /tmp/clean-profile # then rm /tmp/clean-profile* # to get rid of the temp files
Sounds like you haven’t heard of nix.
ultimate_worrier@lemmy.dbzer0.comto
Programming@programming.dev•Dev tools inside a dev container?
0·12 days agoIn my opinion, the best practice is actually to stop using dev containers and start using nix flakes to provision your dev environment (including your vscode workspace).
ultimate_worrier@lemmy.dbzer0.comto
Music Production@sh.itjust.works•Native Instruments GmbH is in preliminary insolvency
1·18 days agoOpen source their entire software stack then!
🤦🏻♂️
You don’t seem to understand that everything you said in your initial comment is completely possible (trivial) with those nix commands I showed you.
Podman:
nix:
Does it make sense now? Or were you just really vague in your original comment and I misunderstood what you were even doing with your commands?