| 20 Jul 2021 |
David Arnold (blaggacao) | (also, iirc, mergeAny is not recursive which might bring surprises one day downstream) | 18:22:07 |
@gytis-ivaskevicius:matrix.org | I dont think that mergeAny brings much value to existing nixpkgs ecosystem, or atleast I cant think of a usecase for it. And if it does - i feel like it should be copied over nixpkgs | 19:07:03 |
@gytis-ivaskevicius:matrix.org | Also about that reverse domain, i recently had an issue with it | 19:07:16 |
@gytis-ivaskevicius:matrix.org | I wanted to set my work machine hostname to gytis.ivaskevicius | 19:07:36 |
@gytis-ivaskevicius:matrix.org | and yeah.... | 19:07:38 |
@gytis-ivaskevicius:matrix.org | :/ | 19:07:49 |
David Arnold (blaggacao) | In reply to @gytis-ivaskevicius:matrix.org I wanted to set my work machine hostname to gytis.ivaskevicius I don't think that's a valid hostname label, though. | 19:08:16 |
David Arnold (blaggacao) | The RFC label part is only the part between the dots | 19:08:34 |
David Arnold (blaggacao) | * The DNS RFC label part is only the part between the dots | 19:08:40 |
@gytis-ivaskevicius:matrix.org | 🤔 | 19:08:53 |
@gytis-ivaskevicius:matrix.org | I thought i saw it somewhere before | 19:09:02 |
David Arnold (blaggacao) | https://en.wikipedia.org/wiki/Hostname | 19:09:10 |
@gytis-ivaskevicius:matrix.org | i guess i confused it with something | 19:09:37 |
@gytis-ivaskevicius:matrix.org | David Arnold: | 19:09:45 |
@gytis-ivaskevicius:matrix.org | (i hate matrix autocompletion) | 19:09:55 |
David Arnold (blaggacao) | What's annoying though is that deploy-rs doesn't have fadn semantics, yet. | 19:10:07 |
@gytis-ivaskevicius:matrix.org | can you review that PR? | 19:10:08 |
@gytis-ivaskevicius:matrix.org | https://github.com/gytis-ivaskevicius/flake-utils-plus/pull/84 | 19:10:21 |
David Arnold (blaggacao) | Yep, next on my todo list. I'm cought in an infinite recursion. 😂 | 19:10:30 |
@gytis-ivaskevicius:matrix.org | 😆 | 19:10:40 |
David Arnold (blaggacao) | IN general I really like the cleanup | 19:10:43 |
@gytis-ivaskevicius:matrix.org | yeah, me too! | 19:12:54 |
@teutat3s:pub.solar | In reply to @blaggacao:matrix.org It was supposed to not conflict, but maybe we need to revise it's implementation? Does someone already have an idea how to do this? I'd be happy to create a PR | 19:12:58 |
@gytis-ivaskevicius:matrix.org | fufexan: <3 | 19:13:00 |
@gytis-ivaskevicius:matrix.org | now just wait when all the deprecated code gets removed ;) | 19:13:24 |
David Arnold (blaggacao) | In reply to @teutat3s:pub.solar Does someone already have an idea how to do this? I'd be happy to create a PR I'd really appreaciate it! (I'm stuck on that inifinte recursion) -- I havn't thought about the design, though. | 19:13:33 |
@teutat3s:pub.solar | this is what my nix.conf looks like in the current develop branch
# WARNING: this file is generated from the nix.* options in
# your NixOS configuration, typically
# /etc/nixos/configuration.nix. Do not edit it!
build-users-group = nixbld
max-jobs = auto
cores = 0
sandbox = true
extra-sandbox-paths =
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org/ https://cache.nixos.org/
trusted-substituters =
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
auto-optimise-store = true
require-sigs = true
trusted-users = root @wheel
allowed-users = @wheel
builders =
system-features = nixos-test benchmark big-parallel kvm
sandbox-fallback = false
min-free = 536870912
keep-outputs = true
keep-derivations = true
fallback = true
experimental-features = flakes nix-command ca-references
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
extra-experimental-features = nix-command ca-references flakes
| 19:14:15 |
David Arnold (blaggacao) | I'm not sure if the nixpkgs implementation of config settings is still modern enough. | 19:14:52 |
David Arnold (blaggacao) | (after RFC42 ?) | 19:14:59 |
@teutat3s:pub.solar | so should digga maybe create extra-* here https://github.com/divnix/digga/blob/f25928ed0bf05ab20af5a8231d264ae01b42ab34/modules/nix-config.nix#L24-L26 | 19:15:07 |