Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Last active July 6, 2021 12:24
Show Gist options
  • Select an option

  • Save SuperCipher/16ecbb63c923a56e432b95cbaf38696f to your computer and use it in GitHub Desktop.

Select an option

Save SuperCipher/16ecbb63c923a56e432b95cbaf38696f to your computer and use it in GitHub Desktop.
nix-shell import remote shell config
nix-shell -I variableFoo=https://github.com/edolstra/flake-compat/archive/master.tar.gz -E "import <variableFoo>"
nix-shell -E 'import (builtins.fetchurl "https://raw.githubusercontent.com/workflow/nix-shell-action/main/shell.nix") {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment