Skip to content

Instantly share code, notes, and snippets.

@MagnificentPako
Created March 19, 2018 19:47
Show Gist options
  • Save MagnificentPako/b315aa77e933ef88a569c47505819e72 to your computer and use it in GitHub Desktop.
Save MagnificentPako/b315aa77e933ef88a569c47505819e72 to your computer and use it in GitHub Desktop.
+ PATH=/nix/store/4bh7qhnrjk8cgd1bh7nr0glbga0aasdx-coreutils-8.28/bin:/nix/store/y936jxj0dl6rm9v6hrjz945361s73bcx-findutils-4.6.0/bin:/nix/store/h6vf6alpgnynlx1w9xwlaqhnjybjvy2x-gnugrep-3.1/bin:/home/paul/bin:/run/wrappers/bin:/etc/per-user-pkgs/paul/bin:/home/paul/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/paul/.antigen/bundles/subnixr/minimal
+ IS_DARWIN=no
+ set -eu
+ set -o pipefail
+ DEBUG=0
+ MARKDOWN=0
+ HOST_OS=0
+ SANDBOX=0
+ true
+ case "${1:-}" in
+ break
++ desc_system
++ nixev '(import <nixpkgs> {}).system'
++ nix-instantiate --eval --strict -E '(import <nixpkgs> {}).system'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment