Skip to content

Instantly share code, notes, and snippets.

@coderofsalvation
Created September 16, 2024 08:45
Show Gist options
  • Save coderofsalvation/1fa6458d89c33a231b0667d8b8c7941f to your computer and use it in GitHub Desktop.
Save coderofsalvation/1fa6458d89c33a231b0667d8b8c7941f to your computer and use it in GitHub Desktop.
run multiple version of nix package

flake

$ nix run --extra-experimental-features flakes blender-bin#blender_4_0

channels

$ nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable
$ nix-channel --update nixos-unstable
$ nix-shell '<nixpkgs>' -I nixpkgs=channel:nixos-unstable -p blender --run blender
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment