Created
July 17, 2023 22:53
-
-
Save samuela/b637cbfb3e34d7c30677d086aad3ff53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
outputs = { nixpkgs, ... }: | |
{ devShell.aarch64-darwin = nixpkgs.legacyPackages.aarch64-darwin.mkShell { }; }; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ nix develop -vvvvv | |
copying '/Users/samuelainsworth/dev/slackgpt'... | |
acquiring global GC lock '/nix/var/nix/gc.lock' | |
acquiring read lock on '/nix/var/nix/temproots/10952' | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
got tree '/nix/store/02njg3mkndb1sj56qdhafai1wbh8jlsw-source' from 'path:/Users/samuelainsworth/dev/slackgpt?narHash=sha256-NVGC1qDlQgZcsq8bfub9Jido5z%2f8JBh10dAfBCppJio=' | |
checking access to '/nix/store/02njg3mkndb1sj56qdhafai1wbh8jlsw-source/flake.nix' | |
evaluating file '/nix/store/02njg3mkndb1sj56qdhafai1wbh8jlsw-source/flake.nix' | |
old lock file: { | |
"nodes": { | |
"root": {} | |
}, | |
"root": "root", | |
"version": 7 | |
} | |
computing lock file node '' | |
computing input 'nixpkgs' | |
creating new input 'nixpkgs' | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
using cache entry '{"name":"flake-registry.json","type":"file","url":"https://github.com/NixOS/flake-registry/raw/master/flake-registry.json"}' -> '{"etag":"\"49938f7c06d3f70882605bc849398b9e0ad88e9c41c94279f04411bb0a9a5dc1\"","url":"https://raw.githubusercontent.com/NixOS/flake-registry/master/flake-registry.json"}', '/nix/store/k5imniyrf3j4y7gw58kwsgq4xlnlhf7v-flake-registry.json' | |
acquiring global GC lock '/nix/var/nix/gc.lock' | |
looked up 'flake:nixpkgs' -> 'github:NixOS/nixpkgs/nixpkgs-unstable' | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
using cache entry '{"name":"source","type":"file","url":"https://api.github.com/repos/NixOS/nixpkgs/commits/nixpkgs-unstable"}' -> '{"etag":"W/\"348537a21b0aa6faab674d276899c789d0f9cf1385cbb1a007126d7b35c83df2\"","url":"https://api.github.com/repos/NixOS/nixpkgs/commits/nixpkgs-unstable"}', '/nix/store/6d28p7k5s6cmvkjy0c7iyf12i833y1f4-source' | |
HEAD revision for 'https://api.github.com/repos/NixOS/nixpkgs/commits/nixpkgs-unstable' is d0f2758381caca8b4fb4a6cac61721cc9de06bd9 | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
using cache entry '{"rev":"d0f2758381caca8b4fb4a6cac61721cc9de06bd9","type":"git-tarball"}' -> '{"lastModified":1689601424,"rev":"d0f2758381caca8b4fb4a6cac61721cc9de06bd9"}', '/nix/store/b63zicy7mkwlp4vmca056kawsrmxfr36-source' | |
got tree '/nix/store/b63zicy7mkwlp4vmca056kawsrmxfr36-source' from 'github:NixOS/nixpkgs/d0f2758381caca8b4fb4a6cac61721cc9de06bd9' | |
checking access to '/nix/store/b63zicy7mkwlp4vmca056kawsrmxfr36-source/flake.nix' | |
evaluating file '/nix/store/b63zicy7mkwlp4vmca056kawsrmxfr36-source/flake.nix' | |
computing lock file node 'nixpkgs' | |
new lock file: { | |
"nodes": { | |
"nixpkgs": { | |
"locked": { | |
"lastModified": 1689601424, | |
"narHash": "sha256-WEqoSflQP65MF9O9k+JEkvUXMEoyCatmMAoLOowcEoE=", | |
"owner": "NixOS", | |
"repo": "nixpkgs", | |
"rev": "d0f2758381caca8b4fb4a6cac61721cc9de06bd9", | |
"type": "github" | |
}, | |
"original": { | |
"id": "nixpkgs", | |
"type": "indirect" | |
} | |
}, | |
"root": { | |
"inputs": { | |
"nixpkgs": "nixpkgs" | |
} | |
} | |
}, | |
"root": "root", | |
"version": 7 | |
} | |
warning: creating lock file '/Users/samuelainsworth/dev/slackgpt/flake.lock' | |
copying '/Users/samuelainsworth/dev/slackgpt'... | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
got tree '/nix/store/k227n9wgss3kgymq0xzp54j8hs5dygs5-source' from 'path:/Users/samuelainsworth/dev/slackgpt?narHash=sha256-4aFUVtqPbbRaiiTbH+Pa3ogGIRoKvbvFp3RBGRmWdiE=' | |
checking access to '/nix/store/k227n9wgss3kgymq0xzp54j8hs5dygs5-source/flake.nix' | |
evaluating file '/nix/store/k227n9wgss3kgymq0xzp54j8hs5dygs5-source/flake.nix' | |
using cached string attribute 'devShell.aarch64-darwin.type' | |
using cached string attribute 'devShell.aarch64-darwin.drvPath' | |
using cached string attribute 'devShell.aarch64-darwin.outPath' | |
using cached string attribute 'devShell.aarch64-darwin.outputName' | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
building of '/nix/store/hyqg2r0xmxvz8xrnhxgcgwy57zn9zk8f-nix-shell-env.drv!*' from .drv file: created | |
building of '/nix/store/hyqg2r0xmxvz8xrnhxgcgwy57zn9zk8f-nix-shell-env.drv!*' from .drv file: woken up | |
querying info about missing paths... | |
starting pool of 9 threads | |
entered goal loop | |
building of '/nix/store/hyqg2r0xmxvz8xrnhxgcgwy57zn9zk8f-nix-shell-env.drv!*' from .drv file: init | |
building of '/nix/store/hyqg2r0xmxvz8xrnhxgcgwy57zn9zk8f-nix-shell-env.drv!*' from .drv file: loading derivation | |
acquiring write lock on '/nix/var/nix/temproots/10952' | |
downgrading to read lock on '/nix/var/nix/temproots/10952' | |
building of '/nix/store/hyqg2r0xmxvz8xrnhxgcgwy57zn9zk8f-nix-shell-env.drv!*' from .drv file: have derivation | |
substitution of 'sha256:60dac55dd52f83679561b3d6b57dc7741682e8e0b75e66e48e5cf1786e78f327!out': created | |
substitution of 'sha256:60dac55dd52f83679561b3d6b57dc7741682e8e0b75e66e48e5cf1786e78f327!out': woken up | |
substitution of 'sha256:60dac55dd52f83679561b3d6b57dc7741682e8e0b75e66e48e5cf1786e78f327!out': init | |
closing daemon connection because of an exception | |
error: unexpected end-of-file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment