worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
<alex[m]18> hi all, i'm trying to set up a simple environment to learn common lisp, but i don't quite know where to start. i'd like to use doom-emacs, but i'm not sure how to make doom's lisp packages play well with nix. what's the best practice here?
alp has quit [Ping timeout: 272 seconds]
sbetrium has quit [Quit: sbetrium]
LnL has quit [Quit: exit 1]
pjt_tmp has quit [Ping timeout: 264 seconds]
pjt_tmp has joined #nixos
<iqubic> So, how the hell do I set up ZFS on the new system?
<{^_^}> [nixpkgs] @evanjs opened pull request #97058 → buildSupport.rust: fix typo in verifyCargoDeps message → https://git.io/JU3nA
<cole-h> iqubic: Please watch your language in here :^)
<iqubic> Sorry.
<pjt_tmp> hecc
<cole-h> I do have a not-explained-at-all "guide" (just steps, really) of how I initially partitioned my ZFS stuff here: https://github.com/cole-h/nixos-config#1-partition
<MtotheM> ZFS is advanced. so I suggest that you read up on it. unless you use one of the `zfs on boot` wizards from common distrobutions.
<iqubic> If I run `zfs set mountpoint=legacy <pool>/<fs>` in the live environment, will it apply to the system that I'm trying to install or what?
<cole-h> It will apply to pool/fs
sbetrium has joined #nixos
<MtotheM> oh, I'm in the wrong channel. my bad
<iqubic> Ah. So I need to run `zpool create` first.
<cole-h> Yep, you need a pool to put the filesystems into.
Wharncliffe has joined #nixos
<iqubic> Cool.
<cole-h> Note that `compression=zstd` won't work yet, because ZFS 2.0 hasn't been released yet.
<clever> iqubic: you can also tell `zpool create` to set mountpoint at creation time
<iqubic> Right.
<clever> zfs create -o mountpoint=legacy ${cfg.poolName}/home
<iqubic> So, `zpool create /dev/nvme0n1` I guess, is what I want?
<clever> zpool create -o ashift=12 -o altroot=/mnt ${cfg.poolName} $ROOT_DEVICE
<cole-h> You need to name the pool
<iqubic> I have three partitions. One for boot, one for swap, and the rest for the zpool.
<cole-h> So it would be more like `zpool create poolname devname`
<cole-h> Yep, I have the same :)
<iqubic> Cool. I'll do that.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97059 → yarn: 1.22.4 -> 1.22.5 → https://git.io/JU3cO
<iqubic> Do I want atime off?
<clever> atime=off can improve read performance
<iqubic> Also cole-h, why do you put mountpoint=none?
<clever> iqubic: nixos can only mount (via fstab and fileSystems) zfs if mountpoint=none
<clever> that is required for the rootfs and /nix
<iqubic> Ah. I'll do that.
<{^_^}> [nixpkgs] @peterhoeg merged pull request #97022 → krohnkite,kwin-tiling: fix typo → https://git.io/JUOQl
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to master: https://git.io/JU3c4
<iqubic> what does the -R option do there?
LnL has joined #nixos
LnL has quit [Changing host]
LnL has joined #nixos
iqubic` has joined #nixos
<iqubic`> If any answer was given, I must have missed it.
cole-h has quit [Ping timeout: 260 seconds]
iqubic has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos
lord| has quit [Read error: Connection reset by peer]
cole-h has quit [Client Quit]
<iqubic`> Nevermind. Manpage tells me what -R does
lord| has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JU3CG
OmnipotentEntity has quit [Ping timeout: 260 seconds]
dbmikus has quit [Ping timeout: 265 seconds]
sbetrium has quit [Quit: sbetrium]
ris has quit [Ping timeout: 260 seconds]
sbetrium has joined #nixos
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @khumba closed pull request #96515 → nixos/python-test-driver: add option to disable the linter without warning → https://git.io/JUI2m
gv has quit [Ping timeout: 256 seconds]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #97060 → Pantheon updates Sep 2020 → https://git.io/JU3Cx
gv has joined #nixos
zebrag has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @Infinisil merged pull request #91092 → nixos/systemd: Don't use apply for $PATH → https://git.io/JfF7A
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JU3WJ
mariatsji has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #97057 → snippetpixie: 1.3.3 -> 1.4.1 → https://git.io/JU3nE
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JU3Wn
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @maralorn merged pull request #97052 → haskellPackages.ghcide: Fix build → https://git.io/JU336
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskellPackages.ghcide: Fix build (#97052) »: https://git.io/JU3Wz
dbmikus has quit [Ping timeout: 256 seconds]
LnL has quit [Ping timeout: 260 seconds]
LnL has joined #nixos
LnL has quit [Changing host]
LnL has joined #nixos
OmnipotentEntity has joined #nixos
cript0nauta has quit [Read error: Connection reset by peer]
cript0nauta has joined #nixos
<iqubic`> How do I set the size of a zfs subvol?
iqubic` is now known as iqubic
<pjt_tmp> congrats on getting that tic removed
<pjt_tmp> heared they can have lyme disease :L
ahciada has quit [Quit: Smell ya later]
LnL has quit [Quit: exit 1]
sbetrium has quit [Quit: sbetrium]
<pjt_tmp> looks like my joke has not gone over well
aleph- has quit [Quit: WeeChat info:version]
sbetrium has joined #nixos
aleph- has joined #nixos
toastyavocados has quit [Remote host closed the connection]
cole-h has joined #nixos
boxscape has quit [Quit: Connection closed]
dbmikus has joined #nixos
<iqubic> I'd like to create a separate zfs "subvol" for the Nix store. How can I do that?
<{^_^}> [nixpkgs] @maralorn opened pull request #97062 → haskellPackages.haskell-language-server: 0.3.0 -> 0.4.0 → https://git.io/JU3lS
<{^_^}> [nixpkgs] @sikmir opened pull request #97063 → cudatext: init at 1.110.0 → https://git.io/JU3l9
<iqubic> Why do you have local, system, and user as three separate subsections of rpool?
dbmikus has quit [Ping timeout: 256 seconds]
maier has joined #nixos
gv has quit [Remote host closed the connection]
gv has joined #nixos
LnL has joined #nixos
LnL has quit [Changing host]
LnL has joined #nixos
rajivr has joined #nixos
aleph- has quit [Quit: WeeChat info:version]
aleph- has joined #nixos
maier has quit [Ping timeout: 265 seconds]
<iqubic> cole-h: Did you see my question?
fendor_ has joined #nixos
<cole-h> No, because I'm not glued to IRC :^) If you scroll up just a little bit, you'll see I note that system and user should be backed up, while local shouldn't be backed up.
<cole-h> (Scroll up in the README, that is)
<cole-h> system -> system configuration/state; local -> basically just the nix store, because that doesn't need to be backed up since Nix is so declarative; user -> user homes
fendor has quit [Ping timeout: 246 seconds]
<iqubic> cole-h: I think I can subscribe to that philosophy.
sbetrium has quit [Quit: sbetrium]
slack1256 has joined #nixos
sbetrium has joined #nixos
xd1le has joined #nixos
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
<iqubic> cole-h: What's the point of mounting all the stuff to /mnt/* here? https://github.com/cole-h/nixos-config/blame/nixus/README.md#L81
cyphase has quit [Ping timeout: 240 seconds]
<cole-h> Where else should it go? The system has yet to be installed, so it's basically what you'd do for any other NixOS installation. Mount root to /mnt, and any other descendents as necessary.
tobiasBora0 has quit [Quit: WeeChat 2.7.1]
<iqubic> When do I tell the system that rpool/local/nix should be mounted to /nix on the installed system?
waleee-cl has quit [Quit: Connection closed for inactivity]
<cole-h> nixos-generate
<cole-h> nixos-generate-config*
<cole-h> will handle that for you
<cole-h> And place it in the generated hardware-configuration.nix
<iqubic> Oh. Cool. That sounds great.
<cole-h> So, once you have it mounted to /mnt/nix, nixos-generate-config will do some magic and detect that you want rpool/local/nix to be mounted at /nix on the system
cyphase has joined #nixos
LnL has quit [Quit: exit 1]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0fd664e0b00 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
LnL has joined #nixos
LnL has joined #nixos
scribbler has joined #nixos
knerten1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97066 → AusweisApp2: 1.20.1 -> 1.20.2 → https://git.io/JU34t
gxt_ has joined #nixos
gxt has quit [Remote host closed the connection]
knerten2 has quit [Ping timeout: 246 seconds]
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos
<iqubic> So, I screwed up somehow, and had to redo my partitioning. I think this was spurred on by not using /dev/disk/dev-id/...
<iqubic> How do I find the id for my for my SDD?
<cole-h> lsblk -f is what I'd use
<iqubic> That's not really helping me.
<cole-h> It shows you the disk UUID, so you can also use /dev/disk/by-uuid
OmnipotentEntity has quit [Read error: Connection reset by peer]
OmnipotentEntity has joined #nixos
OmnipotentEntity has quit [Changing host]
OmnipotentEntity has joined #nixos
sbetrium has quit [Quit: sbetrium]
<iqubic> Yeah, that might be better
<iqubic> I think this being an nvme drive might be causing some issues.
disasm has quit [Ping timeout: 258 seconds]
<cole-h> Why would it matter?
<iqubic> IDK.
<{^_^}> [nixpkgs] @marsam merged pull request #96990 → recursive: 1.062 -> 1.064 → https://git.io/JUOGS
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU34r
<energizer> if it's an old mobo it might not have firmware for nvme
disasm has joined #nixos
<Ashy> i always found the nvme device naming convention confusing but reading the arch wiki section on namespacing is quite enlightening
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97067 → amfora: 1.4.0 -> 1.5.0 → https://git.io/JU34M
sbetrium has joined #nixos
justanotheruser has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97068 → antibody: 6.1.0 -> 6.1.1 → https://git.io/JU3Bv
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
<iqubic> It does have nvme firmware.
<iqubic> I know this because I can see my SSD in lsblk now. It turns out that the BIOS of this Dell Latitude 3400 has an option for SATA mode or RAID mode. Once I changed the setting from the RAID default to the SATA mode, everything worked.
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97069 → argo: 2.10.0 -> 2.10.1 → https://git.io/JU3BZ
<Ashy> ah yeap, same thing was required on my old xps 13
tsrt^ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #97070 → lowdown: Split out "bin" and "man" outputs → https://git.io/JU3B8
tsrt^ has joined #nixos
<cole-h> Does nix(1) have an analogue for `nix-build -E '(import <nixpkgs> {}).callPackage ./pkg.nix {}'`?
<cole-h> cc bqv ^
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97071 → asls: 0.4.2 -> 0.5.0 → https://git.io/JU3BB
troydm has quit [Ping timeout: 258 seconds]
<worldofpeace> cole-h: I think you mean like nix build --expr?
<energizer> is there `nix build --expr`?
<energizer> i dont see it on 20.03
<cole-h> Indeed, thanks wop! worldofpeace++
<{^_^}> worldofpeace's karma got increased to 0b10110011
<cole-h> Kinda annoying how I have to make it --impure, though...
<worldofpeace> so I guess that's my coined initials of my first (and only) name. heh, could've been wap
sbetrium has quit [Quit: sbetrium]
<worldofpeace> yeah, but <nixpkgs> is a bit evil
<cole-h> I'm actually not using nixpkgs at all, it was just for example's sake.
<cole-h> `nix build --expr '(import ./compat).callPackage ./pkg.nix {}'`, where ./compat uses flake-compat to expose my overlayed packages from my flake
<energizer> what nix version introduces `nix build --expr`?
<cole-h> Pretty sure it's been there since nix(1) was available
<worldofpeace> cole-h: flake-compat is a cool thingy
<cole-h> worldofpeace: https://github.com/cole-h/nixos-config/blob/nixus/compat/default.nix If you're at all curious
<cole-h> worldofpeace: And also, embarassingly, I forgot I asked you about flakes materials and so didn't refer to the stuff you linked me a while back at all 😬
<worldofpeace> energizer: I believe cole means that even nix-build had a long version of -E --expr also.
<energizer> $ nix build --expr 1 -> error: unrecognised flag '--expr'
<worldofpeace> cole-h: awww, I bet it might still be helpful in rewriting stuff
<cole-h> Hm, guess not.
<cole-h> energizer: `nix --version`?
<energizer> nix (Nix) 2.3.7
<worldofpeace> I don't see any tags to reference on github tho
<cole-h> Well
<cole-h> Huh :P
<cole-h> Well, it's existed in `nixUnstable` since I started using flakes a few weeks ago lol
sbetrium has joined #nixos
<cole-h> So it's probably always existed in nixFlakes (and nixUnstable after flakes merged)
Wharncliffe has quit [Quit: Lost terminal]
<cole-h> worldofpeace: I'm curious: have you reinstalled your system since switching to flakes?
<cole-h> I'm wondering how it would work, because `nixos-install` doesn't support flakes yet...
<worldofpeace> cole-h: lol, nixos users never reinstall. the computer dies first or gets replaced. I haven't, and I'm pretty sure you wouldn't be able to do so because nixos-install doesn't support it :(
<cole-h> s/ yet//
m0rphism has quit [Ping timeout: 265 seconds]
<worldofpeace> right, there's the open pr
<cole-h> Oh?
<{^_^}> #95194 (by ju1m, 3 weeks ago, open): nixos-install: add support for flakes
<{^_^}> [nixpkgs] @marsam merged pull request #97029 → yabai: 3.2.1 -> 3.3.0 → https://git.io/JUOpK
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU3BM
<worldofpeace> cole-h: oh, I think that might even be ready
<{^_^}> [nixpkgs] @marsam merged pull request #96989 → rclone: 1.52.3 -> 1.53.0 → https://git.io/JUOGz
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU3By
<julm> well, it worked for me. the hardest part is to document :/
<cole-h> worldofpeace: Just one unaddressed suggestion from Eelco, it looks like
<cole-h> Oh, hey, it's you! julm++
<{^_^}> julm's karma got increased to 1
<julm> ah I've forgotten to click those resolved buttons
<cole-h> (That one's actually not resolved, it looks like)
<cole-h> Or wait
<cole-h> Maybe <optional/> is the same as [...]
<julm> yes
* cole-h can't wait until we switch to literally anything but docbook
<cole-h> julm: Sorry for the false alarm x)
<julm> I've found it diving into docbook's doc, and hacking flake.nix to be able to build the manpages
<julm> cole-h: no worry
<cole-h> tbh, that in itself would be valuable to contribute back, if you find time (even just as a draft/WIP)
<julm> about building the manpages ?
<cole-h> Since I don't think it's particularly easy to do so at the moment (though I haven't tried/needed to)
<cole-h> Yeah
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97072 → aws-vault: 5.4.4 -> 6.0.0 → https://git.io/JU3BF
o1lo01ol1o has joined #nixos
<cole-h> Huh, I didn't know using single quotes in a trap still allowed variable expansion
<cole-h> julm++ Cheers
<{^_^}> julm's karma got increased to 2
<samueldr> cole-h: I believe the differences is *when* it expands, no?
<julm> cole-h: AFAIK with trap 'echo $foo' EXIT; the expansion is when the trap runs instead of when it is defined
<cole-h> julm: Also, minor suggestion: I don't like seeing @nixUnstable@, where `nixUnstable = pkgs.nixUnstable + "/bin/nix";` -- I'd much rather see `@nixUnstable@/bin/nix`, but that's just me
<cole-h> Yeah, I was thinking it would be like `echo '$foo'`
<cole-h> Where it doesn't expand at all
<julm> cole-h: yes I've hesitated, I'll change
<cole-h> I'm curious why that doesn't require a `--experimental-features 'nix-command flakes'`, though (seeing as nobody complained about that, and it supposedly working)
o1lo01ol1o has quit [Ping timeout: 258 seconds]
nixbitcoin has quit [Ping timeout: 240 seconds]
nixbitcoin has joined #nixos
LnL has quit [Quit: exit 1]
<julm> hm, it may actually
<cole-h> But `nixos-rebuild` doesn't appear to need it
LnL has joined #nixos
LnL has joined #nixos
LnL has quit [Changing host]
<julm> because I've only used it on a system where: $ grep experimental-features /etc/nix/nix.conf
<julm> experimental-features = nix-command flakes
<cole-h> Right, would be a good idea to test without... But I'm still confused why nixos-rebuild doesn't need it either
<cole-h> julm: Another suggestion would be to just put nixUnstable on PATH, instead of needing to substitute it in (thereby not growing the closure of nixos-install by the size of `nixUnstable`'s closure)
troydm has joined #nixos
<julm> --> experimental Nix feature 'nix-command' is disabled; use '--experimental-features nix-command' to override
troydm has quit [Client Quit]
<cole-h> Huh... maybe nixos-rebuild suffers from this problem as well?
<cole-h> Since it appears you've already modified your nix.conf, mind testing that one too? Might also need a patch.
<julm> cole-h: but, there is already a nix binary on PATH
<julm> or not
<cole-h> julm: Hm, maybe actually...
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/fa3fb57d322 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<julm> yes there is
<cole-h> Ack, then nevermind. Whatever you're happy with :P
troydm has joined #nixos
o1lo01ol1o has joined #nixos
maxdevjs has quit [Ping timeout: 246 seconds]
<julm> well, it looks cleaner to me to let nixUnstable out of the PATH
<julm> I could put it in front of it, but…
<cole-h> julm: It already has a `path = makeBinPath...`, so you could add to that
<cole-h> Which prefixes $PATH
<cole-h> And removes the need to substitute nixUnstable
LnL has quit [Ping timeout: 240 seconds]
LnL- has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
cole-h has quit [Quit: Goodbye]
maier has joined #nixos
<pjt_tmp> ,locate glibc
<{^_^}> Found in packages: zig, clisp, directfb, clisp-tip
sbetrium has quit [Quit: sbetrium]
Supersonic112 has joined #nixos
LnL- has quit [Quit: exit 1]
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
<pjt_tmp> ,locate compiler
<julm> ok, done that
<{^_^}> Found in packages: R, ccl, msf, nim, red, urn, vim, jags, lean, psol, pypy, sbcl, ycmd, jruby, julia, lush2, smesh, smlnj, codimd, erlang, gecode, gerbil, librep, python, cmdstan, lazarus, libcutl, msgpack, bulletml, julia_07, julia_11, lilypond, protobuf, spacegun, vimHugeX, wallabag, x11basic, boost.dev, erlangR20, erlangR21, libsmbios, mitscheme, pltScheme, zookeeper, erlang_nox, ghidra-bin, kibana-oss, pythonFull, sbcl_2_0_1, and 104 more
LnL has joined #nixos
LnL has joined #nixos
LnL has quit [Changing host]
<pjt_tmp> wat?
cole-h has joined #nixos
<simpson> It's not semantic or package-oriented; ,locate is literally checking for file names in package paths. What are you looking for?
<pjt_tmp> I'm trying to build an armv6l sd image and glibc can't find something (unhelpfully) called 'compiler'.
<simpson> Oh. Yeah, that's a terribly unhelpful name.
maier has quit [Ping timeout: 264 seconds]
<pjt_tmp> also why isn't glibc cached? it's a fairly base-level dep
sbetrium has joined #nixos
LnL has quit [Client Quit]
LnL has joined #nixos
LnL has joined #nixos
LnL has quit [Changing host]
<pjt_tmp> even for a not x64/aarch64 arch it'd be a good thing to host
<pjt_tmp> also, logtail: http://0x0.st/i6Kb.txt
<julm> cole-h: nixos-rebuild suffers from the same
<julm> experimental Nix feature 'nix-command' is disabled; use '--experimental-features nix-command' to override
xcmw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97073 → bazarr: 0.9 -> 0.9.0.2 → https://git.io/JU30J
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97074 → bazel-kazel: 0.0.12 -> 0.1.0 → https://git.io/JU30O
<fzakaria> hi
<{^_^}> [nixpkgs] @zowoq merged pull request #96994 → croc: 8.0.13 -> 8.3.0 → https://git.io/JUOlw
<{^_^}> [nixpkgs] @zowoq pushed commit from @equirosa to master « croc: 8.0.13 -> 8.3.0 »: https://git.io/JU30W
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JU300
troydm has quit [Ping timeout: 246 seconds]
<pjt_tmp> fzakaria: h
<pjt_tmp> i
cript0nauta has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @marsam merged pull request #97059 → yarn: 1.22.4 -> 1.22.5 → https://git.io/JU3cO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU30P
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @marsam merged pull request #97069 → argo: 2.10.0 -> 2.10.1 → https://git.io/JU3BZ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU30y
euandreh has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam merged pull request #97024 → securefs: 0.8.3 -> 0.11.1 → https://git.io/JUO7m
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU3EU
sbetrium has joined #nixos
euandreh has joined #nixos
<{^_^}> [nixpkgs] @bbigras opened pull request #97075 → keycloak: 10.0.2 -> 11.0.2 → https://git.io/JU3EL
<{^_^}> [nixpkgs] @doronbehar opened pull request #97076 → python.pkgs.catalogue: Remove dubplicate argument pytestCheckHook → https://git.io/JU3Ez
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @bbigras opened pull request #97077 → kopia: 0.6.2 -> 0.6.4 → https://git.io/JU3Ei
ddellacosta has quit [Ping timeout: 240 seconds]
<fzakaria> can i install NixOS but single user mode?
<fzakaria> i don't really like the complexity of the daemon and using sudo
<cole-h> What do you need to use sudo for?
<cole-h> julm: Thanks, I'll fix the other scripts, then.
<julm> cole-h: well, i've included modif on nixos-rebuild.sh too :s
endformationage has quit [Quit: WeeChat 2.9]
<samueldr> fzakaria: you're likely to fight against many assumptions within NixOS
<cole-h> julm: Oh, alright!
<cole-h> julm: I would split it into a separate commit, but looks good.
<fzakaria> samueldr: i c; seems unecessary for laptop installations that have a single user.
<fzakaria> I quite like the simplicity of using Nix on my Debian installation in single-user mode.
<{^_^}> [nixpkgs] @marsam merged pull request #97010 → git-lfs: 2.11.0 -> 2.12.0 → https://git.io/JUO1n
mariatsji has joined #nixos
<fzakaria> but makes sense
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU3ES
<simpson> fzakaria: There is a long tradition of using root as the single user in those situations. Don't do it. It's a horribly bad habit. You will likely injure yourself.
<fzakaria> tazjin shared me his Nix fork https://cs.tvl.fyi/depot/-/blob/third_party/nix/README.md
<fzakaria> kind of interesting.
<fzakaria> simpson: On non-NixOS you mean ? I have it as my normal user (non-root).
<simpson> fzakaria: On NixOS, too!
mmohammadi9812 has joined #nixos
<fzakaria> oh; nah; i'm too narcissist i like seeing my own name ;)
mariatsji has quit [Ping timeout: 272 seconds]
<samueldr> fzakaria:x:0:0:fzakaria:/home/fzakaria:/run/current-system/sw/bin/bash
<samueldr> there
<fzakaria> what's that
<samueldr> the first line of a /etc/passwd you could use if you wanted to make everyone hate you
<samueldr> set your username as UID/GID zero
<fzakaria> ah
<fzakaria> lol
<samueldr> so basically a root in fzakaria's clothing
<iqubic> How do I refer to a specific partition on a device with uuid?
<fzakaria> users.users.fzakaria = { uid = 0 };
<samueldr> iqubic: /dev/by-uuid refers to a filesystem's UUID, so it's already pointing to a partition
<iqubic> Oh?
<samueldr> (unless you wrote your filesystem to the raw block device)
<iqubic> I didn't.
mmohammadi9812 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
<iqubic> I wrote in with cfdisk, so it should have done the right thing.
mmohammadi9812 has joined #nixos
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @bbigras opened pull request #97078 → openresty: 1.15.8.3 -> 1.17.8.2 → https://git.io/JU3uv
<iqubic> Here's the output of running `lsblk -f`: termbin.com/nyh7m
<iqubic> The nvme one is my SSD. I have a 512MiB boot partition, and a 32GiB swap. The rest is going to be ZFS.
<cole-h> I hate software that uses networking in its tests >:(
<samueldr> cole-h: it's 2020, get with the program, everyone has perfect internet connectivity all the time
<samueldr> -- sillycon valley
<cole-h> Especially ones that are deep in my dependency tree >:(
<cole-h> samueldr: https://i.imgur.com/hLpx06U.png ugh
<cole-h> Just to disable networking tests
<iqubic> I'm looking at the NixOS wiki and seeing this: "# Always use the by-id aliases for devices, otherwise ZFS can choke on imports."
<cole-h> I had to override not one, not two, but THREE different packages
<cole-h> To get this to build
<iqubic> I'm planning on running `export DISK=...` but I don't know what value to give.
tsrt^ has quit [Ping timeout: 256 seconds]
<iqubic> This is my second time trying this. The first time ZFS did in fact fail on imports.
tsrt^ has joined #nixos
<iqubic> So, what value should I set DISK to?
jb55 has quit [Ping timeout: 240 seconds]
jb551 has joined #nixos
<cole-h> iqubic: You could `ls -l /dev/disk/by-id` and see.
<iqubic> Hmm, this is confusing as heck.
<cole-h> DISK=/dev/disk/by-id/entire-disk
<iqubic> I'm getting this: termbin.com/36uu
<cole-h> And then you use $DISK-part1, $DISK-part2, and $DISK-part3
<iqubic> Why do both nvme-eui... and nvme-PC both link to the same drive?
sbetrium has joined #nixos
<iqubic> sda in this case is the live environment.
<cole-h> I'd just go for nvme-PC
<iqubic> Why use that over nvme-eui?
<Rusty1> does blkid report same?
<cole-h> Why do anything?
<cole-h> I don't know. I just chose by instinct.
<cole-h> Feel free to try nvme-eui -- there was no rationale behind my choice.
<iqubic> blkid is also confusing me.
domogled has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
<cole-h> Just make a choice and experiment :)
<iqubic> I used dd to set the entire drive to zeros. There shouldn't be any trace of zfs yet. And even if there was, the first partition should be my boot partition.
<iqubic> termbin.com/x1ac
<cole-h> iqubic: Might need to wipefs it.
<iqubic> How does wipefs work?
<iqubic> Just `wipefs $DISK`?
<cole-h> `man wipefs` :)
<bbigras> or `tldr wipefs`
<iqubic> Why is wipefs telling me that probing failed and my device is busy?
<julm> cole-h: [x] split in two commits
* julm afk &
<cole-h> julm++
<{^_^}> julm's karma got increased to 3
<{^_^}> [nixpkgs] @mjlbach opened pull request #97079 → pythonPackages.apsw: 3.32.2-r1 -> 3.33.0-r1 → https://git.io/JU3ua
KarlJoad has left #nixos ["ERC (IRC client for Emacs 26.3)"]
LnL- has joined #nixos
LnL- has quit [Changing host]
LnL- has joined #nixos
LnL has quit [Ping timeout: 260 seconds]
KarlJoad has joined #nixos
<KarlJoad> What is the preferred way of writing a shell.nix file? with mkShell or mkDerivation?
sbetrium has quit [Quit: sbetrium]
<iqubic> So, I'm just about to run nixos-install on my new system. I want to use the same configuration.nix that my old laptop is using. Should I copy that over before or after running `nixos-install`?
<samueldr> I don't think that there is a preferred way, KarlJoad, but mkShell basically wraps mkDerivation
<samueldr> so, KarlJoad, I guess that if it fits your need, go with mkShell
<{^_^}> [nixpkgs] @7c6f434c merged pull request #96959 → intltool: fix cross-platform build → https://git.io/JUYbK
<cole-h> mkShell is easier to access -> `pkgs.mkShell` vs `pkgs.stdenv.mkDerivation`
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to staging: https://git.io/JU3zk
<KarlJoad> samueldr: Because I want to make a shell with gcc 6 and its libraries for some school stuff, and I couldn't seem to get it to work.
<samueldr> you might want to use gcc6Stdenv.mkDerivation then
<KarlJoad> Yeah, that's what I"m using now. I've seen both mkShell and mkDerivation used, and I'm not sure what the difference is.
<{^_^}> [nixpkgs] @7c6f434c merged pull request #96884 → [20.03] firejail: add patches to fix CVE-2020-17367 and CVE-2020-17368 → https://git.io/JUmnk
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to release-20.03: https://git.io/JU3zL
jb551 has quit [Remote host closed the connection]
<cole-h> Another of the things that kinda-sucks the most about NixOS, is how `pkill` is basically useless lol
jb551 has joined #nixos
<samueldr> hm?
<samueldr> how come?
<cole-h> pkill mpv
<cole-h> Oh
<cole-h> That worked
<cole-h> But
<cole-h> `pkill firefox-bin` doesn't
<samueldr> .X-wrapped
<colemickens> The executable isn't named firefox-bin
<iqubic> cole-h: That's because it's `pkill firefox`
sbetrium has joined #nixos
<jlv> I just use fancy tab completion on `kill` anyway.
bebarker has joined #nixos
<samueldr> cole-h: pgrep -l firefox # to look at what it sees
<iqubic> pkill firefox didn't kill firefox on my system.
Sanchayan has joined #nixos
<colemickens> actually you know what, I feel like I had `pkill firefox` not work recently too
<samueldr> KarlJoad: just in case, you've seen that part of the docs? https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-mkShell
<samueldr> cole-h: pgrep !
* cole-h uses fish
<colemickens> (I've had to swap between firefox/firefox-bin/firefox-nightly lately though and can't keep track of which is which)
<samueldr> pgrep is part of the same software suite as pkill, so it respects the same semantics
KarlJoad has quit [Quit: ERC (IRC client for Emacs 26.3)]
<iqubic> So, when do I copy over my config from my old laptop to my new one? Should I do that before or after running nixos-install?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97080 → cargo-tarpaulin: 0.14.2 -> 0.14.3 → https://git.io/JU3zn
<jlv> iqubic: before
<iqubic> Cool. Thanks.
<cole-h> samueldr: `pgrep -l '.*' | rg fire` -> no results
<cole-h> :(
bbarker has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @deviant opened pull request #97081 → icon-lang: 9.5.1 -> 9.5.20i → https://git.io/JU3zl
<samueldr> cole-h: --help, look at what -f does
<samueldr> and try with -f
* colemickens two coles learn for the price of one
<samueldr> IIRC sometimes I need -f
<cole-h> samueldr++ That makes it appear.
<{^_^}> samueldr's karma got increased to 261
<colemickens> I stll don't get it, it looks like the binary name is "firefox" so it should match without the -f ?
<cole-h> and `pkill -f firefox` works, too.
<samueldr> >> The pattern is normally only matched against the process name. When -f is set, the full command line is used.
<samueldr> now, I couldn't say for sure why it doesn't match otherwise
<samueldr> oh, -a in addition to -l "List the full command line as well as the process ID. (pgrep only.)"
<colemickens> maybe I need to get more clear on what "process name" means and I'm over assuming i understand the output of "ps aux"
<samueldr> if you want to see what it matched on
<samueldr> yeah, I don't grok ps, and I only used it with cargo culting
<samueldr> thus I started using pgrep instead most of the time
<cole-h> The only ps command I know is `ps aux` lol
<samueldr> kahiru: there's also the option of overriding the stdenv of mkShell
<samueldr> oop
<colemickens> karl's gone already :P
<samueldr> KarlJoad is gone!
<samueldr> in any case: nix-shell -E 'let pkgs = import <nixpkgs> {}; in pkgs.mkShell.override({ stdenv = pkgs.gcc6Stdenv; })' --run 'gcc --version'
domogled has quit [Quit: domogled]
maier has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97082 → cargo-udeps: 0.1.13 -> 0.1.14 → https://git.io/JU3zV
palo1 has joined #nixos
maier has quit [Ping timeout: 240 seconds]
<iqubic> Is it possible to tell nixos-install to use the unstable branch?
sthiele[m]1 has joined #nixos
<{^_^}> [nixpkgs] @bbigras opened pull request #97083 → oauth2_proxy: 6.0.0 -> 6.1.1 → https://git.io/JU3zo
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
Maxdamantus has quit [Ping timeout: 240 seconds]
mariatsji has joined #nixos
Maxdamantus has joined #nixos
<iqubic> So, I've copied over my config. I now need to change the system.stateVersion variable. What shall I change it too?
sthiele[m]1 has left #nixos ["User left"]
<samueldr> first, why do you "need" to change the system.stateVersion?
<samueldr> or, why do you think that you need to?
<iqubic> I just got a new laptop. My old laptop was using Nixos. I've just copied my configuration.nix from my old laptop to my new laptop. This is a configuration.nix I've customized a lot over the past years.
sbetrium has quit [Quit: sbetrium]
<iqubic> However that particular configuration.nix that I copied from my old laptop has has the stateVersion set to 17.03.
<iqubic> I'm using the 20.03 installer to install NixOS here. I think I should update the variable because it's not correct any more.
<iqubic> s/here/on my new laptop/
<{^_^}> [nixpkgs] @marsam merged pull request #97012 → flow: 0.132.0 -> 0.133.0 → https://git.io/JUO1N
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JU3zp
<samueldr> the stateVersion variable is used to tell some parts of the nixos configuration that the state saved comes from an older setup
<samueldr> since you're making a new configuration up, there is no state yet
<samueldr> so you should be fine setting it to 20.03 or 20.09, depending on what you are installing
<samueldr> but if you're sharing the config, like through a common git config, make sure that your new computer and your older computer have distinct ways to define their own stateVersion values
<samueldr> and note that it will _not_ make it so you install unstable or stable
<samueldr> it's only a reference for nixos moduels
<samueldr> modules
<iqubic> I'm not sharing the config. My only laptop is really really slow, overheats constantly and has numerous hardware issues. I'm getting rid of it.
<iqubic> Basically, the display on my old laptop no longer works.
<iqubic> Now, is there a way to tell nixos-install that I want it to pull all the dependencies from unstable?
sbetrium has joined #nixos
<cole-h> Change your channels.
<iqubic> Change my channels on the live system?
<iqubic> I can't run nixos-enter, as there's no nixos system to enter into.
<{^_^}> [nixpkgs] @FRidh merged pull request #97076 → python.pkgs.catalogue: Remove dubplicate argument pytestCheckHook → https://git.io/JU3Ez
<{^_^}> [nixpkgs] @FRidh pushed commit from @doronbehar to staging « python.pkgs.catalogue: Remove dubplicate argument pytestCheckHook »: https://git.io/JU3gI
<iqubic> cole-h: You told me to change channels. Does that mean I should change channels on the live system?
maier has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/01ed700247e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
alp has joined #nixos
xd1le has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @bbigras opened pull request #97084 → hotspot: 1.2.0 -> 1.3.0 → https://git.io/JU3gp
xd1le has joined #nixos
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @jonringer merged pull request #96974 → python3Packages.azure*: bump → https://git.io/JUOU6
<{^_^}> [nixpkgs] @jonringer pushed 10 commits to master: https://git.io/JU324
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #96924 → python39: 3.9.0b5 -> 3.9.0rc1 → https://git.io/JUYk5
<{^_^}> [nixpkgs] @jonringer pushed to master « python39: 3.9.0b5 -> 3.9.0rc1 »: https://git.io/JU320
lihram has left #nixos ["User left"]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97085 → checksec: 2.2.2 -> 2.2.3 → https://git.io/JU32g
cfricke_ has joined #nixos
cfricke has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #97050 → python3Packages.catalogue: fix expression → https://git.io/JU3OV
<{^_^}> [nixpkgs] @kampka opened pull request #97086 → intltool: add perl to propagatedBuildInputs → https://git.io/JU32Q
o1lo01ol1o has quit [Ping timeout: 240 seconds]
cole-h has quit [Quit: Goodbye]
cfricke_ has quit [Quit: WeeChat 2.9]
cfricke has joined #nixos
callahad[m] has joined #nixos
<iqubic> Alright, how does one switch from the 20.03 channel to the unstable channel?
<dminuoso> iqubic: Delete the nixos channel and create a new one pointing at a different url?
<{^_^}> [nixpkgs] @vbgl merged pull request #96297 → vokosscreenNG: Init at 3.0.5 → https://git.io/JUUD8
<{^_^}> [nixpkgs] @vbgl pushed commit from @SCOTT-HAMILTON to master « vokosscreen-ng: init at 3.0.5 »: https://git.io/JU3aC
<dminuoso> Then run `nix-channel --update nixos && nixos-rebuild switch`
sbetrium has quit [Quit: sbetrium]
<iqubic> dminuoso: Do you think that would work on a live system?
<dminuoso> Yes
<iqubic> I'm doing an install on a new computer, using a custom config. I want to have all the programs and things listed in the config pulled from unstable, instead of 20.03.
n1tsu has joined #nixos
<iqubic> By custom config, I mean "same config I've been using for the last 3 years."
<dminuoso> Well if the config is specified via nix/home-manager it will work out.
<dminuoso> If not, there could be some friction obviously
sascha has joined #nixos
<dminuoso> Say if your program XYZ has changed its configuration format or location
<iqubic> dminuoso: I understand.
sascha is now known as Guest1369
<dminuoso> Also, if you change the entire nixos to unstable, keep in mind that it can be truly unstable.
<dminuoso> If you just care about getting some packages out of unstable, then overlays might be more suitable
<iqubic> dminuoso: I've been running on only unstable for the past year now.
<dminuoso> If it works, great.
<iqubic> Basically, my old laptop is dying. I have a new laptop that I want to use.
<dminuoso> iqubic: re "do you think that would work", consider for a moment how a usual update works:
<iqubic> I want to copy my current configuration.nix from the old laptop to the new one and use that.
<dminuoso> A channel is just an URL pointing at some large attribute set. If you did a regular `nix-channel --update`, you change that attribute set. We're changing it too, it's no different.
<dminuoso> There's no inherent version inside nixpkgs, apart from the few things relying on stateVersion
<dminuoso> (Which you can keep as is)
<iqubic> But I think that running `nixos-install` on the new machine will try to pull all the packages listed in system.enviromentPackages from 20.03, instead of from unstable.
mallox has joined #nixos
<dminuoso> iqubic: It pulls them from the primary channel.
<dminuoso> Whatever that is
dguibert has joined #nixos
sbetrium has joined #nixos
<iqubic> Also, I had a little scp mishap where I overwrote the default configuration.nix that comes on the install iso. That wasn't very smart.
<srk> :) that's pretty much empty anyway
<iqubic> I know.
<iqubic> So is it fine that I deleted it?
<iqubic> Like will things still work?
<iqubic> s/deleted/overwrote
<srk> yes, unless you try to rebuild the iso
<iqubic> Good. Good.
<srk> nixos-rebuild the live installer I mean
<{^_^}> [nixpkgs] @vbgl opened pull request #97087 → coqPackages.{paco,InfSeqExt,Cheerios,Verdi}: enable for Coq 8.12 → https://git.io/JU3aD
<iqubic> Oh. Well, I'm going to want to run nixos-rebuild in the live environment to update the primary channel.
<iqubic> That was my concern.
<iqubic> Also, what's the URL for the unstable channel?
<srk> that should be just nix-channel --update, no need to rebuild
<srk> ,unstable
<{^_^}> How to install from unstable while remaining on stable: https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F . Also note that there's nixpkgs-unstable and nixos-unstable
<{^_^}> [nixpkgs] @markuskowa merged pull request #97043 → openmpi: 4.0.4 -> 4.0.5 → https://git.io/JU3I8
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JU3ab
<iqubic> Here goes nothing... I'm running nixos-install
kazzimazzi[m] has joined #nixos
<kazzimazzi[m]> Hi I would like to override chromium pkgs in my configuration to always start with "--ozone-platform=wayland" flag. How do I do that?
m0rphism has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/5607e74b1dd (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
asheshambasta has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
asheshambasta has quit [Remote host closed the connection]
sbetrium has quit [Quit: sbetrium]
<siraben> I have a cmake project that uses FetchContent to fetch from git, which doesn't work when I try nix-build.
<siraben> How could I declare in default.nix to clone the desired repo?
<siraben> i.e. augment the src attribute with a repository
<siraben> srcs?
pemeunier has quit [Ping timeout: 240 seconds]
lvmond has quit [Ping timeout: 240 seconds]
mmohammadi9812 has quit [Ping timeout: 265 seconds]
sbetrium has joined #nixos
mmohammadi9812 has joined #nixos
pemeunier has joined #nixos
lvmond has joined #nixos
arjen-jonathan has joined #nixos
<iqubic> How long does nixos-install usually take?
<iqubic> I mean, I guess that depends on factors like how much RAM you have.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97088 → checkstyle: 8.35 -> 8.36 → https://git.io/JU3Vj
<iqubic> Oh. I see what's happening here. All of programs specified in system.enviromentPackages are being built right now. And since the primary channel is unstable, I think they are all being built from source. This could take a while.
civodul has joined #nixos
stew has left #nixos [#nixos]
alexherbo2 has joined #nixos
<iqubic> nixos-install failed. I have no idea what went wrong. Can someone help me out? Here's the relevent log: https://dpaste.org/fYFa
<iqubic> s/log/nixos-install output/
<immae> iqubic: systemd-boot didn’t manage to get installed on your system
<immae> > File system "/dev/block/259:1" has wrong type for an EFI System Partition (ESP).
<{^_^}> error: syntax error, unexpected ')', expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):322:1
<iqubic> Right. How can I fix that?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97089 → circleci-cli: 0.1.9321 -> 0.1.9454 → https://git.io/JU3wK
<immae> systemd-boot requires UEFI bios and GPT partitionning, I am not very at ease with that but I can try to give some advices
<iqubic> Right. I see.
<immae> First, can you give the result of `fdisk -l` ?
<iqubic> The relevent info is /dev/nvme0n1 all at the end.
<immae> ok
<immae> sda is? the usb key?
cfricke has quit [Quit: WeeChat 2.9]
pjt_tmp has quit [Ping timeout: 258 seconds]
<iqubic> Yes. Correct.
cfricke has joined #nixos
<immae> ok, we’ll have to check at some point that systemd-boot is not perturbed by that
<iqubic> No idea what the 15 ram things are.
hiro99 has joined #nixos
<immae> we don’t care about them (I don’t know either)
<iqubic> systemd-boot should just work, I think.
<immae> Yes but it doesn’t yet :)
<iqubic> Oh dear. This is unfortunate.
<immae> I’ll need a bit more details about the last disk: sfdisk -d /dev/nvme0n1
disasm has quit [Ping timeout: 258 seconds]
<immae> Ok
<immae> it doesn’t have the right type
<iqubic> Ah. I see.
<immae> The first one should have type type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B,
<iqubic> How can I fix this?
<immae> (give me a second I check how to do that)
disasm has joined #nixos
<immae> Can you check if you have anything important in that partition, first?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97090 → clevis: 13 -> 14 → https://git.io/JU3wh
<immae> (mount it and see what you have there)
<iqubic> I have nothing important there. That's my boot partition.
<iqubic> Also, it's currently mounted. All my partitions are mounted.
<immae> yes but we never know :)
<immae> Ok
orivej has quit [Ping timeout: 240 seconds]
<immae> Oh wait, are you saying that this partition is /boot ?
<iqubic> Yes.
<iqubic> The first partition is for /boot.
<immae> ok, that’s not a very good idea
<iqubic> Why not?
<immae> The EFI partition needs to be FAT{16,32}, and is usually a separate partition
<immae> It could work that way, but I don’t know how good that is
<immae> is it formatted fat32 already?
<iqubic> Yes.
<iqubic> It's fat32
<immae> Ok, let’s try with that then
<iqubic> Try with what?
<immae> With your current setup
<immae> fdisk /dev/nvme0n1
<immae> (are you at ease with fdisk?)
<iqubic> Yes.
<immae> ok
<immae> then modify the type of the first partition to "EFI system"
<immae> it’s usually the 1, and in the help it should show the uuid I gave above
<iqubic> Should I unmount the partition first?
<immae> I believe so
<immae> (even though it should not make a difference)
sbetrium has quit [Quit: sbetrium]
<immae> (the wanted type should start with C12A....)
<iqubic> Will this erase data in the other partitions?
<immae> it should not erase data anywhere
<immae> but take every caution you may see fit
<immae> if you just do: t 1 1 then it *should* be harmless
<immae> (that’s the sequence on my system to do what I said above)
o1lo01ol1o has joined #nixos
<iqubic> I've just changed the type.
<immae> ok
thc202 has joined #nixos
<immae> can you re-run the sfdisk -d /dev/nvme0n1 and make sure?
mallox has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @Mic92 opened pull request #97091 → radare2: 4.5.0 -> 4.5.1 → https://git.io/JU3rV
<iqubic> The type now starts with C12A7328...
<immae> good
<immae> remount your partition if not done already
<iqubic> I have done so.
<immae> and retry the nixos install command ;)
<immae> (or just run "bootctl --path=/boot install" manually if you just want to test)
sbetrium has joined #nixos
<immae> check in the logs that it actually does it, there is a few bugs in the way nixos decides if it needs to re-install it or not
kim0 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @prusnak opened pull request #97092 → wasabibackend: 1.1.11.1 -> 1.1.12 → https://git.io/JU3of
<immae> iqubic: does it work?
<iqubic> Not sure. I'm running into other issues. I'm still working on fixing other stuff.
<immae> ok
<immae> When you get there I’m interested to know if it worked or not:)
alexherbo2 has quit [Ping timeout: 246 seconds]
<iqubic> Somehow nixos-install got really confused and thought that the store belonged in /home, so I had to diagnose that.
<immae> Ow
<iqubic> It turns out that hardware-configuration.nix was wrong. I blame zfs.
<iqubic> Nope. Still not working. NixOS-install is still trying to put the store in /home.
<iqubic> along with my user's own personal directory.
<immae> hmm
<iqubic> Let's see what the issue is.
<immae> (when you say "still not working", it didn’t reach the systemd-boot step yet, right?)
<iqubic> I don't know if systemd-boot is working now or not. I'm busy fixing a different issue.
<immae> you should have an explicit fileSystem layoutt in hardware-configuration, you might want to check that
<immae> (ok)
<iqubic> I did just check that, and fix it.
<{^_^}> [nixpkgs] @kampka opened pull request #97093 → texi2html: Fix cross-platform build → https://git.io/JU3o2
<immae> and the actual mounts are correct too?
<iqubic> Yeah.
<iqubic> Let me just try again from the top.
alexherbo2 has joined #nixos
malook has joined #nixos
aswanson has quit [Quit: WeeChat 2.7.1]
alexherbo21 has joined #nixos
<{^_^}> [patchelf] @DerDakon opened pull request #235 → minor improvements → https://git.io/JU3KO
sbetrium has quit [Quit: sbetrium]
<iqubic> immae: Something screwy happened with zfs there. So I just deleted my entire zfs partition, and remade it. Things seem to be going fine now.
<iqubic> Now I just have to hope that systemd-boot works.
<immae> wow
<immae> ok
<iqubic> I haven't migrated any personal data over from my old computer to this new machine for precisely this reason.
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo21 is now known as alexherbo2
captn3m0 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97094 → clojure-lsp: 20200819T134828 -> 20200828T065654 → https://git.io/JU3Ki
<iqubic> But now nixos-install no longer wants to put the store and my user's iqubic folder in the same /home directory.
{`-`} has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97097 → codeql: 2.2.4 -> 2.2.5 → https://git.io/JU36h
<{^_^}> [nixpkgs] @maralorn merged pull request #97062 → haskellPackages.haskell-language-server: 0.3.0 -> 0.4.0 → https://git.io/JU3lS
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/JU3if
da_dada has quit [Ping timeout: 265 seconds]
inkbottle has quit [Remote host closed the connection]
da_dada has joined #nixos
inkbottle has joined #nixos
scribbler has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @volth opened pull request #97098 → perlPackages: bulk update → https://git.io/JU3i4
dguibert has quit [Remote host closed the connection]
growpotkin has joined #nixos
<BJTH> Mic92 is it possible I can also find the avr-gcc binary in "buildPackages.gcc"?
mmohammadi98127 has joined #nixos
<Mic92> BJTH: yes, `pkgsCross.avr.buildPackages.gcc` to be precise
<BJTH> Yes, indeed. Now, I am not sure if what I am doing is considered correct. But I have a default.nix that I access via nix-shell. And in the mkShell part I have buildInputs = pkgsCross.avr.buildPackages.gcc
mmohammadi9812 has quit [Ping timeout: 265 seconds]
mmohammadi98127 is now known as mmohammadi9812
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97099 → crawl: 0.25.0 -> 0.25.1 → https://git.io/JU3PG
<{^_^}> [nixpkgs] @voidIess opened pull request #97100 → geogebra6: 6-0-598-0 -> 6-0-600-0 → https://git.io/JU3P2
<{^_^}> [nixpkgs] @fricklerhandwerk opened pull request #97101 → python3Packages.wxPython_4_0: build on darwin → https://git.io/JU3Pi
eoli3n_ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f3bf0f173ec (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5607e74b1dd (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<steveeJ> is there an overview of projects similar to niv?
<steveeJ> I guess https://nixos.wiki/wiki/Applications#Nix_Tooling is close enough :-)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97102 → csound: 6.14.0 -> 6.15.0 → https://git.io/JU3X3
VieiraN has joined #nixos
VieiraN has quit [Client Quit]
cfricke has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
spudly has quit [Ping timeout: 256 seconds]
spudly- has joined #nixos
spudly- has joined #nixos
spudly- has quit [Changing host]
spudly- is now known as spudly
tazjin has quit [Quit: Byeee]
tazjin has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
kreyren has quit [Remote host closed the connection]
xd1le has quit [Read error: Connection reset by peer]
xd1le has joined #nixos
kreyren has joined #nixos
mmohammadi9812 has quit [Ping timeout: 260 seconds]
cfricke has quit [Quit: WeeChat 2.9]
mmohammadi9812 has joined #nixos
turlando has quit [Ping timeout: 256 seconds]
sbetrium has quit [Quit: sbetrium]
cfricke has joined #nixos
sbetrium has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
cjpbirkbeck has joined #nixos
footlooseboss has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97104 → cutelyst: 2.11.0 -> 2.12.0 → https://git.io/JU3MZ
BJTH has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @stigtsp opened pull request #97105 → firefox-bin: 80.0 -> 80.0.1 → https://git.io/JU3Ml
<{^_^}> [nixpkgs] @stigtsp opened pull request #97106 → firefox: 80.0 -> 80.0.1 → https://git.io/JU3MX
homeLess2` has joined #nixos
eoli3n_ has quit [Ping timeout: 260 seconds]
alp has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
skorpy has quit [Quit: WeeChat 2.8]
magnus1 has joined #nixos
hiro99 has quit [Ping timeout: 240 seconds]
sbetrium has quit [Quit: sbetrium]
dywedir[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97107 → dapper: 0.5.1 -> 0.5.3 → https://git.io/JU3D4
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
jb551 has quit [Remote host closed the connection]
jb551 has joined #nixos
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97108 → dcrd: 1.5.1 -> 1.5.2 → https://git.io/JU3Dh
<typetetris> What do I need to do, that xelatex finds the noto fonts?
alp has joined #nixos
kaliumxyz has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97109 → dnsproxy: 0.31.0 -> 0.32.0 → https://git.io/JU3yz
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97111 → dolt: 0.18.3 -> 0.19.0 → https://git.io/JU3yQ
sbetrium has quit [Quit: sbetrium]
EsperLily has quit [Remote host closed the connection]
noogie has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/0fd664e0b00 (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
sbetrium has joined #nixos
nature has joined #nixos
dguibert has joined #nixos
zupo has joined #nixos
fendor_ is now known as fendor
nature has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97112 → du-dust: 0.5.2 -> 0.5.3 → https://git.io/JU3SK
kreyren_ has joined #nixos
cosimone has quit [Quit: Quit.]
kreyren has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97113 → duckdb: 0.1.8 -> 0.2.1 → https://git.io/JU39e
gthm has quit [Ping timeout: 260 seconds]
xd1le has quit [Remote host closed the connection]
civodul has joined #nixos
xd1le has joined #nixos
gthm has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #97114 → Better type deprecation messages → https://git.io/JU39a
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97115 → enchant: 2.2.9 -> 2.2.10 → https://git.io/JU39M
cjpbirkbeck has quit [Quit: Goodbye, take care]
eadwu[m] has quit [Quit: killed]
davidak[m] has quit [Quit: killed]
ptotter[m] has quit [Quit: killed]
dominicusin[m] has quit [Quit: killed]
fgaz has quit [Quit: killed]
yangm has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
drozdziak1 has quit [Quit: killed]
dtz has quit [Quit: killed]
thefloweringash has quit [Quit: killed]
chvp has quit [Quit: killed]
jgart[m] has quit [Quit: killed]
Notkea[m] has quit [Quit: killed]
symphorien[m] has quit [Quit: killed]
ongy[m] has quit [Quit: killed]
puzzlewolf has quit [Quit: killed]
Yakulu[m] has quit [Quit: killed]
MilkManzJourDadd has quit [Quit: killed]
jschievink has quit [Quit: killed]
domenkozar[m] has quit [Quit: killed]
jtojnar has quit [Quit: killed]
aterius has quit [Quit: killed]
matthewbauer has quit [Quit: killed]
NobbZ[m] has quit [Quit: killed]
kaychaks_riot has quit [Quit: killed]
danielrf[m] has quit [Quit: killed]
leons has quit [Quit: killed]
Dandellion has quit [Quit: killed]
jehova[m] has quit [Quit: killed]
unclechu has quit [Quit: killed]
yurb has quit [Quit: killed]
michaelpj has quit [Quit: killed]
Valodim[m] has quit [Quit: killed]
stites[m] has quit [Quit: killed]
musicmatze has quit [Quit: killed]
timokau[m] has quit [Quit: killed]
gretax[m] has quit [Quit: killed]
mica[m] has quit [Quit: killed]
bohan[m] has quit [Quit: killed]
srxl has quit [Quit: killed]
srasu[m] has quit [Quit: killed]
alienpirate5 has quit [Quit: killed]
pachumicchu has quit [Quit: killed]
maralorn has quit [Quit: killed]
chrismatheson has quit [Quit: killed]
eddyb has quit [Quit: killed]
feffe[m] has quit [Quit: killed]
TheSirC[m] has quit [Quit: killed]
balsoft has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
Gleaken[m] has quit [Quit: killed]
gnxlxnxx[m] has quit [Quit: killed]
codyopel has quit [Quit: killed]
qbit[m] has quit [Quit: killed]
HumanJohn[m] has quit [Quit: killed]
GuillaumeChrel[m has quit [Quit: killed]
lina[m] has quit [Quit: killed]
alexherbo2[m] has quit [Quit: killed]
chreekat[m] has quit [Quit: killed]
siraben has quit [Quit: killed]
sparogy has quit [Quit: killed]
georg[m] has quit [Quit: killed]
aquarial has quit [Quit: killed]
Ke has quit [Quit: killed]
rednaZ[m] has quit [Quit: killed]
pitchzer0 has quit [Quit: killed]
emily has quit [Quit: killed]
mkg20001 has quit [Quit: killed]
sebass[m] has quit [Quit: killed]
Minijackson[m] has quit [Quit: killed]
schlumpp[m] has quit [Quit: killed]
azazel has quit [Quit: killed]
Geezus42[m] has quit [Quit: killed]
tristan[m] has quit [Quit: killed]
j4m3s[m] has quit [Quit: killed]
twelvecorporatet has quit [Quit: killed]
sshow[m] has quit [Quit: killed]
CRTified[m] has quit [Quit: killed]
etokarev[m] has quit [Quit: killed]
bpye has quit [Quit: killed]
l_inus[m] has quit [Quit: killed]
cyberwolf[m] has quit [Quit: killed]
philipp[m] has quit [Quit: killed]
rycee has quit [Quit: killed]
bbigras has quit [Quit: killed]
vaibhavsagar has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
printfn[m] has quit [Quit: killed]
yusdacra[m] has quit [Quit: killed]
aflatter[m] has quit [Quit: killed]
toto[m] has quit [Quit: killed]
betty[m] has quit [Quit: killed]
aanderse has quit [Quit: killed]
leonardp has quit [Quit: killed]
snackoverflow[m] has quit [Quit: killed]
faya01[m] has quit [Quit: killed]
iudicael[m] has quit [Quit: killed]
hydridity[m] has quit [Quit: killed]
nh2[m] has quit [Quit: killed]
ZeroCostAbstrac4 has quit [Quit: killed]
arcnmx has quit [Quit: killed]
Akshay[m] has quit [Quit: killed]
pjt_014[m] has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
pheoxy has quit [Quit: killed]
nilsirl[m] has quit [Quit: killed]
hiroshi[m] has quit [Quit: killed]
noneucat has quit [Quit: killed]
ArtemVorotnikov[ has quit [Quit: killed]
betrion[m] has quit [Quit: killed]
grin[m] has quit [Quit: killed]
Poscat[m] has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
bennofs[m] has quit [Quit: killed]
regnat has quit [Quit: killed]
rschulman has quit [Quit: killed]
slabity has quit [Quit: killed]
nicolas[m]1 has quit [Quit: killed]
slby[m] has quit [Quit: killed]
hsngrmpf[m] has quit [Quit: killed]
mindtree[m] has quit [Quit: killed]
crazazy[m] has quit [Quit: killed]
kriteus119[m] has quit [Quit: killed]
jabarszcz[m] has quit [Quit: killed]
lycium[m] has quit [Quit: killed]
not7cd[h][m] has quit [Quit: killed]
yvesf[m] has quit [Quit: killed]
kraem has quit [Quit: killed]
sonercirit[m] has quit [Quit: killed]
marcus[m]2 has quit [Quit: killed]
barn0 has quit [Quit: killed]
worldofpeace has quit [Quit: killed]
albert[m]1 has quit [Quit: killed]
Niobium[m] has quit [Quit: killed]
alj[m] has quit [Quit: killed]
q3k[m] has quit [Quit: killed]
zatozata[m] has quit [Quit: killed]
jankloogi[m] has quit [Quit: killed]
rnhmjoj has quit [Quit: killed]
benmkw[m] has quit [Quit: killed]
AutonomouseAndro has quit [Quit: killed]
JohannesArnold[m has quit [Quit: killed]
arturo[m] has quit [Quit: killed]
callahad[m] has quit [Quit: killed]
kazzimazzi[m] has quit [Quit: killed]
Bino has quit [Quit: killed]
truby has quit [Quit: killed]
alex[m]18 has quit [Quit: killed]
moben has quit [Quit: killed]
ilya-fedin has quit [Quit: killed]
woobilicious[m] has quit [Quit: killed]
Hirmes[m] has quit [Quit: killed]
ramses[m] has quit [Quit: killed]
SpaghettiCthulhu has quit [Quit: killed]
pinage404[m] has quit [Quit: killed]
infinisil-m has quit [Quit: killed]
das-g[m] has quit [Quit: killed]
sreybastien[m] has quit [Quit: killed]
georgyo[m] has quit [Quit: killed]
jneplokh has quit [Quit: killed]
nikola[m] has quit [Quit: killed]
ndarilek has quit [Quit: killed]
dxu[m] has quit [Quit: killed]
hazel[m] has quit [Quit: killed]
jlv has quit [Quit: killed]
yoctocell[m] has quit [Quit: killed]
jolix[m] has quit [Quit: killed]
quidome[m] has quit [Quit: killed]
Hayden[m] has quit [Quit: killed]
d8d910[m] has quit [Quit: killed]
omasanori[m] has quit [Quit: killed]
dxb[m] has quit [Quit: killed]
IslandUsurper[m] has quit [Quit: killed]
vgamma[m] has quit [Quit: killed]
insidious[m] has quit [Quit: killed]
alaskacanyon[m] has quit [Quit: killed]
spinlock[m] has quit [Quit: killed]
billiozzi[m] has quit [Quit: killed]
ngerstle[m]1 has quit [Quit: killed]
hacker01[m] has quit [Quit: killed]
kaitanie[m] has quit [Quit: killed]
aloiscochard[m] has quit [Quit: killed]
phirsch has quit [Quit: killed]
lblasc[m] has quit [Quit: killed]
the_rajsun[m] has quit [Quit: killed]
GerdFlaig[m] has quit [Quit: killed]
derrecklowe[m] has quit [Quit: killed]
fatjedi[m] has quit [Quit: killed]
khassanov[m] has quit [Quit: killed]
cab404[m] has quit [Quit: killed]
kyren has quit [Quit: killed]
neonfuz2 has quit [Quit: killed]
Jake[m] has quit [Quit: killed]
trepetti[m] has quit [Quit: killed]
jt35[m] has quit [Quit: killed]
ryantm has quit [Quit: killed]
elorm[m] has quit [Quit: killed]
mukayu[m] has quit [Quit: killed]
cdknight[m] has quit [Quit: killed]
adray has quit [Quit: killed]
flip[m] has quit [Quit: killed]
anonymouserobot[ has quit [Quit: killed]
M0-[m] has quit [Quit: killed]
felschr[m] has quit [Quit: killed]
ks2048[m] has quit [Quit: killed]
inquisitiv3 has quit [Quit: killed]
kekw736[m] has quit [Quit: killed]
Leira[m] has quit [Quit: killed]
boogiewoogie[m] has quit [Quit: killed]
travelion[m] has quit [Quit: killed]
johnazoidberg[m] has quit [Quit: killed]
wedens[m] has quit [Quit: killed]
daddy_james[m] has quit [Quit: killed]
mt[m] has quit [Quit: killed]
SourOatMilk[m] has quit [Quit: killed]
jojosch|Johannes has quit [Quit: killed]
Julien[m] has quit [Quit: killed]
cjbassi[m] has quit [Quit: killed]
axx has quit [Quit: killed]
uzr[m] has quit [Quit: killed]
nealean[m] has quit [Quit: killed]
iamjackpreacher[ has quit [Quit: killed]
ma27[m] has quit [Quit: killed]
srid has quit [Quit: killed]
noderunner[m] has quit [Quit: killed]
boomer[m] has quit [Quit: killed]
sjn[m] has quit [Quit: killed]
noderunner_[m] has quit [Quit: killed]
mathyouguy has quit [Quit: killed]
init_6 has quit [Quit: killed]
nocent has quit [Quit: killed]
steakfan[m] has quit [Quit: killed]
Null_A[m] has quit [Quit: killed]
balaclavas[m] has quit [Quit: killed]
ZerataX has quit [Quit: killed]
colemickens has quit [Quit: killed]
hamishdehmer[m] has quit [Quit: killed]
shu9 has quit [Quit: killed]
Guest70816 has quit [Quit: killed]
johnburnham[m] has quit [Quit: killed]
Viev[m] has quit [Quit: killed]
ydlr[m] has quit [Quit: killed]
thequux[m] has quit [Quit: killed]
sernop[m] has quit [Quit: killed]
joslain[m] has quit [Quit: killed]
homeLess2` has quit [Max SendQ exceeded]
Shyim[m] has quit [Quit: killed]
sbetrium has joined #nixos
fjodor[m] has quit [Quit: killed]
tbenst[m] has quit [Quit: killed]
tobim[m] has quit [Quit: killed]
alexfmpe has quit [Quit: killed]
ftzm[m] has quit [Quit: killed]
unrooted[m] has quit [Quit: killed]
theduke has quit [Quit: killed]
hpfr has quit [Quit: killed]
zolk3ri[m] has quit [Quit: killed]
bloodyfish[m] has quit [Quit: killed]
lurpahi has quit [Quit: killed]
waschtl[m] has quit [Quit: killed]
hsiktas[m] has quit [Quit: killed]
onewayonelife[m] has quit [Quit: killed]
slavfox has quit [Quit: killed]
ntnkwmkmnw[m] has quit [Quit: killed]
dywedir[m] has quit [Quit: killed]
<Guest1369> freenode seems to have some issues
Guest1369 has quit [Quit: Leaving]
sascha has joined #nixos
vwhq has joined #nixos
sascha is now known as Guest74061
homeLess2` has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/01ed700247e (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Guest74061 has quit [Client Quit]
lopsided98 has quit [Ping timeout: 244 seconds]
sgrunert has joined #nixos
lopsided98 has joined #nixos
vwhq has quit [Remote host closed the connection]
tarruda has quit [Ping timeout: 265 seconds]
aswanson has joined #nixos
sgrunert has quit [Remote host closed the connection]
sgrunert has joined #nixos
omnipotententity has quit [Ping timeout: 260 seconds]
CMCDragonkai1 has joined #nixos
cosimone has joined #nixos
omnipotententity has joined #nixos
omnipotententity has joined #nixos
omnipotententity has quit [Changing host]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97116 → espanso: 0.7.0 -> 0.7.1 → https://git.io/JU3Hb
alextee[m] has joined #nixos
mmohammadi98123 has joined #nixos
<evanjs> Oh boy lol. (re #97058) -- staging it is?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/97058 (by evanjs, 12 hours ago, open): buildSupport.rust: fix typo in verifyCargoDeps message
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi98123 is now known as mmohammadi9812
davidv7 has joined #nixos
<evanjs> I _knew_ such a "trivial" PR wouldn't be worth it :P
aleph- has quit [Ping timeout: 240 seconds]
CMCDragonkai1 has quit [Ping timeout: 244 seconds]
waleee-cl has joined #nixos
alp has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97118 → exoscale-cli: 1.16.1 -> 1.17.0 → https://git.io/JU3Qc
<{^_^}> [nixpkgs] @veprbl merged pull request #97097 → codeql: 2.2.4 -> 2.2.5 → https://git.io/JU36h
<{^_^}> [nixpkgs] @veprbl pushed commit from @r-ryantm to master « codeql: 2.2.4 -> 2.2.5 (#97097) »: https://git.io/JU3QB
M0-[m] has joined #nixos
elorm[m] has joined #nixos
DamienCassou has joined #nixos
Ox4A6F has joined #nixos
Ericson2314 has joined #nixos
Geezus42[m] has joined #nixos
Gleaken[m] has joined #nixos
HumanJohn[m] has joined #nixos
TheSirC[m] has joined #nixos
NobbZ[m] has joined #nixos
MilkManzJourDadd has joined #nixos
Minijackson[m] has joined #nixos
alaskacanyon[m] has joined #nixos
alexarice[m] has joined #nixos
aloiscochard[m] has joined #nixos
alj[m] has joined #nixos
alienpirate5 has joined #nixos
alexherbo2[m] has joined #nixos
alexfmpe has joined #nixos
aquarial has joined #nixos
aterius has joined #nixos
azazel has joined #nixos
bbigras has joined #nixos
betrion[m] has joined #nixos
bohan[m] has joined #nixos
bennofs[m] has joined #nixos
mcaju has joined #nixos
chrismatheson has joined #nixos
chreekat[m] has joined #nixos
colemickens has joined #nixos
danielrf[m] has joined #nixos
crazazy[m] has joined #nixos
domenkozar[m] has joined #nixos
davidak[m] has joined #nixos
dominicusin[m] has joined #nixos
dywedir[m] has joined #nixos
dxu[m] has joined #nixos
dtz has joined #nixos
eadwu[m] has joined #nixos
emily has joined #nixos
eddyb has joined #nixos
fgaz has joined #nixos
gnxlxnxx[m] has joined #nixos
GuillaumeChrel[m has joined #nixos
gsals[m] has joined #nixos
hpfr has joined #nixos
hsiktas[m] has joined #nixos
hiroshi[m] has joined #nixos
ilya-fedin has joined #nixos
codyopel has joined #nixos
jgart[m] has joined #nixos
jschievink has joined #nixos
kaychaks_riot has joined #nixos
jt35[m] has joined #nixos
jtojnar has joined #nixos
khassanov[m] has joined #nixos
Jake[m] has joined #nixos
kriteus119[m] has joined #nixos
lblasc[m] has joined #nixos
l_inus[m] has joined #nixos
manu12[m] has joined #nixos
marcus[m] has joined #nixos
mindtree[m] has joined #nixos
matthewbauer has joined #nixos
mukayu[m] has joined #nixos
Akshay[m]1 has joined #nixos
nilsirl[m] has joined #nixos
nikola[m] has joined #nixos
nh2[m] has joined #nixos
ongy[m] has joined #nixos
octowan[m] has joined #nixos
Niobium[m] has joined #nixos
pjt_014[m] has joined #nixos
mica[m] has joined #nixos
Poscat[m] has joined #nixos
rednaZ[m] has joined #nixos
l-as has joined #nixos
ryantm has joined #nixos
regnat has joined #nixos
yurb has joined #nixos
siraben has joined #nixos
sjn[m] has joined #nixos
aflatter[m] has joined #nixos
yoctocell[m] has joined #nixos
slavfox has joined #nixos
slby[m] has joined #nixos
snackoverflow[m] has joined #nixos
adray has joined #nixos
benmkw[m] has joined #nixos
srid has joined #nixos
anonymouserobot[ has joined #nixos
the_rajsun[m] has joined #nixos
srasu[m] has joined #nixos
stites[m] has joined #nixos
bpye has joined #nixos
theduke has joined #nixos
timokau[m] has joined #nixos
thefloweringash has joined #nixos
uzr[m] has joined #nixos
ArtemVorotnikov[ has joined #nixos
unclechu has joined #nixos
wak-work has joined #nixos
vaibhavsagar has joined #nixos
Yakulu[m] has joined #nixos
worldofpeace has joined #nixos
ZeroCostAbstrac4 has joined #nixos
cab404[m] has joined #nixos
derrecklowe[m] has joined #nixos
yutyo[m] has joined #nixos
fatjedi[m] has joined #nixos
aanderse has joined #nixos
ramses[m] has joined #nixos
puzzlewolf has joined #nixos
arcnmx has joined #nixos
jneplokh has joined #nixos
cdknight[m] has joined #nixos
flip[m] has joined #nixos
GerdFlaig[m] has joined #nixos
etokarev[m] has joined #nixos
felschr[m] has joined #nixos
hienergy[m] has joined #nixos
Dandellion has joined #nixos
yangm has joined #nixos
init_6 has joined #nixos
iudicael[m] has joined #nixos
raju[m] has joined #nixos
SpaghettiCthulhu has joined #nixos
feffe[m] has joined #nixos
hydridity[m] has joined #nixos
inquisitiv3 has joined #nixos
Guest23234 has joined #nixos
Hayden[m] has joined #nixos
grahamc[m] has joined #nixos
norbert[m]2 has joined #nixos
chvp has joined #nixos
jehova[m] has joined #nixos
ndarilek has joined #nixos
mkg20001 has joined #nixos
lina[m] has joined #nixos
johnazoidberg[m] has joined #nixos
jabarszcz[m] has joined #nixos
hsngrmpf[m] has joined #nixos
yusdacra[m] has joined #nixos
ma27[m] has joined #nixos
iamjackpreacher[ has joined #nixos
ks2048[m] has joined #nixos
Leira[m] has joined #nixos
li_matrix has joined #nixos
hazel[m] has joined #nixos
mt[m] has joined #nixos
gretax[m] has joined #nixos
cyberwolf[m] has joined #nixos
jolix[m] has joined #nixos
kekw736[m] has joined #nixos
mathyouguy has joined #nixos
martha[m] has joined #nixos
pinage404[m] has joined #nixos
Guest31244 has joined #nixos
lycium[m] has joined #nixos
Bino has joined #nixos
pheoxy has joined #nixos
michaelpj has joined #nixos
ptotter[m] has joined #nixos
neonfuz2 has joined #nixos
noderunner_[m] has joined #nixos
Hirmes[m] has joined #nixos
jlv has joined #nixos
hacker01[m] has joined #nixos
fjodor[m] has joined #nixos
printfn[m] has joined #nixos
ZerataX has joined #nixos
rschulman has joined #nixos
sebass[m] has joined #nixos
schlumpp[m] has joined #nixos
leonardp has joined #nixos
quidome[m] has joined #nixos
onewayonelife[m] has joined #nixos
Shyim[m] has joined #nixos
barn0 has joined #nixos
georg[m] has joined #nixos
omasanori[m] has joined #nixos
cjbassi[m] has joined #nixos
pitchzer0 has joined #nixos
srgancap[m] has joined #nixos
noneucat has joined #nixos
fzakaria1 has joined #nixos
not7cd[h][m] has joined #nixos
sparogy has joined #nixos
balsoft has joined #nixos
travelion[m] has joined #nixos
SourOatMilk[m] has joined #nixos
sshow[m] has joined #nixos
albert[m] has joined #nixos
Notkea[m] has joined #nixos
das-g[m] has joined #nixos
maralorn has joined #nixos
philipp[m] has joined #nixos
Ke has joined #nixos
hamishdehmer[m] has joined #nixos
JJJollyjim has joined #nixos
slabity has joined #nixos
trepetti[m] has joined #nixos
wedens[m] has joined #nixos
tskc[m]1 has joined #nixos
twelvecorporatet has joined #nixos
boomer[m] has joined #nixos
srxl has joined #nixos
unrooted[m] has joined #nixos
toto[m] has joined #nixos
callahad[m] has joined #nixos
rnhmjoj has joined #nixos
betty[m] has joined #nixos
qbit[m] has joined #nixos
shu9 has joined #nixos
dxb[m] has joined #nixos
rycee has joined #nixos
Valodim[m] has joined #nixos
leons has joined #nixos
johnburnham[m] has joined #nixos
grin[m] has joined #nixos
lurpahi has joined #nixos
axx has joined #nixos
symphorien[m] has joined #nixos
ftzm[m] has joined #nixos
nocent has joined #nixos
vgamma[m] has joined #nixos
kraem has joined #nixos
steakfan[m] has joined #nixos
ydlr[m] has joined #nixos
q3k[m] has joined #nixos
daddy_james[m] has joined #nixos
jojosch|Johannes has joined #nixos
kaitanie[m] has joined #nixos
moben has joined #nixos
musicmatze has joined #nixos
arturo[m] has joined #nixos
sonercirit[m] has joined #nixos
drozdziak1 has joined #nixos
ntnkwmkmnw[m] has joined #nixos
jankloogi[m] has joined #nixos
IslandUsurper[m] has joined #nixos
Viev[m] has joined #nixos
insidious[m] has joined #nixos
phirsch has joined #nixos
j4m3s[m] has joined #nixos
AutonomouseAndro has joined #nixos
infinisil-m has joined #nixos
waschtl[m] has joined #nixos
yvesf[m] has joined #nixos
tristan[m] has joined #nixos
boogiewoogie[m] has joined #nixos
noderunner[m] has joined #nixos
truby has joined #nixos
faya01[m] has joined #nixos
alex[m]6 has joined #nixos
joslain[m] has joined #nixos
nealean[m] has joined #nixos
kazzimazzi[m] has joined #nixos
tolja[m] has joined #nixos
JohannesArnold[m has joined #nixos
pachumicchu has joined #nixos
woobilicious[m] has joined #nixos
d8d910[m] has joined #nixos
billiozzi[m] has joined #nixos
Null_A[m] has joined #nixos
ngerstle[m] has joined #nixos
timclassic has joined #nixos
nicolas[m]1 has joined #nixos
tbenst[m] has joined #nixos
sreybastien[m] has joined #nixos
tobim[m] has joined #nixos
thequux[m] has joined #nixos
bloodyfish[m] has joined #nixos
CRTified[m] has joined #nixos
{Adam}[m] has joined #nixos
kyren has joined #nixos
spinlock[m] has joined #nixos
sernop[m] has joined #nixos
Julien[m] has joined #nixos
sbetrium has quit [Quit: sbetrium]
SuaveDandy has joined #nixos
sbetrium has joined #nixos
gustavderdrache has joined #nixos
<SuaveDandy> Hallo, everynyan.
mmohammadi9812 has quit [Ping timeout: 246 seconds]
mmohammadi9812 has joined #nixos
<SuaveDandy> Is there any point in installing NixOS on a laptop if the package manager is fail-safe and the laptop can use internal battery in the case of power outage?
<SuaveDandy> *ZFS
<SuaveDandy> NixOS on ZFS root.
<SuaveDandy> I can't see any real gain and a big overhead. Sure, I have an SSD to not notice a performance hit but ZFS eats quite a bit of RAM.
<q3k[m]> i mean, there's some features in ZFS you might want to use anyway
<SuaveDandy> Like?
q_ink has joined #nixos
<q3k[m]> compression, deduplication, integrity, pool quotas, zvols, zfs send/recv, ...
<SuaveDandy> I was thinking of using F2FS because I heard it's fast.
<q3k[m]> or snapshots
<SuaveDandy> Deduplication needs a lot of RAM.
<SuaveDandy> Nix manages snapshots.
Rusty1 has joined #nixos
<q3k[m]> just of your configuration
<q3k[m]> not your data
Jackneill has quit [Ping timeout: 260 seconds]
omneh has joined #nixos
omneh has joined #nixos
omneh has quit [Changing host]
<SuaveDandy> But it preserves old versions of your packages.
<q3k[m]> anyway, i'm not here to argue for ZFS, just saying that ZFS does have features that some people want, even on NixOS laptops
omnipotententity has quit [Read error: Connection reset by peer]
mmohammadi98120 has joined #nixos
<SuaveDandy> Compression doesn't work with encrypted data.
<q3k[m]> but it won't snapshot your homedir.
<SuaveDandy> RAID isn't needed on a single-drive system.
mmohammadi9812 has quit [Ping timeout: 240 seconds]
mmohammadi98120 is now known as mmohammadi9812
<q3k[m]> again, not here to argue
<{^_^}> [nixpkgs] @koozz closed pull request #94173 → mgit: Init at 0.1.10 → https://git.io/JJzqp
<SuaveDandy> You can still sync your homedir with the cloud or something.
<q3k[m]> if you don't want it, don't use it
<SuaveDandy> I'm just trying to understand if I really need it.
<SuaveDandy> Ater all, it is catered to specific needs.
<clever> SuaveDandy: you can make /nix a seperate dataset without zfs snapshots
<SuaveDandy> How different do ZFS's and Nix's snapshot creation work anyway?
omneh has quit [Ping timeout: 240 seconds]
<clever> SuaveDandy: nix doesnt make snapshots, it just has a list of packages that act as versions for a given thing, and you can delete anything thats not used
<adisbladis> SuaveDandy: ZFS has a bunch of nice features regardless of what properties the package manager has. Full data checksumming for one.
<SuaveDandy> Will it be useful on a laptop?
<clever> i use zfs on my laptop
<adisbladis> I used to run NixOS on XFS for some time on my laptop and a couple of times I ended up with a corrupted store (a bunch of 0b files) that I had to repair
<SuaveDandy> Also, I'm worried about SSD's longevity and RAM usage.
homeLess2` has quit [Ping timeout: 264 seconds]
<adisbladis> The only two file systems I would even consider are ZFS and btrfs
<adisbladis> With a preference for the former
<adisbladis> No other file systems deal with power loss very nicely
<SuaveDandy> What if there's no power loss or extra drives?
<nahamu> The benefits of ZFS generally outweigh the costs, even for laptop use cases.
<adisbladis> This ^
<Taneb> My work's Hydra server is definitely leaks database connection slots :(
<adisbladis> Also ZFS RAM usage is a bit of a false meme.. You can tune the ARC to get very low memory usage.
<nahamu> There's a reason that there's an overlap between NixOS users and ZFS users.
<SuaveDandy> No power loss, no broken packages and no extra drives, to be precise.
<adisbladis> SuaveDandy: Your laptop never runs out of battery? ;)
<SuaveDandy> If it's still useful with these conditions then I'm in.
<SuaveDandy> Well, duh.
orivej has quit [Ping timeout: 240 seconds]
<SuaveDandy> It's more of a desktop PC, really.
<SuaveDandy> I'm a homestar.
<nahamu> What do you use it for?
<SuaveDandy> EVERYTHING.
<q3k[m]> as a counterpoint in this, i actually got my new nixos laptop install on ext4, instead of the previous ZFS
<nahamu> If you don't want to use ZFS no one is going to make you. :)
<q3k[m]> mostly because of me not liking how ARC behaved and not being able to tune it to my liking
<q3k[m]> but it's really a personal preference
<q3k[m]> you shouldn't trust people on IRC
<adisbladis> Personally I only trust CoW file systems
corpix has joined #nixos
<adisbladis> With full data checksumming
<nahamu> But the random selection in #nixos who happen to be online right now are generally suggesting that it's a good idea.
<q3k[m]> filesystems are a complex topic, but discussions about them tend to be very surface-level and quickly devolve into flamewars
<q3k[m]> anyway ZFS is nice use it if you want to
<SuaveDandy> Although maybe one day my laptop will run out of battery due to being outside for a longer time period.
<nahamu> The more you care about your data, the more you should lean towards ZFS.
<adisbladis> Just speaking from experience ext* and xfs corruption is a real thing that happens more often than you'd think
<q3k[m]> it's not going to change much in the long term though
Jackneill has joined #nixos
<nahamu> If you care more about raw performance than data integrity, use something else.
<nahamu> That said, in SOME use cases, ZFS is a performance win too.
<adisbladis> ZFS is not very "benchmarkable" ;)
<adisbladis> I would love to see some longer running benchmarks that can really leverage the ARC
<q3k[m]> filesystem benchmarks are generally difficult
omnipotententity has joined #nixos
<adisbladis> Yeah
Julien[m] is now known as Julien[m]
<q3k[m]> and in the end, even the most resilient filesystem is no replacement for backups
<q3k[m]> (resiliency/redundancy and backups are generally two different things)
<SuaveDandy> To summarize: I have no extra drives, I have a 250 GB SSD for a storage and 8 megs of RAM that I'd like to use for other stuff such as gaems, my laptop is unlikely to run out of battery.
mmohammadi9812 has quit [Ping timeout: 240 seconds]
q_ink has quit [Read error: Connection reset by peer]
<SuaveDandy> Tho it's not guaranteed that it won't.
q_ink has joined #nixos
aexoxea has joined #nixos
<adisbladis> SuaveDandy: At the end of the day it's a matter of trade-offs.
<adisbladis> I've been running ZFS very successfuly on as little as 512M RAM
<SuaveDandy> Really?
<clever> zfs automatically limits itself to using a max of 50% of your ram
<adisbladis> That required some tuning, but it's possible
<clever> and will use less based on other factors
<clever> arcstat -f time,read,dmis,dhit,dh%,mrug,mru,mfu,mfug,mread,c,ph%,pm%,mm%,miss,hits,mhit,mh%,mmis,hit%,eskip,arcsz 10
<clever> adisbladis: try running this
<adisbladis> clever: I don't have that system still
<clever> time read dmis dhit dh% mrug mru mfu mfug mread c ph% pm% mm% miss hits mhit mh% mmis hit% eskip arcsz
<clever> 10:23:47 2.8K 0 2.7K 99 2 166 2.6K 0 2.8K 1.1G 95 4 0 2 2.8K 2.8K 99 2 99 0 869M
<clever> even with 32gig of ram, zfs is only using 800mb, because chrome is a hungry hungry hippo, lol
sbetrium has quit [Quit: sbetrium]
<SuaveDandy> Chrome? DELET THIS.
<q3k[m]> sigh
<adisbladis> But really, don't worry about RAM usage
<adisbladis> It's pretty much a non-issue
<SuaveDandy> Ah.
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2020-09-02 -> 2020-09-03 »: https://git.io/JU35U
<SuaveDandy> You were talking about snapshots and checksumming. Where would it be useful if the power supply is expected to be consistent and if Nix saves old versions of packages?
<{^_^}> [nixpkgs] @vbgl merged pull request #96995 → dune_2: 2.7.0 -> 2.7.1 → https://git.io/JUO8K
<{^_^}> [nixpkgs] @vbgl pushed 2 commits to master: https://git.io/JU35m
<clever> SuaveDandy: i have seen ext4 break nix before, because nix recorded a package as existing, then ext4 truncated the file to 0 bytes
alp has joined #nixos
<SuaveDandy> Oof.
<SuaveDandy> What about F2FS? Does it do something like that as well?
sbetrium has joined #nixos
<clever> unknown
* adisbladis seconds clever
<adisbladis> That was exactly the issue I saw with XFS too
<adisbladis> Almost every time the battery ran out...
<SuaveDandy> And how suitable would you think ZFS will be if you installed it on, say, a smartphone.
<SuaveDandy> Like PinePhone.
<SuaveDandy> Or Librem.
<adisbladis> I don't know, I'll see when I get mine ;)
<SuaveDandy> Ya planning to get one?
<adisbladis> I have an order in for both
<SuaveDandy> And I'm still stuck with Android.
<adisbladis> Though I'm really considering dropping the Librem order
<SuaveDandy> Librem is costy.
Denommus has joined #nixos
<SuaveDandy> The thing that also impresses me in PP-
<{^_^}> [nixpkgs] @Infinisil opened pull request #97119 → Introduce `types.anything` → https://git.io/JU35R
<SuaveDandy> Oh, no, that abbriviature sounds so wrong.
<SuaveDandy> I just realized.
<Denommus> hello
<Denommus> I didn't understand how to use node2nix to create my own nix derivation
<SuaveDandy> The thing that impresses me in PinePhone is that not only does it support lots of distros and has hardware switches.
<nahamu> Denommus: which documentation has you confused?
<SuaveDandy> It also is single-board.
<Denommus> the README of node2nix has this line: nodeDependencies = (pkgs.callPackage ./my-app {}).nodeDependencies;
<SuaveDandy> Cool, isn't it?
<Denommus> but the attribute nodeDependencies doesn't exist in the generated default.nix
omneh has joined #nixos
omneh has joined #nixos
omneh has quit [Changing host]
<SuaveDandy> Single-board smartphone.
<SuaveDandy> Sounds mind-blowing.
<SuaveDandy> Kinda like those Arduino/Pi embedded systems.
__monty__ has joined #nixos
omneh_ has joined #nixos
omneh has quit [Remote host closed the connection]
omnipotententity has quit [Ping timeout: 240 seconds]
<SuaveDandy> Wonder if Arduino/Pi are used in big projects. Like in MIT or something.
orivej has joined #nixos
gthm has quit [Ping timeout: 260 seconds]
<philipp[m]> I'm trying to backup some centos boxes to a nixos box via rsync and I keep getting lsetxattr: Operation not supported errors.
<philipp[m]> I backup to a zfs dataset that has set xattr = on and I mounted it with xattr mountopts.
<philipp[m]> That should be all I need, right?
<{^_^}> [nixpkgs] @nh2 merged pull request #97084 → hotspot: 1.2.0 -> 1.3.0 → https://git.io/JU3gp
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JU3dv
<{^_^}> [nixpkgs] @ttuegel merged pull request #97020 → kwin-dynamic-workspaces: init at 1.0.1 → https://git.io/JUO9U
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JU3dU
<nahamu> Denommus: which steps did you take so far?
alp has quit [Remote host closed the connection]
alp has joined #nixos
dguibert has quit [Remote host closed the connection]
<SuaveDandy> Guys. How are your package repos in NixOS? Are they comparable to Debian/Arch+AUR?
<leonardp> philipp: do you by any chance transfer the data to/from an nfs?
<philipp[m]> No, I'm running ext4 -> zfs via ssh.
orivej has quit [Ping timeout: 264 seconds]
<SuaveDandy> And is it easier to set up root encryption here? The config file seems to be way more simplified that the same process on Debian.
footlooseboss has quit [Quit: ...]
tarruda has joined #nixos
emacsomancer has quit [Quit: WeeChat 2.8]
<Denommus> nahamu: I have ran node2nix -c foo.nix, then I have tried to create my default.nix that had (callPackage ./foo.nix {}).nodeDependencies
<Denommus> but nodeDependencies does not exist
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/5607e74b1dd (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<leonardp> philipp: are you syncing as root?
<philipp[m]> leonardp: Yes, need to for full -a functionality.
<philipp[m]> Also the error is "Operation not supported", not denied.
<nahamu> Denommus: you might be running an older version of node2nix That feature/documentation is from the latest commit in the repo.
<joesventek>
<joesventek> There are a few libraries libX11 loads conditionally using dlopen(3). Shouldn't the nix store paths of the corresponding packages be put in libX11's RPATH? An example being libXcursor.
<Denommus> nahamu: I see. Yeah, I'm running whatever is available @ nixos unstable
emacsomancer has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JU3dQ
<{^_^}> [nixpkgs] @peti pushed 923 commits to haskell-updates: https://git.io/JU3d5
sbetrium has quit [Quit: sbetrium]
<Denommus> oh, the documentation is completely different on the 1.8.0 tag. Thanks, nahamu
<nahamu> Denommus: Good luck!
<leonardp> philipp: have you set acltype=posixacl on your zfs?
<philipp[m]> No, it's off
<philipp[m]> I should probably set it.
<leonardp> try it, otherwise i have no cloue why it wouldnt work
orivej has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
troydm has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #97121 → kde applications: 20.08.0 -> 20.08.1 → https://git.io/JU3FL
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97120 → faudio: 20.08 -> 20.09 → https://git.io/JU3Ft
jumper149 has joined #nixos
TomaszKsiak[m] has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #97122 → jackline: 2020-04-24 → 2020-09-03 → https://git.io/JU3Fw
<{^_^}> [nixpkgs] @peterhoeg opened pull request #97123 → nixos/cachefilesd: don't set up manually → https://git.io/JU3Fi
orivej has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to staging « enchant: 2.2.9 -> 2.2.10 »: https://git.io/JU3bk
<{^_^}> [nixpkgs] @jtojnar merged pull request #97115 → enchant: 2.2.9 -> 2.2.10 → https://git.io/JU39M
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #96957 → sublime-merge: 2020 -> 2033; sublime-merge-dev: 2022 -> 2031 → https://git.io/JUYSH
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JU3bg
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97124 → fly: 6.5.0 -> 6.5.1 → https://git.io/JU3b1
SuaveDandy has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
<sephii> I know it's easy to use a package from a specific source, eg. by adding a channel and then `import`ing its pkgs, but is there a way to do this with nixos modules?
<{^_^}> [nixpkgs] @vbgl merged pull request #97017 → ocamlPackages.merlin: 3.3.8 -> 3.3.9 → https://git.io/JUOyM
<{^_^}> [nixpkgs] @vbgl pushed commit from @marsam to master « ocamlPackages.merlin: 3.3.8 -> 3.3.9 »: https://git.io/JU3b5
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97125 → flyctl: 0.0.137 -> 0.0.140 → https://git.io/JU3bA
<{^_^}> [nixpkgs] @primeos opened pull request #97126 → mesa: 20.1.6 -> 20.1.7 → https://git.io/JU3bp
S0rin has quit [Quit: WeeChat 2.3]
S0rin has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
S0rin has quit [Client Quit]
sbetrium has quit [Quit: sbetrium]
S0rin has joined #nixos
<{^_^}> [nixpkgs] @ttuegel merged pull request #97121 → kde applications: 20.08.0 -> 20.08.1 → https://git.io/JU3FL
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JU3NC
<{^_^}> [nixpkgs] @rycee pushed to master « openambit: init at 0.5 »: https://git.io/JU3N4
<manveru> sephii: pretty much the same way, just without importing
<{^_^}> [nixpkgs] @rycee closed pull request #95706 → openambit: init at 0.5 → https://git.io/JJbv7
sbetrium has joined #nixos
<manveru> so for example you can use `imports = [ <nixpkgs/nixos/modules/virtualisation/amazon-image.nix> ];`
<manveru> which would also rely on the same channel
dguibert has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/fd457ecb6cc (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
alp has quit [Ping timeout: 272 seconds]
gthm has joined #nixos
yutyo[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
gthm has quit [Ping timeout: 264 seconds]
omneh_ has quit [Ping timeout: 264 seconds]
Sanchayan has quit [Quit: leaving]
zupo has joined #nixos
maier has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @timokau merged pull request #97095 → hedgewars: enable build on hydra → https://git.io/JU3Kx
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JU3AB
kreyren_ has quit [Ping timeout: 240 seconds]
justache has quit [Read error: Connection reset by peer]
justache has joined #nixos
<sephii> manveru: thanks, I've never used imports so it's a bit new to me. How does nixos handle multiple imports that would expose the same module? Is there some kind of precedence?
<manveru> it will probably conflict
<manveru> you can exclude modules though, to avoid the conflict
SuaveDandy has joined #nixos
fendor has quit [Remote host closed the connection]
ericmoritz has joined #nixos
<SuaveDandy> Guys. I would like to know.
<manveru> like `disabledModules = [ "services/networking/consul.nix" ];`
<SuaveDandy> When upgrading.
<SuaveDandy> Does the amount of data double?
<SuaveDandy> Because you keep the old packages as well.
<manveru> SuaveDandy: potentially, yes
<simpson> SuaveDandy: It depends on how old your current generations are, but in general, because generations have overlap, you'll only have a logarithmic amount of new packages.
<SuaveDandy> But how is it better than ZFS's snaps?
<simpson> It's a bit more intelligent than just a filesystem snapshot. There's integration with system services and other configuration.
<ericmoritz> I have a question about channels. If I add the unstable channel, do those packages automatically become part of the nixpkgs or do I have to explicitly import them as demostrated here: https://nixos.wiki/wiki/Cheatsheet#Upgrading_individual_packages_to_a_different_channel
<manveru> SuaveDandy: it doesn't need zfs, for one :)
<SuaveDandy> simpson: Interesting.
<manveru> ericmoritz: if you don't call it `nixpkgs`, then you'll need to import it explicitly, yes
<SuaveDandy> But it does symlink the shared files between versions?
<{^_^}> [nixpkgs] @jtojnar merged pull request #96992 → treewide: use URN for fontconfig DTD → https://git.io/JUOCq
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to staging: https://git.io/JU3x3
aleph- has joined #nixos
<simpson> Not exactly. Rather, each version's built from symlinks into a shared store.
<cransom> there are hard link optimizations if the files are identical you can enable
<ericmoritz> manveru: thanks!
<{^_^}> [nixpkgs] @vdot0x23 opened pull request #97128 → vimPlugins.asyncomplete-vim: init at 2020-08-09 → https://git.io/JU3xG
<simpson> Suppose that you have two generations which basically only have different versions of the Linux kernel, but otherwise have the same userland. Almost all of the userland is going to be shared between those generations.
<{^_^}> [nixpkgs] @jtojnar merged pull request #96939 → gstreamer: remove legacy version → https://git.io/JUYYN
<{^_^}> [nixpkgs] @jtojnar pushed 10 commits to master: https://git.io/JU3xn
<SuaveDandy> cransom: Really?
<simpson> SuaveDandy: auto-optimise-store in nix.conf
<SuaveDandy> simpson: A bit more intelligent?
<simpson> SuaveDandy: "If set to true, Nix automatically detects files in the store that have identical contents, and replaces them with hard links to a single copy. This saves disk space. If set to false (the default), you can still run nix-store --optimise to get rid of duplicate files." Quoting the manual's entire information about this flag.
<SuaveDandy> Oh, and overall, less writes would be healthy for SSDs.
<simpson> What about the Nix method implies extra writing to the drive, though? Unlinking old packages during GC doesn't require zeroing out the space.
<simpson> I'll freely admit that we might have a constant few extra writes, but we don't have like 2x the writes of a binary distro just by having rollback.
<SuaveDandy> NixOS is a source distro?
julm has quit [Ping timeout: 258 seconds]
<SuaveDandy> Like Gentoo?
<qyliss> It doesn't really make sense to describe NixOS as a source or binary distro. It's like a hybrid.
Gohla has joined #nixos
<SuaveDandy> What's the compile speed. Is it slow?
<qyliss> Most things are available in a binary cache, but you still have package options like USE in gentoo, and if you use those it'll automatically build from source instead
<SuaveDandy> Hybrid?
<qyliss> So how much you end up having to compile locally depends on how many packages you want to change options on and stuff
<sephii> manveru: I'll try that, thanks!
<SuaveDandy> What about Nix being more intelligent than ZFS? In which way?
<simpson> qyliss' approach is valid. I'd go a different route: It normally doesn't make sense to talk about compile speed, because compile speed is the same on all distros. (Seriously, they all use GCC, after all!) But it's possible to look at NixOS as a source-only distro which has "fast" compilation; sometimes network bandwidth can be used to replace compile time, especially for popular packages in common
<simpson> configurations.
<SuaveDandy> Void and Alpine use musl.
<simpson> ZFS is a filesystem. Nix is a package manager. It follows that they have totally different views of data.
<qyliss> they still use gcc though
julm has joined #nixos
<SuaveDandy> Ah. gcc, not glibc.
<SuaveDandy> Well…
<SuaveDandy> Yeah.
<simpson> I'll take your point that GCC's not the *most* monocultural compiler artifact. How about GHC? Or Perl?
<SuaveDandy> Oh, right, GHC.
<SuaveDandy> I've heard about it somewhere.
<simpson> Anyway (and I say this as somebody who does *not* like ZFS) there are times when ZFS is appropriate, but they're usually per-block-device problems that aren't relevant to the entire system. What Nix (and NixOS) offer is more neutral and generic, and doesn't require anything other than bland ext4.
<SuaveDandy> I'm actually interested how much GNU is left in Alpine after they got rid of musl, coreutils and glibc.
<SuaveDandy> I mean, not musl.
<SuaveDandy> Inserted that for no reason.
davidv7_ has joined #nixos
<SuaveDandy> coreutils and glibc. That's pretty much everything they got rid of. Oh, and they replaced Bash with Ash.
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
davidv7 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #97129 → sweethome3d: 6.3 -> 6.4.2 → https://git.io/JU3xF
<SuaveDandy> How's the stability compared to Debian?
<SuaveDandy> I meant, reliability and package maintenance.
<simpson> It's Linux. So really only the upgrade process matters. And the upgrade process is much smoother and more reliable.
<simpson> Packages are *much* fresher than Debian. Please carefully consult the graph I posted earlier: https://repology.org/graph/map_repo_size_fresh.svg
raju[m] has quit [Quit: Idle for 30+ days]
wak-work has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<simpson> Your browser's search function can hopefully highlight "debian testing", in that cluster in the center. nixpkgs stable is comparable to Debian testing but has many more packages; nixpkgs unstable has both more packages *and* more fresh packages.
Denommus has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #96993 → vimPlugins: Refactor coc-* plugins and fix coc-go → https://git.io/JUOWd
<{^_^}> [nixpkgs] @jonringer pushed 4 commits to master: https://git.io/JU3pm
Denommus has joined #nixos
<SuaveDandy> Also. Can't find Parsec here. Can you add it to the repo?
<SuaveDandy> Also, the fact that the packages that are in third-party repos on Debian are all in one place on NixOS is neato.
<simpson> > haskellPackages.parsec # strange things are afoot
<{^_^}> null
<SuaveDandy> Not the Haskell package.
<SuaveDandy> The one that's that game streaming service.
<simpson> There is a tracking issue, if this is the one you're thinking of: https://github.com/NixOS/nixpkgs/issues/95160
<{^_^}> #95160 (by shyim, 3 weeks ago, open): Parsec
<SuaveDandy> Ah, yeah, that's the one.
<simpson> > ghc.withPackages (ps: [ ps.parsec ]) # followup: this gives a ghci where Text.Parsec can be imported
<{^_^}> "<derivation /nix/store/przz02jqwk0byxfar6b1iw12m68pwraw-ghc-8.8.4.drv>"
<simpson> Guess it's a magic package.
<SuaveDandy> It's cool that your repo can challenge Arch+AUR.
<SuaveDandy> Heard AUR is not very reliable.
<SuaveDandy> Some packages are broken and unmaintained, etc.
<SuaveDandy> And also, NixOS isn't rolling but isn't stagnant either.
<SuaveDandy> I can't just roll all day long with Arch. I am lazy.
maxdevjs has joined #nixos
<SuaveDandy> Also, is NixOS built around Nix somehow?
aexoxea has quit [Quit: Goodbye!]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97130 → ft2-clone: 1.28 -> 1.31 → https://git.io/JU3pN
<simpson> Nix is the package manager. NixOS is Nix managing a Linux kernel and some systemd configuration.
<SuaveDandy> I heard that you can install Nix on any GNU distro. Is the integration not full?
<simpson> The integration is complete WRT the POSIX API. But that's not everything that people expect. The way that GL works makes X11 integration sometimes unaccelerated.
<simpson> Also, I don't know if we support GNU Hurd or other GNU-only setups (maybe Guix does?) but we generally require Linux as the kernel. I know that there's active work in #freebsd-nix to get FreeBSD working, and there's a community on Darwin using hybrid userlands.
<SuaveDandy> I was referring to GNU/Linux, sorry.
<SuaveDandy> I kno Hurd is unfinished as heck.
<simpson> No worries, you're good.
sbetrium has quit [Quit: sbetrium]
<SuaveDandy> It's interesting how GNU lack a functioning kernel so it has to rely on Linux or FreeBSDk.
<SuaveDandy> Tho FreeBSDk was abandoned by Debian, unfortunately.
<SuaveDandy> But hay, maybe they'll try OpenBSDk, who knows.
<{^_^}> [nixpkgs] @jonringer merged pull request #96758 → zenmonitor: 1.4.1 -> 1.4.2 → https://git.io/JUqaj
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « zenmonitor: 1.4.1 -> 1.4.2 »: https://git.io/JU3hl
<{^_^}> [nixpkgs] @jonringer merged pull request #97068 → antibody: 6.1.0 -> 6.1.1 → https://git.io/JU3Bv
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « antibody: 6.1.0 -> 6.1.1 »: https://git.io/JU3h0
Darkmatter66_ has joined #nixos
ericmoritz has quit [Remote host closed the connection]
Darkmatter66 has quit [Ping timeout: 240 seconds]
davidv7 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JU3h5
<{^_^}> [nixpkgs] @jonringer merged pull request #97071 → asls: 0.4.2 -> 0.5.0 → https://git.io/JU3BB
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « asls: 0.4.2 -> 0.5.0 »: https://git.io/JU3hN
davidv7_ has quit [Ping timeout: 240 seconds]
jonringer has joined #nixos
sgrunert has quit [Remote host closed the connection]
gthm has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97131 → gauge: 1.1.1 -> 1.1.3 → https://git.io/JU3jL
Denommus has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #97053 → welle-io: 2.1 -> 2.2 → https://git.io/JU3GF
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « welle-io: 2.1 -> 2.2 »: https://git.io/JU3jt
<{^_^}> [nixpkgs] @jonringer merged pull request #96853 → antimicroX: 3.0 -> 3.0.1 → https://git.io/JUqdz
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JU3jm
dbmikus has joined #nixos
noogie has joined #nixos
martha[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @jonringer merged pull request #97066 → AusweisApp2: 1.20.1 -> 1.20.2 → https://git.io/JU34t
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « AusweisApp2: 1.20.1 -> 1.20.2 »: https://git.io/JU3jW
<{^_^}> [nixpkgs] @jonringer opened pull request #97132 → python3Packages.sqlalchemy-citext: fix tests → https://git.io/JU3jl
<{^_^}> [nixpkgs] @jonringer merged pull request #97079 → pythonPackages.apsw: 3.32.2-r1 -> 3.33.0-r1 → https://git.io/JU3ua
<{^_^}> [nixpkgs] @jonringer pushed commit from @mjlbach to master « pythonPackages.apsw: 3.32.2-r1 -> 3.33.0-r1 »: https://git.io/JU3j8
ddellacosta has joined #nixos
noogie has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer merged pull request #96760 → yaru-theme: 20.10.1 -> 20.10.2 → https://git.io/JUqwS
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « yaru-theme: 20.10.1 -> 20.10.2 »: https://git.io/JU3jE
noogie has joined #nixos
alp has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #97133 → Improve `generators.toPretty` → https://git.io/JU3ja
<{^_^}> [nixpkgs] @jonringer merged pull request #97073 → bazarr: 0.9 -> 0.9.0.2 → https://git.io/JU30J
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « bazarr: 0.9 -> 0.9.0.2 »: https://git.io/JU3jK
<JJJollyjim> hmm
lordcirth has quit [Ping timeout: 260 seconds]
<JJJollyjim> "nix flake update" runs instantly and doesn't touch my lock file
<JJJollyjim> im expecting it to look online for new versions of inputs, is that wrong?
<niksnut> try adding flags like --recreate-lock-file or --update-input <name>
lordcirth has joined #nixos
boxscape has joined #nixos
<JJJollyjim> Ah yep that did it
<JJJollyjim> What does the flagless form actually do?
nature has joined #nixos
<JJJollyjim> The summary for the command is "update flake lock file" so I'd expect it to maybe touch the lock file :P
<{^_^}> [nixpkgs] @xfix opened pull request #97135 → libxslt: make generate-id deterministic → https://git.io/JUseT
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
Izorkin has joined #nixos
lordcirth_ has joined #nixos
sputny has joined #nixos
<worldofpeace> Jamie: I think the same thing all the time
<{^_^}> [nixpkgs] @jonringer merged pull request #97067 → amfora: 1.4.0 -> 1.5.0 → https://git.io/JU34M
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « amfora: 1.4.0 -> 1.5.0 »: https://git.io/JUseq
veleiro`` is now known as veleiro
veleiro has quit [Changing host]
veleiro has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #97136 → theme-obsidian2: 2.13 -> 2.14 → https://git.io/JUseY
lordcirth has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #64520 → django-maintenance-mode: init at 0.13.1 → https://git.io/fjiF5
<{^_^}> [nixpkgs] @jonringer pushed commit from @MrMebelMan to master « django-maintenance-mode: init at 0.14.0 »: https://git.io/JUsel
cole-h has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #97137 → blis: init at 0.7.0 → https://git.io/JUseB
<{^_^}> [nixpkgs] @jonringer merged pull request #97132 → python3Packages.sqlalchemy-citext: fix tests → https://git.io/JU3jl
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.sqlalchemy-citext: fix tests »: https://git.io/JUseR
<{^_^}> [nixpkgs] @jonringer merged pull request #97112 → du-dust: 0.5.2 -> 0.5.3 → https://git.io/JU3SK
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « du-dust: 0.5.2 -> 0.5.3 »: https://git.io/JUse0
<{^_^}> [nixpkgs] @jonringer merged pull request #96505 → python27Packages.josepy: 1.3.0 -> 1.4.0 → https://git.io/JUIBj
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.josepy: 1.3.0 -> 1.4.0 »: https://git.io/JUseu
<{^_^}> [nixpkgs] @jonringer merged pull request #96502 → python27Packages.dominate: 2.5.1 -> 2.5.2 → https://git.io/JUIBZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.dominate: 2.5.1 -> 2.5.2 »: https://git.io/JUse2
<cole-h> jonringer++ Good luck this week!
<{^_^}> jonringer's karma got increased to 3
<cole-h> worldofpeace++ too!
<{^_^}> worldofpeace's karma got increased to 180, that's Numberwang!
Extends has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #97107 → dapper: 0.5.1 -> 0.5.3 → https://git.io/JU3D4
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « dapper: 0.5.1 -> 0.5.3 »: https://git.io/JUseV
<{^_^}> [nixpkgs] @jonringer merged pull request #97109 → dnsproxy: 0.31.0 -> 0.32.0 → https://git.io/JU3yz
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « dnsproxy: 0.31.0 -> 0.32.0 »: https://git.io/JUseo
maier has joined #nixos
<{^_^}> [nixpkgs] @xfix closed pull request #97135 → libxslt: make generate-id deterministic → https://git.io/JUseT
sputny has quit [Remote host closed the connection]
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97139 → gh-ost: 1.0.49 -> 1.1.0 → https://git.io/JUseS
maier has quit [Ping timeout: 240 seconds]
nature has quit [Ping timeout: 260 seconds]
kiitos has joined #nixos
<kiitos> hi!
<kiitos> what's the difference between 'nixpkgs-unstable', and 'nixos-unstable' branches in channels repository ?
<bbigras> hello
<sephii> Is there a way to unset `-I` in nixops? I've set it accidentally and I want to just use the default
<bbigras> I wonder if nixpkgs-unstable doesn't include the os stuff
<etu> kiitos: nixos-* channels are tested for OS-related things, like bootloaders
<cole-h> kiitos: nixos-unstable -> must pass NixOS-specific tests to ensure e.g. grub doesn't make systems unbootable
<kiitos> oh, okay!
<etu> bbigras: All channels contains the entire nixpkgs, but requires different tests to pass
<cole-h> And nixpkgs-unstable is just the latest successful evaluation of the master branch at a single point in time, that must succeed some reduced test set (IIRC)
<bbigras> etu: ah gotcha. thanks
<kiitos> is it okay to use 'nixpkgs-unstable' on nixos, or not recommended ? context: i would like couple of commits that are in nixpkgs-unstable, but not on nixos-unstable.
<cole-h> For your system, I would say unrecommended. However, you can use nixpkgs-unstable to grab certain packages as necessary.
<cole-h> ,unstable kiitos
<{^_^}> kiitos: How to install from unstable while remaining on stable: https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F . Also note that there's nixpkgs-unstable and nixos-unstable
<kiitos> thanks!
<cole-h> Alternatively there's nixos-unstable-small, which has a smaller test set to pass (and often doesn't have everything cached right away).
lordcirth__ has joined #nixos
<kiitos> thanks, that's really helpful.
<fzakaria> hi
lordcirth_ has quit [Ping timeout: 244 seconds]
<kiitos> hi
<cole-h> Howdy
<cole-h> sephii: What do you mean "unset -I"?
<SuaveDandy> Wait. If Nix manages package versions, what does ZFS make snapshots of? Home directory?
<cole-h> ZFS takes snapshots of whatever you tell it to.
bennofs__ has joined #nixos
<SuaveDandy> And what if we have the system damaged in some way? Can you revert to the previous state if ZFS doesn't make the snapshots of packages?
<{^_^}> [nixpkgs] @flokli closed pull request #96575 → Revert "systemd: build with cryptsetup and cryptsetup-generators" → https://git.io/JUL8J
<cole-h> ZFS will take snapshots of the packages if you tell it to.
<SuaveDandy> The wiki says that you should create a seperate dataset for /nix/
<cole-h> How do you mean "revert to the previous state"?
<cole-h> You can go back to the previous generation (which keeps state in place)
<{^_^}> [nixpkgs] @jonringer merged pull request #97108 → dcrd: 1.5.1 -> 1.5.2 → https://git.io/JU3Dh
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « dcrd: 1.5.1 -> 1.5.2 »: https://git.io/JUsv3
<SuaveDandy> Does it revert the config files as well?
alp has quit [Remote host closed the connection]
<cole-h> Only Nix-managed ones
<{^_^}> [nixpkgs] @flokli merged pull request #97008 → cryptsetup, lvm2, systemd: Break cyclic dependency at a different point → https://git.io/JUOXs
alp has joined #nixos
<{^_^}> [nixpkgs] @flokli pushed 2 commits to staging: https://git.io/JUsvG
<sephii> cole-h: I mean I set the nix search path with `nixops modify -d foobar -I baz`, and now I'd like to remove `baz` from the nix path. I ended up modifying the sqlite database directly, that worked ^^
bennofs_ has quit [Ping timeout: 240 seconds]
<cole-h> sephii: Maybe file an issue against NixOps to see what the preferred route for that is
<sephii> cole-h: thanks, will do
<{^_^}> [nixpkgs] @hirenashah opened pull request #97140 → plujain-ramp: init at v1.1.3 → https://git.io/JUsv2
<{^_^}> [nixpkgs] @jonringer opened pull request #97141 → README.md: update stable release links to 20.09 → https://git.io/JUsva
SuaveDandy has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
lordcirth__ is now known as lordcirth
<{^_^}> [nixpkgs] @jorsn opened pull request #97142 → libextractor: 1.9 -> 1.10 → https://git.io/JUsv1
<sephii> I've followed the guide to disable a module and replace it with one from nixos-unstable (https://nixos.org/manual/nixos/stable/#sec-replace-modules), but the module is referencing `pkgs.foobar`, which seems to be the package from the default nix path, not from unstable. How can I override this? I'm trying to override this one specifically:
<cole-h> julm: ping
<julm> cole-h: hm ?
xd1le has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @bjornfor opened pull request #97143 → [20.03] Backport rustup fix from master → https://git.io/JUsv9
<cole-h> julm: In the nixos-install page; only the nixos-rebuild page has it, and the name is optional in both AFAICT
<julm> cole-h: well, there is no default in nixos-install
<julm> in nixos-rebuild hostname is used as default
<julm> but in nixos-install this does not make sense, right?
<cole-h> Oh, right. It uses the hostname, but there is no hostname yet.
xd1le has joined #nixos
<cole-h> Nevermind then :'D
<julm> thanks for reviewing :]
Jackneill has quit [Ping timeout: 244 seconds]
Jackneill has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @yoctocell opened pull request #97144 → gomuks: 0.1.2 -> 0.2.0 → https://git.io/JUsvh
zupo has joined #nixos
kiitos has quit [Quit: Hei hei!]
zupo has quit [Client Quit]
<{^_^}> [nixops-aws] @grahamc opened pull request #109 → Checked connections → https://git.io/JUsfU
<{^_^}> [nixops-aws] @grahamc opened pull request #110 → EC2 Backend: compare security groups as lists → https://git.io/JUsfY
<aleph-> For a service, what would be the proper way to read in a password from a file when initializing a service?
<aleph-> And nevermind, realizing I'm being dumb
<aleph-> Can just reference in a ExecStartPre step
cosimone has quit [Quit: Quit.]
<{^_^}> [nixpkgs] @lheckemann opened pull request #97145 → Initrd improvements → https://git.io/JUsfZ
<m1cr0man> showSrc pkgs writeScript
<{^_^}> [nixpkgs] @peti pushed 42 commits to haskell-updates: https://git.io/JUsfl
<m1cr0man> > showSrc pkgs writeScript
<{^_^}> value is a function while a string was expected, at (string):297:40
<jonringer> cole-h: thanks! :)
<m1cr0man> > showSrc pkgs "writeScript"
<{^_^}> "trivial-builders.nix:151 writeScript = name: text: writeTextFile {inherit name text; executable = true;};"
<m1cr0man> o/ 3rd times a charm
<jonringer> :)
boxscape has quit [Quit: Connection closed]
kreyren has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #96559 → enlightenment.efl: add needed libraries → https://git.io/JULq5
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JUsfP
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #96558 → enlightenment.terminology: use absolute path to edje_cc → https://git.io/JULqX
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JUsf9
<{^_^}> [nixpkgs] @jonringer merged pull request #97116 → espanso: 0.7.0 -> 0.7.1 → https://git.io/JU3Hb
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « espanso: 0.7.0 -> 0.7.1 »: https://git.io/JUsf5
<{^_^}> [nixpkgs] @romildo merged pull request #96676 → marwaita-manjaro: init at 2020-08-29 → https://git.io/JUtrP
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JUsfA
<{^_^}> [nixpkgs] @FRidh merged pull request #93560 → Purity checking should accept $TMP and not just /tmp → https://git.io/JJCuw
<{^_^}> [nixpkgs] @FRidh pushed commit from @twhitehead to staging « Purity checking should accept $TMP and not just /tmp »: https://git.io/JUsfx
<{^_^}> [nixpkgs] @jonringer merged pull request #86368 → nixos/doc/releases: update the docs as promised → https://git.io/JfYSe
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JUsfp
<{^_^}> [nixpkgs] @FRidh merged pull request #87200 → libusb1: fix enableSystemd=false build → https://git.io/Jfnd6
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to staging: https://git.io/JUsfj
kreyren has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #97030 → python3Packages.ftputil: fix tests → https://git.io/JUOhU
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.ftputil: fix tests »: https://git.io/JUsJk
<{^_^}> [nixpkgs] @FRidh merged pull request #97126 → mesa: 20.1.6 -> 20.1.7 → https://git.io/JU3bp
<{^_^}> [nixpkgs] @FRidh pushed commit from @primeos to staging « mesa: 20.1.6 -> 20.1.7 »: https://git.io/JUsJI
mariatsji has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #97086 → intltool: add perl to propagatedBuildInputs → https://git.io/JU32Q
<{^_^}> [nixpkgs] @FRidh pushed commit from @kampka to staging « intltool: add perl to propagatedBuildInputs »: https://git.io/JUsJs
orivej has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #96481 → catt: fix pychromecast version → https://git.io/JUIYZ
<{^_^}> [nixpkgs] @jonringer pushed to master « catt: fix pychromecast version »: https://git.io/JUsJn
arjen-jonathan has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @FRidh pushed 165 commits to staging-next: https://git.io/JUsJc
<{^_^}> [nixpkgs] @FRidh pushed 166 commits to staging: https://git.io/JUsJW
<{^_^}> [nixpkgs] @FRidh merged pull request #97034 → gnupg: 2.2.22 -> 2.2.23 → https://git.io/JU3JC
<{^_^}> [nixpkgs] @FRidh pushed commit from @doronbehar to staging « gnupg: 2.2.22 -> 2.2.23 »: https://git.io/JUsJ8
<{^_^}> [nixpkgs] @FRidh merged pull request #97005 → libpfm: 4.10.1 -> 4.11.0 → https://git.io/JUOw7
<{^_^}> [nixpkgs] @FRidh pushed commit from @doronbehar to staging « libpfm: 4.10.1 -> 4.11.0 »: https://git.io/JUsJ4
xcmw has joined #nixos
<{^_^}> [nixpkgs] @cole-h closed pull request #97044 → gnupg: 2.2.21 -> 2.2.23 [security] → https://git.io/JU3qc
mariatsji has joined #nixos
veleiro has quit [Ping timeout: 256 seconds]
alexherbo2 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: disable failing builds to avoid evaluation errors on Hydra »: https://git.io/JUsJK
<{^_^}> [nixpkgs] @FRidh merged pull request #96423 → numpy: set runtime_library_dirs too → https://git.io/JUkoK
<{^_^}> [nixpkgs] @FRidh pushed commit from @matthewbauer to staging « numpy: set runtime_library_dirs too »: https://git.io/JUsJ6
<{^_^}> [nixpkgs] @FRidh merged pull request #96326 → libmpc: 1.1.0 -> 1.2.0 → https://git.io/JUUpv
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « libmpc: 1.1.0 -> 1.2.0 »: https://git.io/JUsJi
nickfornick has joined #nixos
<nickfornick> hello, I'm curious of nix-shell session persists or creates .config files and folders at my /home or is it also jailed?
alexherbo2 has joined #nixos
<cole-h> I don't think so. Could try stracing it to be sure, though.
<q3k[m]> it doesn't persist AFAIK
<q3k[m]> i mean, it might write things into the nix store if they're not yet available
<q3k[m]> but yeah, strace it to be sure
<{^_^}> [nixpkgs] @jonringer closed pull request #94676 → cpupower-gui: init at 0.8.0 → https://git.io/JJK2y
kleisli has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
maier has joined #nixos
<nickfornick> so I mean if I run atom from within a shell, will i get an atom .config file under my user?
<nickfornick> nvm thats a dumb question, thanks!
<fzakaria> nix-shell isn't in a chroot
<fzakaria> or any other namespacing
philr has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #96927 → python3Packages.hypothesis: 5.11.0 -> 5.30.0 → https://git.io/JUYLq
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to staging « python3Packages.hypothesis: 5.11.0 -> 5.30.0 »: https://git.io/JUsJh
<{^_^}> [nixpkgs] @FRidh pushed 188 commits to staging-next: https://git.io/JUsJj
<{^_^}> [nixpkgs] @FRidh opened pull request #97146 → Staging next → https://git.io/JUsUe
maier has quit [Ping timeout: 260 seconds]
maier has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « liquidhaskell and friends don't compile with ghc-8.8.x. »: https://git.io/JUsUq
NeoCron has joined #nixos
maier has quit [Ping timeout: 260 seconds]
buckley310 has joined #nixos
<{^_^}> [nixpkgs] @Chili-Man opened pull request #97147 → kubernetes-helm: 3.2.1 -> 3.3.1 → https://git.io/JUsUB
mmohammadi9812 has joined #nixos
<fzakaria> Anyone try guix ? I was just reading a little about it yesterday. I'm happy with NixOS but happy to hear about it from a first hand account.
maier has joined #nixos
maier has quit [Ping timeout: 260 seconds]
<cole-h> bqv uses guix (but on NixOS)
cole-h has quit [Quit: Goodbye]
sascha has joined #nixos
alp has quit [Ping timeout: 272 seconds]
sascha is now known as Guest98958
Guest98958 has quit [Client Quit]
mikeplus64 has quit [Ping timeout: 260 seconds]
mikeplus64 has joined #nixos
bqv has quit [Ping timeout: 240 seconds]
bqv has joined #nixos
zupo has joined #nixos
nickfornick has quit [Remote host closed the connection]
<{^_^}> [cabal2nix] @peti pushed to master « giGstLibOverrides: hackage2nix discovers these packages as a null binding now »: https://git.io/JUsTW
ris has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUsTz
<danderson> hm. Is there an easy way for me to set up a passthrough nixpkgs package proxy?
<fzakaria> wut guix on nixos?
<fzakaria> lol
<danderson> I'm using a couple derivations that hydra doesn't build (one for license reasons, I think; and one because I think hydra's just configured wrong but haven't had time to figure it out)
<{^_^}> [nixops-aws] @grahamc merged pull request #109 → Checked connections → https://git.io/JUsfU
<{^_^}> [nixops-aws] @grahamc pushed 3 commits to master: https://git.io/JUsT6
<danderson> I'd like to have those packages build on a beefy machine of mine, so my poor laptop doesn't have to keep recompiing this stuff.
<{^_^}> [nixops-aws] @grahamc merged pull request #110 → EC2 Backend: compare security groups as lists → https://git.io/JUsfY
<{^_^}> [nixops-aws] @grahamc pushed 2 commits to master: https://git.io/JUsTP
tobiasBora0 has joined #nixos
<danderson> so my ideal thing would be something that I can configure as a channel, which passes through most requests to an upstream, but also keeps a couple derivations freshly built locally and can serve those when upstream misses
karthik has joined #nixos
karthik is now known as Guest83015
alexherbo2 has quit [Ping timeout: 260 seconds]
o1lo01ol1o has quit [Read error: Connection reset by peer]
<Guest83015> Hi guys, I was trying to figure out what was the best way to get a startup script to run after my WM loads. It looks like .xsessionrc doesn't get picked up and I couldn't find anything in web searches except for some home-manager related things. Could you please point me in the right direction?
o1lo01ol1o has joined #nixos
<woffs> .xprofile
<symphorien[m]> danderson: not exactly what you asked for, but https://nixos.wiki/wiki/Distributed_build
<Guest83015> woffs - Awesome. I'll try it out :-)
<symphorien[m]> it will first ask the cache, and if it attempts to build, it will attempt to do so on the beefy machine
alp has joined #nixos
<danderson> symphorien[m]: nice. Probably close enough for my purposes
<danderson> although in my perfect world, I want some of these derivations that I know I need built in advance
<danderson> but "upgrade to bigger machine" is a good start
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #94579 → meshlab: 2020.03 -> 2020.07 → https://git.io/JJwEO
Guest83015 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @risicle pushed 2 commits to master: https://git.io/JUsT9
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-neat-interpolation: update the override for the latest version »: https://git.io/JUsTQ
<tobiasBora0> Hello, I've a few questions concerning nix flakes. In my flake.nix, I use "devShell = import ./shell.nix { inherit pkgs; };", which itself uses inputsFrom = [ XXX ], where XXX is exactly what I already wrote in my "packages" set in flake.nix. So my question is: is there a cleaner way to refer, from the shell.nix to the packages whose derivation is already present in the flake.nix?
inkbottle has quit [Ping timeout: 240 seconds]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: disable failing builds to avoid evaluation errors on Hydra »: https://git.io/JUskZ
<{^_^}> [nixpkgs] @jonringer merged pull request #97021 → svls: init at 0.1.17 → https://git.io/JUOHi
<{^_^}> [nixpkgs] @jonringer pushed commit from @trepetti to master « svls: init at 0.1.17 »: https://git.io/JUsk4
<iqubic> ,unstable
<{^_^}> How to install from unstable while remaining on stable: https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F . Also note that there's nixpkgs-unstable and nixos-unstable
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUsky
<{^_^}> [nixpkgs] @FelschR opened pull request #97149 → nodePackages.diagnostic-languageserver: init at 1.7.1 → https://git.io/JUskh
q_ink has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @saschagrunert opened pull request #97150 → ginkgo: 1.14.0 -> 1.14.1 → https://git.io/JUsIL
q_ink has joined #nixos
q_ink has quit [Client Quit]
<iqubic> immae: Sorry for not respondiing last night. I wasn't sure how long the nixos-install was going to take, so I set it running and just went to sleep. Turns out the partition type being wrong was the only issue that I had with systemd-boot not getting installed.
Denommus has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexherbo26 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUsIc
cosimone has joined #nixos
alexherbo2 has quit [Ping timeout: 264 seconds]
alexherbo26 is now known as alexherbo2
mariatsji has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lejonet closed pull request #94862 → nixos/packetbeat: Add basic module for packetbeat → https://git.io/JJP15
mariatsji has joined #nixos
Darkmatter66 has joined #nixos
Darkmatter66_ has quit [Ping timeout: 246 seconds]
mariatsji has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #95349 → python3Packages: remove broken, unmaintained packages → https://git.io/JJQgo
<{^_^}> [nixpkgs] @jonringer pushed 4 commits to master: https://git.io/JUsIS
<{^_^}> [nixpkgs] @jonringer merged pull request #95351 → python3Packages.zope_i18n: remove due to prolonged breakage → https://git.io/JJQXX
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.zope_i18n: remove due to prolonged breakage »: https://git.io/JUsI9
<{^_^}> [nixpkgs] @jonringer opened pull request #97151 → Home assistant plugins: pysqueezebox and yeelight → https://git.io/JUsIx
<immae> iqubic: thanks for the feedback! So it worked correctly (after reboot too?), or did I misunderstand your message?
<immae> (I wasn't aware it was the night for you :p )
<iqubic> It worked after I changed the partition type.
<{^_^}> [nixpkgs] @lejonet opened pull request #97152 → nixos/packetbeat: Add packetbeat module → https://git.io/JUsLe
<iqubic> And yes, I have NixOS installed on my new machine right now.
<immae> cool :)
<iqubic> I'm just in the process of archiving all my data in a tar.gz file so I can move it over to my new computer all at once.
<{^_^}> [nixpkgs] @mmahut merged pull request #97092 → wasabibackend: 1.1.11.1 -> 1.1.12 → https://git.io/JU3of
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JUsLL
seku has quit [Ping timeout: 246 seconds]
_ris has joined #nixos
ris has quit [Ping timeout: 264 seconds]
eoli3n_ has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #96560 → Update Haskell package set to LTS 16.12 (plus other fixes) → https://git.io/JULqj
<{^_^}> [nixpkgs] @peti pushed 31 commits to master: https://git.io/JUstI
<iqubic> Is there a way for home-manager to manage WMs for me?
<{^_^}> [nixpkgs] @peti pushed 23 commits to haskell-updates: https://git.io/JUstO
remo has joined #nixos
MichaelRaskin has joined #nixos
<{^_^}> [nixos-homepage] @garbas pushed to fix-nix-unstable-manual « bring back nix unstable manual »: https://git.io/JUstR
<{^_^}> [nixos-homepage] @garbas opened pull request #516 → Bring back nix unstable manual → https://git.io/JUstz
superherointj has joined #nixos
<{^_^}> [nixos-homepage] @garbas merged pull request #516 → Bring back nix unstable manual → https://git.io/JUstz
<{^_^}> [nixos-homepage] @garbas pushed 2 commits to master: https://git.io/JUsqT
<{^_^}> [nixos-homepage] @garbas pushed 0 commits to fix-nix-unstable-manual: https://git.io/JUsqk
lotharn has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 240 seconds]
xcmw has joined #nixos
mmohammadi9812 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
xcmw has quit [Client Quit]
<energizer> manage them?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/8c7ed979b98 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<bbigras> I'm using `use nix -p postgresql_12\nlayout postgres` in a .envrc but my shell.nix doesn't seem to be used anymore (like it was only with `use nix`). Do I need to specify the shell.nix file?
<{^_^}> [nixpkgs] @jonringer merged pull request #97150 → ginkgo: 1.14.0 -> 1.14.1 → https://git.io/JUsIL
<{^_^}> [nixpkgs] @jonringer pushed commit from @saschagrunert to master « ginkgo: 1.14.0 -> 1.14.1 »: https://git.io/JUsq7
xcmw has joined #nixos
somniac[m] has joined #nixos
<bbigras> ah it seems `-p` and path is exclusive with nix-shell
<{^_^}> [nixos-homepage] @garbas pushed 51 commits to integrate-nix-dev: https://git.io/JUsqb
<bbigras> and I'm dumb, I just needed to add postgresql_12 to my shell.nix's buildInputs. it's not needed for the layout part.
<catern> so is there a tool which takes a package from pip and generates the corresponding Nix packages and directories *in Nixpkgs* in a way that's suitable for upstreaming (with some manual edits)?
<catern> it would be convenient for me as a starting point for packaging...
<iqubic> Nearly done with switching to my new computer. I just have to wait for the emacs overlay I have to install EXWM, and all the emacs packages I have listed in my .emacs file.
<catern> nice perfect, this thing: nix perfec
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
remo has quit [Remote host closed the connection]
buckley310 has quit [Quit: Connection closed for inactivity]
trevoke has joined #nixos
<trevoke> Hi folks! I just installed NixOS on a 2011 iMac. Almost everything is great, the install has been smoother than most I remember. I have one strange issue - some tooltips are garbled, the text does not render correctly. This does not happen to all tooltips. I'm not completely sure how to search for this online...
<trevoke> So - have you come across this / what's the fix / what should I research? (I should mention I'm using KDE5)
<iqubic> *hello
<iqubic> Hell
<iqubic> Alright... So, I'm in a bit of a pickle here. lightdm is refusing to start my session.
<q3k[m]> trevoke: did you run any other linux distribution on this hardware before? first instinct is that this might be a driver/gpu bug
<q3k[m]> trevoke: if it's nvidia, maybe nouveau is acting up?
<trevoke> q3k[m]: this isn't Nvidia, no. I.. Uh .... I don't remember. I've had this computer ten years, I believe I installed Gentoo on it at some point but I don't recall.
<trevoke> iqubic: any error messages?
<q3k[m]> trevoke: no other idea then, sorry.
<iqubic> trevoke: lightdm just tells me: "failed to start session"
<trevoke> q3k[m]: do you think this could be related to the "nomodeset" thing that the installation manual refers to? I didn't use this when I booted the NixOS livecd and things worked fine (or at least, so I thought -- as I said, it doesn't happen to every tooltip)
<trevoke> iqubic: what's the last thing you touched around X / window managers / desktop launchers ?
<{^_^}> [nixpkgs] @FelschR opened pull request #97153 → omnisharp-roslyn: 1.35.2 -> 1.37.1 → https://git.io/JUsmV
<iqubic> I have "xsession.enable = true;" and "xsession.windowManager.command = `...`" set in home.nix, so home-manager should be managing it.
lucus16 has quit [Quit: WeeChat 2.8]
<iqubic> And I used the right kind of quotes in home.nix.
nature has joined #nixos
<iqubic> That was just a typo in writing it in IRC
<{^_^}> [nixpkgs] @smunix opened pull request #97154 → avro-cpp: 1.8.2 -> 1.10.0 → https://git.io/JUsmP
<trevoke> iqubic: so I'm *super-new* to NixOS, but uh dumb question, you ran nixos-rebuild switch?
<q3k[m]> trevoke: i can't say either way. i wouldn't be surprised if it would, so it might be worth a shot. i'm unfortunately not very well versed in the current linux graphics stack.
<iqubic> trevoke: I have.
salumu has joined #nixos
<trevoke> Hrrrrrrm. and you're not trying to launch X as root, right?
Extends has quit [Quit: leaving]
<iqubic> Nope.
<{^_^}> [nixpkgs] @catern opened pull request #97155 → pythonPackages.pdoc3: init at 0.9.1 → https://git.io/JUsmQ
<trevoke> or rather, not trying to launch the _client_ as root, but everything should be launched for you
<trevoke> aaaaaand if you reboot? (in theory shouldn't be needed, I think the service should be started for you). Oh hey, additional question, when and how do you see that message?
<iqubic> I type in my username and password into lightdm, and then it quickly displays some text on screen, below the password entry box saying: "failed to start session"
<salumu> anyone can help point to the steps to submit a pull request (updating the version of packages in nixpkgs)? I've submitted this for avro-cpp, https://github.com/NixOS/nixpkgs/pull/97154
<{^_^}> #97154 (by smunix, 4 minutes ago, open): avro-cpp: 1.8.2 -> 1.10.0
nature has quit [Ping timeout: 258 seconds]
<salumu> ah, it looks like it was picked up just right now? I see this nice little notification above (by smunix) :)
<trevoke> iqubic: hmm .. see if you can find the session picker and make sure you select the desktop manager / window manager of your choice?
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #96963 → doc: nodejs: Update override example to use overlays → https://git.io/JUYNt
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JUsmh
<iqubic> I'm trying to run "home-manager switch" and I'm getting this "error: file 'home-manager/home-manager/home-manager.nix was not found in the Nix search path (add it using $NIX_PATH or -I)"
<iqubic> So, that's worrying.
<trevoke> If lightdm boots up properly then X is started properly and lightdm is started properly, so it's a matter of making sure that it knows what to do once you logged in
<iqubic> Yeah.
<iqubic> I want to run "home-manager switch" once more to make sure that everything's fine, but I can't.
<trevoke> iqubic: if you hit ctrl-alt-F1 you'll get to a terminal
<iqubic> I know.
<iqubic> I just did that.
<trevoke> and that doesn't work?
<iqubic> No, I can get to a tty.
<trevoke> (or rather, why can't you run it in there?)
<iqubic> Did you see the message I posted above?
<iqubic> I'm trying to run "home-manager switch" and I'm getting this...
<trevoke> I did; I found the github page for home-manager and I'm reading the readme as fast as I can
<trevoke> But you said "you can't run it again" -- ah! maybe I misunderstand. In my words, you CAN run it again, but it errors out
<trevoke> Fair description?
<iqubic> Yes.
<xcmw> What does this error mean? I am trying to install nix without root on Ubuntu 20.04.1 LTS with nix-user-chroot https://pastebin.pl/view/raw/3722bcfa
<iqubic> I managed to run "home-manager switch" once on this new machine, but then I rebooted, and now I get errors.
<iqubic> I recall that I had these same errors on the last machine I installed Home-Manager on, but I don't recall the solution.
kreyren has joined #nixos
<trevoke> So, according to the home-manager readme, you also have "services.xserver.enable = true" in your system config? (I'd guess so, since you have X running)
<iqubic> Yes.
<iqubic> I have no idea what the issue is here.
<trevoke> iqubic: I think I've reached the end of the help I can provide - if you have rebooted already then everything should be as indicated in the home manager readme .. Have you added the hm-session-vars.sh file to your bash-profile / shell profile?
<iqubic> No. But I don't think I need to, as I'm having home-manager manage my shell configuration.
<trevoke> xcmw: I'm not sure -- the key is "cross-device link", so that might be the thing to research online / in the installation manual / in the troubleshooting page ?
<{^_^}> [nixpkgs] @jonringer merged pull request #97143 → [20.03] Backport rustup fix from master → https://git.io/JUsv9
<{^_^}> [nixpkgs] @jonringer pushed commit from @Gerschtli to release-20.03 « rustup: add zlib as runtime dependency »: https://git.io/JUsY8
<trevoke> iqubic: gotcha. and in your home.nix , you have programs.home-manager = { enable = true; path = ... } ?
<iqubic> Something like that.
<trevoke> I'm on very shaky ground as far as providing help here, so .. uh ... what does that mean?
<iqubic> I just rebooted and now home-manager isn't giving me any errors.
<trevoke> iqubic: are you in your DE/WM now ?
<iqubic> And home-manager is managing my shell because I have programs.zsh = { enable = true; ...}; in home.nix
<iqubic> trevoke: No I am not.
<trevoke> Okay, so we're done with the "missing home-manager.nix" file, which is nice
<iqubic> When I click on the lightdm session picker icon, I get a white rectangle, with no text on it.
<judson> How terrible would it be to add a systemd/user-generator that ran e.g. ~/.systemd/user-generator/* ?
<iqubic> If you can't help me, I'm totally fine waiting until someone else can.
<judson> iquibic, what does your NIX_PATH look like?
NeoCron has quit [Remote host closed the connection]
<iqubic> /home/avi/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
<judson> IIRC, home-manager gives me headaches much like the error you're reporting if nixpkgs= is included in the NIX_PATH
<judson> See what happens if you change it so that the 2nd entry is removed?
<iqubic> I don't want to break a working setup
<tobiasBora0> Hello, I'm trying to use https://www.mankier.com/8/nixos-build-vms to create some test VM, and I'd like to do two things. The first thing I'd like to do is to configure temporarily *multiples* hostname to the VM, so that I can try them. I saw deployment.targetHost = "test1.example.net";, but it does not accept a list. Is there something like deployment.targetHosts = ["www.ex.net" "git.ex.net"];?
<trevoke> iqubic: it's easy enough to re-add that entry in the NIX_PATH later, isn't it?
<judson> Or even change it for the one invocation
<iqubic> I'm not going to mess with it, even if it easy to fix.
<judson> Can you still not run home-manager though?
<iqubic> Oh, I can run home-manager.
<iqubic> It's fixed now, after a reboot.
<judson> Okay - nm :)
orivej has joined #nixos
<iqubic> It's just that I can't launch my WM.
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/fd457ecb6cc (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Guest48 has joined #nixos
<Guest48> Hi there, I was trying to build my first Nix package, and I'm running into some weirdness with `buildRustPackage`. The project doesn't have a Cargo.lock upstream, so I manually generated a patchfile and added it to `cargoPatches`. At this point, I'm able to build the project with a clean `nix-shell --pure`, however I can't get it to build for
<Guest48> nixpkgs.
<trevoke> iqubic: yeah, I'm sorry, that's as far as I can provide help, unfortunately.
<iqubic> Totally fine.
<Guest48> Hi there, I was trying to build my first Nix package, and I'm running into some weirdness with `buildRustPackage`. The project doesn't have a Cargo.lock upstream, so I manually generated a patchfile and added it to `cargoPatches`. At this point, I'm able to build the project with a clean `nix-shell --pure`, however I can't get it to build for
<Guest48> nixpkgs. Error follows:
<Guest48> Hi there, I was trying to build my first Nix package, and I'm running into some weirdness with `buildRustPackage`. The project doesn't have a Cargo.lock upstream, so I manually generated a patchfile and added it to `cargoPatches`. At this point, I'm able to build the project with a clean `nix-shell --pure`, however I can't get it to build for
<Guest48> nixpkgs. Error follows: ```Caused by: failed to load pkg lockfileCaused by: failed to select a version for `resvg`. ... required by package `rumno v0.1.0 (/build/source)`versions that meet the requirements `*` are: 0.11.0the package `rumno` depends on `resvg`, with features: `cairo-backend` but `resvg` does not have these features.```
<Guest48> Hi there, I was trying to build my first Nix package, and I'm running into some weirdness with `buildRustPackage`. The project doesn't have a Cargo.lock upstream, so I manually generated a patchfile and added it to `cargoPatches`. At this point, I'm able to build the project with a clean `nix-shell --pure`, however I can't get it to build for
<Guest48> nixpkgs.
<Guest48> Oops, sorry for the spam, IRC hotkeys aren't really my strong suit :-(
<iqubic> Please don't send the same long message multiple time.
<Guest48> iqubic - It was accidental, didn't mean to.
TweyII has joined #nixos
<TweyII> https://paste.laravel.io/b10a113d-558e-4798-9d7c-c0c618755239 — I don't understand why this module causes infinite recursion
<TweyII> It seems that calling `attrNames config.tmodule` attempts to evaluate the whole of `config` for some reason?
S0rin has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @zowoq opened pull request #97156 → gitAndTools.delta: 0.4.1 -> 0.4.3 → https://git.io/JUsOb
S0rin has joined #nixos
S0rin has quit [Client Quit]
gustavderdrache has quit [Quit: Leaving.]
Guest48 has quit [Ping timeout: 245 seconds]
alp has quit [Ping timeout: 272 seconds]
S0rin has joined #nixos
S0rin has quit [Client Quit]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
D_ has quit [Ping timeout: 240 seconds]
<TweyII> Oh wait I get it, it's because the keys defined in config depend on one of the values in config
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #97041 → hydrogen: 0.9.7 -> 1.0.1 → https://git.io/JU3kj
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « hydrogen: 0.9.7 -> 1.0.1 (#97041) »: https://git.io/JUssY
trevoke has quit [Read error: Connection reset by peer]
__monty__ has quit [Quit: leaving]
D_ has joined #nixos
trevoke has joined #nixos
gv has quit [Remote host closed the connection]
lotharn has joined #nixos
gv has joined #nixos
trevoke has quit [Read error: Connection reset by peer]
<fzakaria> how well does NixOS run on raspberry ?
trevoke has joined #nixos
<fzakaria> Guest48: did you solve your problem ? You never included the error
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
evanjs has quit [Quit: ZNC 1.8.1 - https://znc.in]
<samueldr> fzakaria: depends which
<samueldr> it goes from poor experience due to not having cache, to good to bad, to passable
<samueldr> all depending on the use case
<samueldr> a chunk of it being from the fact that the raspberry pi is kind of a special platform that needs extra care
<fzakaria> i am running pihole + ubiquiti on two raspberries; i must have been hit with a rock
<fzakaria> cause i was considering moving them to nixos ;)
alp has joined #nixos
trevoke has quit [Read error: Connection reset by peer]
spudly- has joined #nixos
spudly- has joined #nixos
spudly- has quit [Changing host]
evanjs has joined #nixos
<infinisil> That is the natural reaction people have when they discover NixOS :P
spudly has quit [Ping timeout: 264 seconds]
spudly- is now known as spudly
<clever> samueldr: ive been digging into the rpi caches lately, and i now see how big the caches are on each stage on each model
<clever> samueldr: pi1 has 16kb each of L1i/L1d, and no L2 on the arm itself, but it can leech off the 128kb of GPU L2
trevoke has joined #nixos
<clever> samueldr: pi2 has 32kb each of L1i/L1d, then 512kb of L2, with the GPU L2 being isolated and GPU only
trevoke has quit [Read error: Connection reset by peer]
<samueldr> maybe something to expand upon in #nixos-aarch64, as it's getting off-topic just a tad for #nixos ;)
<samueldr> (the raspberry pi caches comments)
eoli3n_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #95358 → fontconfig: Stop using versioned config dirs → https://git.io/JJQpq
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to staging: https://git.io/JUssh
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<colemickens> If I'm trying to package something that is a big collection of NPM packages (Theia IDE) and I want to do it out-of-nixpkgs, is node2nix still to tool I should use?
<colemickens> NEW
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #96648 → exiv2: 0.27.2 -> 0.27.3 → https://git.io/JUtGI
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JUsGL
<notgne2> colemickens (chat.freenode.net): I'd use pnpm2nix but ymmv
ris has joined #nixos
duckonomy has quit [Ping timeout: 244 seconds]
_ris has quit [Ping timeout: 258 seconds]
njha[m] has joined #nixos
duckonomy has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97158 → gleam: 0.10.1 -> 0.11.2 → https://git.io/JUsGR
<{^_^}> [nixpkgs] @jtojnar pushed 49 commits to staging-next: https://git.io/JUsGz
<fzakaria> What are people's thoughts on using home-manager `files` option to symlink files to ~ vs. creating a wrapper to run the binary with the desired config.
<fzakaria> I find myself being lazy and just using `files`; but i much rather do the latter
<{^_^}> [nixpkgs] @jtojnar pushed 5 commits to staging-next: https://git.io/JUsGa
euandreh has quit [Remote host closed the connection]
<{^_^}> [nixos-org-configurations] @worldofpeace opened pull request #120 → 20.09 channels → https://git.io/JUsGr
<infinisil> fzakaria: I once started making this: https://github.com/Infinisil/nix-xdg
<colemickens> Looks like this project uses yarn and has a custom yarn command. I wonder if yarn2nix supports that :|
<fzakaria> infinisil: interesting; i like it. It looks like a little more friendliness over wrapProgram
<fzakaria> why
<fzakaria> why did you abandon* ?
<infinisil> Not sure
sierraDelta has joined #nixos
<infinisil> Oh but yeah that's not wrapping packages with a declarative config
<infinisil> It just fixes programs that want their config in ~ by default
<infinisil> Makes them use ~/.config, etc. instead
<infinisil> So not exactly what you're asking
<sierraDelta> My search foo is failing me for something that seems like it should be obvious/simple: how do I add to my shell's $PATH variable?
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97159 → gmt: 6.1.0 -> 6.1.1 → https://git.io/JUsGb
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #95617 → weston: 8.0.0 -> 9.0.0 → https://git.io/JJdhY
<{^_^}> [nixpkgs] @primeos pushed to master « weston: 8.0.0 -> 9.0.0 (#95617) »: https://git.io/JUsGj
<infinisil> sierraDelta: export PATH=<thingtoadd>:$PATH
<energizer> ^ but usually that's not the nix way
<energizer> which is to just install programs so they're accessible, not to alter path manually
<infinisil> I have the tendency to answer too loose questions with intentionally unfit answers :P
o1lo01ol1o has quit [Ping timeout: 260 seconds]
cosimone has quit [Quit: Quit.]
quinn has joined #nixos
<energizer> it might help newbies to mention "this is the wrong answer but" :)
<sierraDelta> Yes, I know how to export a variable in the shell. I was looking on how to add a path in my ~ to the bashrc that gets configured by configuration.nix
jumper149 has quit [Quit: WeeChat 2.9]
<yurb> um, but maybe not - PATH is probably a special case
<energizer> sierraDelta: nixos is designed for the programs available on PATH to be immutable. are you trying to use nixos but use a mutable PATH instead? what is the motivation for that?
<yurb> zurk: (I agree with energizer but just fyi: https://search.nixos.org/options?show=environment.extraInit&query=extraInit )
<energizer> (who is zurk)
<energizer> is this a matrix/irc thing
<yurb> I guess yes
fresheyeball has joined #nixos
<fresheyeball> hey out there
<fresheyeball> I am baking a new nixops deployment
<fresheyeball> and I am getting failure on acme certs
<fresheyeball> in journalctl the error is clear
<fresheyeball> open certificates/gsc.crt: no such file or directory
<iqubic> does anyone know how to get home-manager to manage my WM?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97160 → go-migrate: 4.11.0 -> 4.12.2 → https://git.io/JUsZ0
<fresheyeball> why? Do I need to make the file or something?
<fresheyeball> I don't get it, never seen this before
<iqubic> I'm trying to do this, but when I attempt to log into lightdm, with my username and password, lightdm tells me that it has failed to start the session.
<fresheyeball> iqubic: I don't think you can
<iqubic> Really?
<{^_^}> [nixos-homepage] @davidak pushed to pre-nixcon-survey « Add pre-nixcon survey banner »: https://git.io/JUsZz
<fresheyeball> oh wait, you are on window manager
<fresheyeball> yeah maybe, I don't use home manager
<fresheyeball> I know lightdm can't be though
<iqubic> fresheyeball: I'm trying to do this: https://github.com/rycee/home-manager#graphical-services
<energizer> i think something is wrong with the home manager integration, i never got it to work
<iqubic> Really? That's a big shame.
<fresheyeball> this is for sure out of date
superherointj has quit [Quit: Leaving]
<{^_^}> [nixos-homepage] @davidak opened pull request #517 → Add pre-nixcon survey banner → https://git.io/JUsZ6
<energizer> iqubic: it doesn't matter in most cases, configuration.nix can handle it. also there are some github issues with suggestions i haven't tried
<energizer> i just use the nixos lightdm config instead of the hm one and that works fine
<iqubic> I see. I'm running a little bit of a more complex set-up.
ardumont has quit [Ping timeout: 260 seconds]
<energizer> make sure to check the system journal for errors
<energizer> or your wm log if that's elsewhere
<iqubic> My WM doesn't really have a log. I'm trying to run EXWM
<iqubic> Perhaps adisbladis knows how to do this.
<energizer> adis's config is publci
<energizer> public
<iqubic> I know. I've looked at the config, but I'm still not sure how he manages to get Emacs started.
Maxdamantus has quit [Ping timeout: 258 seconds]
Maxdamantus has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<fresheyeball> http://ix.io/2w9z
<fresheyeball> I don't understand why this is so hard now in 20.03
<fresheyeball> I get both the acme cert failing
<fresheyeball> and no response in my browser, even though the A record is there
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/51d115ac89d (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<{^_^}> [nixpkgs] @jtojnar opened pull request #97161 → exiv2: clean up → https://git.io/JUsnZ
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 256 seconds]
Mateon2 is now known as Mateon1
mariatsji has joined #nixos
gv has quit [Remote host closed the connection]
mariatsji has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97162 → gotestsum: 0.5.2 -> 0.5.3 → https://git.io/JUsnu
tobiasBora0 has quit [Read error: Connection reset by peer]
gv has joined #nixos
tobiasBora0 has joined #nixos
leah2 has quit [Ping timeout: 256 seconds]
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @endorphin opened pull request #97163 → vimPlugins.Coqtail : init at 2020-08-27 → https://git.io/JUsn9
<m1cr0man> fresheyeball: What part of the acme cert gen is failing? It could cause the second issue (by causing nginx not to start)
<fresheyeball> m1cr0man: systemctl says nginx is up
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/51d115ac89d (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<m1cr0man> Ok that's good
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
<fresheyeball> I don't know. what is failing. It just says that certificates/my.crt is not found
<m1cr0man> fresheyeball: Is that in the acme-$yourdomain.service logs?
<fresheyeball> yes
<m1cr0man> fresheyeball: If you could send me on the full log I can see if I can figure it out
<m1cr0man> And you're right too, those docs are totally out of date
<fresheyeball> m1cr0man: so here is the thing
<fresheyeball> I just removed the acme stuff from nginx
<fresheyeball> and I STILL can't reach the box in my browser
<fresheyeball> I think dns might be an issue or something
<Raito_Bezarius> dig ?
<Raito_Bezarius> if you want, we can check dns prop here
thc202 has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
<fresheyeball> how?
<fresheyeball> can you check gsc.platonic.systems?
<fresheyeball> I am looking, and the A record is what I would expect
<Raito_Bezarius> gsc.platonic.systems.1800INA139.178.69.91
<Raito_Bezarius> there is a proper A on this
<fresheyeball> yeah and that's the right IP
<fresheyeball> grr
<Raito_Bezarius> firewall?
<fresheyeball> I don't think so
<fresheyeball> Raito_Bezarius: http://gsc.platonic.systems/
<fresheyeball> can you reach that?
xcmw has joined #nixos
<Raito_Bezarius> it's stuck in connecting
<fresheyeball> right
<fresheyeball> that's what I get too
<fresheyeball> :(
<Raito_Bezarius> it does not ping also
<m1cr0man> I can SSH to that address
<Raito_Bezarius> a quick nmap shows that only 22 is open
<m1cr0man> It looks like firewall? Lemme check something really quick
<Raito_Bezarius> 80/443 is not open
<fresheyeball> hmm
<Raito_Bezarius> so that's definitely firewall *or* nginx is not binding
<Raito_Bezarius> netstat -tulpe shows what fresheyeball ?
<Raito_Bezarius> do you see nginx binding there?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #97164 → grafana-loki: 1.6.0 -> 1.6.1 → https://git.io/JUsck
<m1cr0man> fresheyeball: From what I can see nginx module does not automatically open the ports. Have you added 80 and 443 to allowedTCPPorts?
<fresheyeball> is firewall on by default now?
<Raito_Bezarius> i think you need to explictly disable it