Skip to content

Instantly share code, notes, and snippets.

@toraritte
Created July 22, 2022 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toraritte/220cc2c1e87ae1ef8783a41d88439519 to your computer and use it in GitHub Desktop.
Save toraritte/220cc2c1e87ae1ef8783a41d88439519 to your computer and use it in GitHub Desktop.
result
├── bin
│   ├── nix
│   ├── nix-build -> nix
│   ├── nix-channel -> nix
│   ├── nix-collect-garbage -> nix
│   ├── nix-copy-closure -> nix
│   ├── nix-daemon -> nix
│   ├── nix-env -> nix
│   ├── nix-hash -> nix
│   ├── nix-instantiate -> nix
│   ├── nix-prefetch-url -> nix
│   ├── nix-shell -> nix
│   └── nix-store -> nix
├── etc
│   ├── init
│   │   └── nix-daemon.conf
│   └── profile.d
│       ├── nix-daemon.sh
│       └── nix.sh
├── lib
│   ├── libboost_context.so -> libboost_context.so.1.77.0
│   ├── libboost_context.so.1.77.0
│   ├── libboost_system.so -> libboost_system.so.1.77.0
│   ├── libboost_system.so.1.77.0
│   ├── libboost_thread.so -> libboost_thread.so.1.77.0
│   ├── libboost_thread.so.1.77.0
│   ├── libnixcmd.so
│   ├── libnixexpr.so
│   ├── libnixfetchers.so
│   ├── libnixmain.so
│   ├── libnixstore.so
│   ├── libnixutil.so
│   ├── systemd
│   │   └── system
│   │       ├── nix-daemon.service
│   │       └── nix-daemon.socket
│   └── tmpfiles.d
│       └── nix-daemon.conf
├── libexec
│   └── nix
│       └── build-remote -> ../../bin/nix
└── share
    ├── bash-completion
    │   └── completions
    │       └── nix
    ├── fish
    │   └── vendor_completions.d
    │       └── nix.fish
    ├── man
    │   ├── man1
    │   │   ├── nix.1.gz
    │   │   ├── nix3-build.1.gz
    │   │   ├── nix3-bundle.1.gz
    │   │   ├── nix3-copy.1.gz
    │   │   ├── nix3-daemon.1.gz
    │   │   ├── nix3-describe-stores.1.gz
    │   │   ├── nix3-develop.1.gz
    │   │   ├── nix3-doctor.1.gz
    │   │   ├── nix3-edit.1.gz
    │   │   ├── nix3-eval.1.gz
    │   │   ├── nix3-flake.1.gz
    │   │   ├── nix3-flake-archive.1.gz
    │   │   ├── nix3-flake-check.1.gz
    │   │   ├── nix3-flake-clone.1.gz
    │   │   ├── nix3-flake-info.1.gz
    │   │   ├── nix3-flake-init.1.gz
    │   │   ├── nix3-flake-lock.1.gz
    │   │   ├── nix3-flake-metadata.1.gz
    │   │   ├── nix3-flake-new.1.gz
    │   │   ├── nix3-flake-prefetch.1.gz
    │   │   ├── nix3-flake-show.1.gz
    │   │   ├── nix3-flake-update.1.gz
    │   │   ├── nix3-fmt.1.gz
    │   │   ├── nix3-hash.1.gz
    │   │   ├── nix3-hash-file.1.gz
    │   │   ├── nix3-hash-path.1.gz
    │   │   ├── nix3-hash-to-base16.1.gz
    │   │   ├── nix3-hash-to-base32.1.gz
    │   │   ├── nix3-hash-to-base64.1.gz
    │   │   ├── nix3-hash-to-sri.1.gz
    │   │   ├── nix3-help.1.gz
    │   │   ├── nix3-key.1.gz
    │   │   ├── nix3-key-convert-secret-to-public.1.gz
    │   │   ├── nix3-key-generate-secret.1.gz
    │   │   ├── nix3-log.1.gz
    │   │   ├── nix3-manpages.gz
    │   │   ├── nix3-nar.1.gz
    │   │   ├── nix3-nar-cat.1.gz
    │   │   ├── nix3-nar-dump-path.1.gz
    │   │   ├── nix3-nar-ls.1.gz
    │   │   ├── nix3-path-info.1.gz
    │   │   ├── nix3-print-dev-env.1.gz
    │   │   ├── nix3-profile.1.gz
    │   │   ├── nix3-profile-diff-closures.1.gz
    │   │   ├── nix3-profile-history.1.gz
    │   │   ├── nix3-profile-install.1.gz
    │   │   ├── nix3-profile-list.1.gz
    │   │   ├── nix3-profile-remove.1.gz
    │   │   ├── nix3-profile-rollback.1.gz
    │   │   ├── nix3-profile-upgrade.1.gz
    │   │   ├── nix3-profile-wipe-history.1.gz
    │   │   ├── nix3-realisation.1.gz
    │   │   ├── nix3-realisation-info.1.gz
    │   │   ├── nix3-registry.1.gz
    │   │   ├── nix3-registry-add.1.gz
    │   │   ├── nix3-registry-list.1.gz
    │   │   ├── nix3-registry-pin.1.gz
    │   │   ├── nix3-registry-remove.1.gz
    │   │   ├── nix3-repl.1.gz
    │   │   ├── nix3-run.1.gz
    │   │   ├── nix3-search.1.gz
    │   │   ├── nix3-shell.1.gz
    │   │   ├── nix3-show-config.1.gz
    │   │   ├── nix3-show-derivation.1.gz
    │   │   ├── nix3-store.1.gz
    │   │   ├── nix3-store-add-file.1.gz
    │   │   ├── nix3-store-add-path.1.gz
    │   │   ├── nix3-store-cat.1.gz
    │   │   ├── nix3-store-copy-log.1.gz
    │   │   ├── nix3-store-copy-sigs.1.gz
    │   │   ├── nix3-store-delete.1.gz
    │   │   ├── nix3-store-diff-closures.1.gz
    │   │   ├── nix3-store-dump-path.1.gz
    │   │   ├── nix3-store-gc.1.gz
    │   │   ├── nix3-store-ls.1.gz
    │   │   ├── nix3-store-make-content-addressed.1.gz
    │   │   ├── nix3-store-optimise.1.gz
    │   │   ├── nix3-store-ping.1.gz
    │   │   ├── nix3-store-prefetch-file.1.gz
    │   │   ├── nix3-store-repair.1.gz
    │   │   ├── nix3-store-sign.1.gz
    │   │   ├── nix3-store-verify.1.gz
    │   │   ├── nix3-upgrade-nix.1.gz
    │   │   ├── nix3-why-depends.1.gz
    │   │   ├── nix-build.1.gz
    │   │   ├── nix-channel.1.gz
    │   │   ├── nix-collect-garbage.1.gz
    │   │   ├── nix-copy-closure.1.gz
    │   │   ├── nix-env.1.gz
    │   │   ├── nix-hash.1.gz
    │   │   ├── nix-instantiate.1.gz
    │   │   ├── nix-prefetch-url.1.gz
    │   │   ├── nix-shell.1.gz
    │   │   └── nix-store.1.gz
    │   ├── man5
    │   │   └── nix.conf.5.gz
    │   └── man8
    │       └── nix-daemon.8.gz
    └── zsh
        └── site-functions
            ├── _nix
            └── run-help-nix

21 directories, 131 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment