10 Jan 2023 |
ahoneybun#7966 | .# ? | 20:10:17 |
ahoneybun#7966 | Sorry I need step by step at first. | 20:10:24 |
VlinkZ#9946 | Oh just building the flake in the directory of the file, nix build github:vlinkz/nixos-conf-editor#defaultPackage.aarch64-linux would be more correct | 20:11:21 |
ahoneybun#7966 | I have yet to use flakes... | 20:11:37 |
VlinkZ#9946 | Not sure how'd that work with hydra tho | 20:11:38 |
ahoneybun#7966 | I need. | 20:11:41 |
ahoneybun#7966 | * I need to learn lol | 20:11:43 |
ahoneybun#7966 | I just haven't see a big reason to. | 20:11:48 |
VlinkZ#9946 | They're pretty nice, just not super well documented | 20:12:18 |
VlinkZ#9946 | Good for easily getting dependencies outside of nixpkgs | 20:12:40 |
ahoneybun#7966 | I heard it's the future of Nix. | 20:14:03 |
VlinkZ#9946 | Yeah that the plan apparently, hopefully becomes stable soon | 20:21:38 |
ahoneybun#7966 | I guess we'll see. Still trying to access this server.. | 20:27:21 |
ahoneybun#7966 | Hydra is running though I think. | 20:27:29 |
ahoneybun#7966 | VlinkZ alright I think this will work I just need to create a different user for building but it looks good | 21:43:10 |
11 Jan 2023 |
ahoneybun#7966 | So it's not working Hydra but I can run your nix build command and it's building curently. | 00:25:39 |
ahoneybun#7966 | * So it's not working Hydra but I can run your nix build command and it's building currently. | 00:25:41 |
ahoneybun#7966 | Damn it errored out. | 00:29:35 |
ahoneybun#7966 | [builder@nixos:~]$ nix log /nix/store/66q01b5h977mfkmkdxmmwxv30dbr3xl7-nixos-conf-editor-0.1.0-vendor.tar.gz.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/kd027c77xadhgwvgl7l88f71yy8c5z5z-irilf6729mp0i0yi2rm33nqj6mrbq7d1-source
source root is irilf6729mp0i0yi2rm33nqj6mrbq7d1-source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Updating git repository `https://github.com/snowflakelinux/nix-data`
Updating crates.io index
/nix/store/v5jcfqd3zh7q3i7jd2azxydkqrd6cjyi-stdenv-linux/setup: line 1431: 94 Killed cargo vendor $name --respect-source-config
95 Done | cargo-vendor-normalise > $CARGO_CONFIG | 00:30:25 |
VlinkZ#9946 | Hmm I do know it's possible with hydra, maybe with something like pkgs.pkgsCross.aarch64-multiplatform | 00:30:46 |
VlinkZ#9946 | Huh | 00:30:58 |
VlinkZ#9946 | That's weird, looks like it probably ran out of resources? | 00:31:26 |
ahoneybun#7966 | Weird as it's not doing much really. | 00:31:44 |
ahoneybun#7966 | Maybe if I turn off Hydra | 00:31:51 |
ahoneybun#7966 | I was just using your command: nix build github:vlinkz/nixos-conf-editor#defaultPackage.aarch64-linux | 00:32:23 |
VlinkZ#9946 | Yeah that's using flakes, I think hydra still only uses legacy Nix though | 00:33:00 |
VlinkZ#9946 | Haven't found a good way of running nix-build to cross compile yet | 00:33:16 |
ahoneybun#7966 | Yea | 00:34:16 |
ahoneybun#7966 | I'll need to get Hydra working outside | 00:34:32 |
ahoneybun#7966 | Sooo VlinkZ my Pinebook Pro issue was user error, I didn't import my hardware-configuration.nix file... | 01:42:26 |