andi- changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2019 || For best support,
<{^_^}> [nixpkgs] @grahamc merged pull request #76585 → virtualization/amazon-init: log multiple nix channels, fix nix path. → https://git.io/JeNIX
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JvLA3
cosimone has quit [Ping timeout: 260 seconds]
fenedor has quit [Quit: Leaving]
<pitch> is it possible to work from scratch? or do i have to start with systemd? i really dislike the philosophy and usability of it.
fendor has joined #nixos
<evanjs> Honestly it's quite manageable with NixOS, but then I've never really disliked it anyway *shrugs* but afaik, it's not possible to use NixOS without systemd entirely atm
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
orivej has quit [Ping timeout: 272 seconds]
m0rphism has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a0fedb11078 (from 36 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<buckley310> pitch, systemd is so inter-twined with nixos that you probably dont want to bother. its either systemd, or build your own alternative OS on top of nix
wavirc22 has quit [Ping timeout: 260 seconds]
<pitch> too bad. so nixos is out of the picture for me
<pitch> systemd defaults to too many bad practices
<{^_^}> [nixpkgs] @Profpatsch opened pull request #78337 → lib: improve cli module → https://git.io/JvLAK
siiky has quit [Quit: leaving]
<{^_^}> [nixpkgs] @ryantm merged pull request #78261 → picard-tools: 2.21.3 -> 2.21.6 → https://git.io/JvLgX
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvLAP
<{^_^}> [nixpkgs] @ryantm merged pull request #78290 → python37Packages.aioresponses: 0.6.1 -> 0.6.2 → https://git.io/JvLK2
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvLAM
<{^_^}> [nixpkgs] @r-ryantm opened pull request #78338 → libsForQt5.qtutilities: 6.0.2 -> 6.0.3 → https://git.io/JvLAy
siiky has joined #nixos
<pitch> so is there a nice manual of how to build an OS on nix? it will be my first attempt in doing so. so good documentation would be noice
<samueldr> if you mean not-nixos based, not that I know, but there is this example of one https://github.com/cleverca22/not-os/
<buckley310> that question is so loaded...
<buckley310> oh, that seems easier than i thought
<samueldr> though as nix, nixpkgs and nixos development is for most purposes linked, there's not been much work that I know of outside of nixpkgs
<samueldr> the two others I know (one is not public) are still forks of nixpkgs
<samueldr> pitch: you could also be intersted in Guix SD, which have a bunch of the same concepts
<adisbladis> samueldr: They're also switching to systemd now though
<adisbladis> Or so I've heard
<samueldr> I haven't verified, but I believe they're using gnu shepher instead of systemd
<samueldr> oh
<samueldr> shepherd*
fendor has quit [Ping timeout: 260 seconds]
<monokrome> Is there an automated process that runs nixos-rebuild at a regular interval in nixos?
<monokrome> or did I set that up somewhere? lol
<samueldr> you set it up
<monokrome> haha thanks
<samueldr> system.autoUpgrade.enable
<monokrome> just double checking
fresheyeball has joined #nixos
jgeerds has quit [Ping timeout: 258 seconds]
<monokrome> oh dang that's it!
<fresheyeball> anyone have an example of nginx with a Content-Security-Policy?
<monokrome> I was like over here pulling out my hair, like, "crontab isn't installed... where is this happening?!"
<monokrome> lol
<fresheyeball> I have been trying with commonHttpConfig
<fresheyeball> and it always fails with the same error
<fresheyeball> AttributeError: 'Block' object has no attribute 'header'
fendor has joined #nixos
<monokrome> maybe better for #nginx? or do you mean an example of configuring nginix.conf in general?
<evanjs> monokrome: here's a bonus -- in case you're feeling extra lazy haha https://github.com/evanjs/nixos_cfg/blob/291a6ca44cf253f80ddeb2c6d9b7329ae3bab92e/services/autoPull.nix
<adisbladis> re systemd: I do think we're in the interesting position were we _could_ potentially make systemd optional since in theory at least we generate our own systemd units and that could be turned into something backend agnostic
fabiomen10[m] has joined #nixos
Guest91401 has quit [Quit: WeeChat 2.7]
<buckley310> fresheyeball: something like this: extraConfig = '' location /static/ { add_header Cache-Control 'max-age=31536000'; } '';
<adisbladis> Would require lots of blood, sweat and tears though
<monokrome> evanjs: nice =^.^=
<evanjs> I have my nixos config updated every 30 minutes (save for git conflicts) and my systems rebuild every 6 hours
<adisbladis> And would be hard to get through and merged
<monokrome> I AM feeling extra lazy
<samueldr> yeah, I think efforts to make it easier to stay systemd-agnostic would be well received, but not sure about an alternative built-into nixos per-se
<buckley310> fresheyeball, last time i checked, it was a custom header or nothing
<evanjs> oh. hourly. close enough
<monokrome> Does systemd-agnostic mean allowing other services to replace it?
<monokrome> That was the hardest thing to sign onto when I adopted nix, but it's so good lol
<adisbladis> samueldr: Maybe not. I'm not at all sure what that would look like.
<samueldr> adisbladis: "maybe not" about changes that makes nixos more agnostic to systemd?
<buckley310> a systemd-agnostic distro basically just means a system with sysv scripts that can be shimmed into any init system. very few benefits over straight systemd.
<samueldr> or about those with an alternative?
<adisbladis> maybe not to "but not sure about an alternative built-into nixos per-se"
<buckley310> straight sysv*
<samueldr> yeah, that was my tactful way of saying "an alternative as part of Nixpkgs/NixOS is probably not happening"
<evanjs> samueldr++
<{^_^}> samueldr's karma got increased to 154
<evanjs> yeah i feel the same way, but don't have enough knowledge on systemd+alternatives to know what the possibilities really are or to be able to argue for it.
<samueldr> at least, not with the current history
<evanjs> all I know is that this works great for me
<adisbladis> We'd also have to shim _a lot_ of systemd features
<adisbladis> Like... Service management
<adisbladis> Which sysvinit does not
<adisbladis> do
<adisbladis> Some reliable way to wait for services, socket activation etc etc
<adisbladis> Looking into this made me really appreciate systemd a lot more.
growpotk- has joined #nixos
<adisbladis> buckley310: Though it might be worth it to be able to target freebsd and other kernels
<adisbladis> Heavy emphasis on "might be"
<buckley310> like nixos on the freebsd kernel?
<buckley310> debian "kfreebsd" style
<simpson> buckley310: There's a channel for that, #freebsd-nix
<simpson> Or, at least, there's a channel, and if there's a channel for that, then that's the channel.
AmandaC has quit [Read error: Connection reset by peer]
<samueldr> I think it's good to keep avenues open to reduce the risks of monocultures as monocultures are generally ungood
<adisbladis> Another idea: Using NixOS configs to generate kubernetes deployments
<pitch> samueldr: buckley310 adisbladis thanks for your thoughts but i really dislike the lockin mechanisms taking place arround systemd and therefore i wont use it. ill look into not-OS and keep a close eye on nixOS . the backend agnostic idea sounds nice.
<keithy[m]> I am thinking/hoping that the nix flakes initialive will provide the basis for more flexibility
<simpson> pitch: Sure, systemd is terrible. In fact, AFAICT, there's no such thing as good software. A real shame, but that's life.
mDuff has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #78339 → terraform: 0.12.19 -> 0.12.20 → https://git.io/JvLxe
<pitch> simpson: you misread me. i think systemd was a great ideo in general
<{^_^}> [nixpkgs] @jonringer merged pull request #78333 → python27Packages.qtawesome: 0.6.0 -> 0.6.1 → https://git.io/JvLbr
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.qtawesome: 0.6.0 -> 0.6.1 »: https://git.io/JvLxv
<keithy[m]> There are other via options
<keithy[m]> * There are other viable options s6 and 66
<keithy[m]> and execline instead of absh
<{^_^}> [nixpkgs] @jonringer merged pull request #78330 → python37Packages.praw: 6.4.0 -> 6.5.1 → https://git.io/JvLFb
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.praw: 6.4.0 -> 6.5.1 »: https://git.io/JvLxJ
<keithy[m]> * and execline instead of bash
fendor has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #78332 → python27Packages.stripe: 2.41.0 -> 2.42.0 → https://git.io/JvLbu
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.stripe: 2.41.0 -> 2.42.0 »: https://git.io/JvLxU
<gchristensen> pitch: no worries :) I look forward to seeing what you build! :)
<pitch> but the problem i see is that it defaults to start any service availible as long as you dont tell it otherwise. and that a lot of software starts to rely on systemd beeing present and it takes a lot of effort to get if working on other init systems
Rusty1 has quit [Remote host closed the connection]
<simpson> Sure. This is probably because init systems are not good as a design pattern.
<pitch> i think poettering had a very nice vision that died somewhere on the way to providing DNS...
<simpson> Oh well. Visions and ideas are easy; it's the code that's hard to get right.
<pitch> s/hard/impossible
<gchristensen> what poettering did or didn't do right is probably not an on-topic discussion here, fwiw
<{^_^}> [nixpkgs] @marsam opened pull request #78340 → vault: 1.3.1 -> 1.3.2 → https://git.io/JvLxL
<buckley310> systemd's PID1 component and the DNS component are separate things that just live in the same repo
waleee-cl has quit [Quit: Connection closed for inactivity]
kleisli has quit [Ping timeout: 268 seconds]
<pitch> buckley310: i'd love to take this discussion further but since this channel is on nixOS i tend to follow gchristensen and let the topic rest.
<buckley310> if you feel like it, #nixos-chat
<pitch> lets see if we can maintain a polyculture of initsystems ;)
<gchristensen> +1
<{^_^}> [nixpkgs] @marsam merged pull request #77991 → pypy: fix build on darwin → https://git.io/JvkRm
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvLxs
<pitch> buckley310: tbh i feel like going to bed atm
<{^_^}> [nixpkgs] @jonringer merged pull request #78293 → python37Packages.azure-mgmt-hdinsight: 1.3.0 -> 1.4.0 → https://git.io/JvL6k
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-hdinsight: 1.3.0 -> 1.4.0 »: https://git.io/JvLxG
<buckley310> ok. good night :)
tertl3 has joined #nixos
<pitch> thx :)
turona has quit [Ping timeout: 272 seconds]
turona has joined #nixos
halfbit has quit [Ping timeout: 272 seconds]
codedmart has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.html2text: 2019.9.26 -> 2020.1.16 »: https://git.io/JvLxl
<{^_^}> [nixpkgs] @jonringer merged pull request #78289 → python37Packages.html2text: 2019.9.26 -> 2020.1.16 → https://git.io/JvLK3
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9894a1b4c25 (from 88 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @jonringer merged pull request #78285 → python27Packages.azure-mgmt-recoveryservicesbackup: 0.5.0 -> 0.6.0 → https://git.io/JvLoB
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-recoveryservicesbackup: 0.5.0 -> 0.6.0 »: https://git.io/JvLx8
Synthetica has quit [Quit: Connection closed for inactivity]
srid-irccloud has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @jonringer merged pull request #78284 → python37Packages.azure-mgmt-netapp: 0.7.0 -> 0.8.0 → https://git.io/JvLot
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-netapp: 0.7.0 -> 0.8.0 »: https://git.io/JvLxu
<{^_^}> [nixpkgs] @worldofpeace merged pull request #78157 → unison-ucm 1.0.M1g-alpha -> 1.0.M1h-alpha → https://git.io/JvLer
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvLxz
<{^_^}> [nixpkgs] @jonringer merged pull request #78273 → python27Packages.diff_cover: 2.5.0 -> 2.5.2 → https://git.io/JvLw3
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.diff_cover: 2.5.0 -> 2.5.2 »: https://git.io/JvLxg
<{^_^}> [nixpkgs] @marsam merged pull request #78095 → sratom: 0.6.2 -> 0.6.4 → https://git.io/JvIcp
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvLxw
<{^_^}> [nixpkgs] @marsam merged pull request #78093 → serd: 0.30.0 -> 0.30.2 → https://git.io/JvIcA
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvLxr
<{^_^}> [nixpkgs] @marsam merged pull request #78154 → megacmd: init at 1.1.0 → https://git.io/JvIpZ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvLxi
alexherbo26 has joined #nixos
AmandaC has joined #nixos
alex`` has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #78275 → python37Packages.aiohttp-socks: 0.3.3 -> 0.3.4 → https://git.io/JvLw5
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.aiohttp-socks: 0.3.3 -> 0.3.4 »: https://git.io/JvLxy
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo26 is now known as alexherbo2
<{^_^}> [nixpkgs] @riannucci opened pull request #78341 → pyenchant: Fix for darwin/macOS → https://git.io/JvLxH
jluttine has quit [Ping timeout: 265 seconds]
kvda has joined #nixos
alex`` has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #77483 → crun: 0.10.6 -> 0.11 → https://git.io/JvfkX
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JvLx5
<{^_^}> [nixpkgs] @marsam merged pull request #78267 → python37Packages.jupyter_console: 6.0.0 -> 6.1.0 → https://git.io/JvLVe
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvLxd
ixxie has quit [Ping timeout: 268 seconds]
<evanjs> anybody else seeing slow pasting in terminals on 20.03?
<evanjs> like it looks like it's "typing out" half of it and then snaps to the end
jluttine has joined #nixos
<evanjs> terminal emulators*, not ttys
M2easy2do[m] has joined #nixos
<M2easy2do[m]> Hey Guys I am new with NixOS and i have a problem could someone help me?
<evanjs> M2easy2do[m]: depends on what is is, and how accesible your config is if needed
infinee has quit [Quit: WeeChat 2.7]
<M2easy2do[m]> I feel like it will be fairly easy the thing is taht i jsut installed for first time nixos i got kde working so i am now trying to switch to my prefered wm (Herbstluft), i already enabled it the only prolblem is that icant find the config file for it
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<evanjs> services.xserver.windowManager.herbstluftwm.configFile
<evanjs> for more info - https://nixos.org/nixos/options.html#services.xserver.windowmanager.herbstluftwm.configfile
<evanjs> or man configuration.nix
<evanjs> set that to the path of your config file, else it'll use $XDG_CONFIG_HOME/herbstluftwm/autostart
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a0fedb11078 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<M2easy2do[m]> WOW. thankyou so much and sorry for noob question
<evanjs> nah it's fine. hope that's all it was!
fresheyeball has quit [Quit: WeeChat 2.6]
kvda has joined #nixos
<M2easy2do[m]> Will try it in a few minutes will report bakc if worked or not
<{^_^}> [nixpkgs] @jonringer opened pull request #78342 → python38Packages.aiohttp: disable → https://git.io/JvLpv
kleisli has joined #nixos
werner291 has quit [Remote host closed the connection]
k4ra has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvLpY
<evanjs> ughhh taffybar, y u no give me hoogle docs? are packages given to services.hoogle.packages guaranteed to show up on the resulting hoogle server?
Rusty1 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
growpotk- has quit [Ping timeout: 268 seconds]
knupfer1 has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
knupfer1 is now known as knupfer
judson_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #78270 → python27Packages.azure-mgmt-containerservice: 8.1.0 -> 8.2.0 → https://git.io/JvLVz
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-containerservice: 8.1.0 -> 8.2.0 »: https://git.io/JvLpi
<{^_^}> [nixpkgs] @jonringer merged pull request #78278 → python27Packages.azure-mgmt-media: 2.0.0 -> 2.1.0 → https://git.io/JvLrl
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-media: 2.0.0 -> 2.1.0 »: https://git.io/JvLp9
<M2easy2do[m]> Checking back it worked!
<M2easy2do[m]> Thank you so much for the help!
lovesegfault has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @jonringer opened pull request #78343 → python38Packages.uvloop: disable → https://git.io/JvLph
<CMCDragonkai> How do I get nixos (with the netboot profile) to redirect its console to ttyS0?
<CMCDragonkai> I've been trying to do it on QEMU, and when using `-vga std` it works, but when using `-nographic` with `-append console=ttyS0,115200` it fails
<CMCDragonkai> Seems to fail at
<CMCDragonkai> starting device mapper and LVM...
<CMCDragonkai> kbd_mode: KDSKBMODE: Inappropriate ioctl for device
<CMCDragonkai> [ 1.799591] random: lvm: uninitialized urandom read (4 bytes read)
<CMCDragonkai> mounting ../nix-store.squashfs on /nix/.ro-store...
<CMCDragonkai> mounting tmpfs on /...
<CMCDragonkai> [ 1.862079] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<CMCDragonkai> mounting tmpfs on /nix/.rw-store...
<CMCDragonkai> mounting unionfs on /nix/store...
<CMCDragonkai> stage 2 init script (/mnt-root//init) not found
kvda has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #78344 → python3Packages.pip: 19.3.1 -> 20.0.1 → https://git.io/JvLhf
<rizary_> getting this `anonymous function at /nix/store/vw8c32blwm2f9g7s36d0b0kdj8sqqdx8-dotfiles/pkgs-overlays/gnupg/gnupg.nix:1:1 called with unexpected argument 'bzip2', at /nix/store/nphd2dzbssa8yk68pprwdym1i8q1kd6a-source/lib/customisation.nix:69:16` while trying to `symlinkJoin` and wrap gnupg. I can't find the `bzip2`. Here is my overlays
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<rizary_> and I just called it using:
gustavderdrache has left #nixos [#nixos]
sigmundv__ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #78343 → python38Packages.uvloop: disable → https://git.io/JvLph
<{^_^}> [nixpkgs] @jonringer pushed to master « python38Packages.uvloop: disable »: https://git.io/JvLhs
<{^_^}> [nixpkgs] @jonringer merged pull request #78342 → python38Packages.aiohttp: disable → https://git.io/JvLpv
<{^_^}> [nixpkgs] @jonringer pushed to master « python38Packages.aiohttp: disable »: https://git.io/JvLhZ
<CMCDragonkai> ok it's not a problem, just cant use `-append` option twice in qemu
Forkk has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hyper_ch has quit [Ping timeout: 260 seconds]
kvda has quit [Ping timeout: 258 seconds]
Forkk has joined #nixos
kvda has joined #nixos
<evanjs> M2easy2do[m]: glad to hear it was that simple!
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #78346 → Allow turning off ~/.background-image → https://git.io/JvLhu
qubasa has quit [Ping timeout: 258 seconds]
qubasa has joined #nixos
wildtrees has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Infinisil merged pull request #77719 → nixos/docs: Fix nixos-install --system command → https://git.io/JvU3A
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JvLha
pitch has quit [Ping timeout: 260 seconds]
elux has joined #nixos
<elux> hi there
alex`` has quit [Quit: WeeChat 2.7]
<elux> any i3 users here, who also use chrome? ive noticed mod+f now which i use to full-screen a window, Chrome goes into some full-screen mode and hides the toolbar, i really quite dont like it and wish they'd keep the toolbar, any suggestions?
pitch has joined #nixos
<infinisil> rizary_: Ah, the problem is that other packages in nixpkgs use something like pkgs.gnupg.override { bzip2 = ...; }
<infinisil> But since you changed the arguments that can be passed with an overlay this won't work anymore
dansho has joined #nixos
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.ppft: re-enable tests »: https://git.io/JvLhF
<{^_^}> [nixpkgs] @jonringer merged pull request #78209 → python3Packages.ppft: re-enable tests → https://git.io/JvL3x
k4ra has quit [Quit: k4ra]
KeiraT has joined #nixos
elux has quit [Quit: leaving]
KeiraT has quit [Client Quit]
KeiraT has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #78277 → python27Packages.bitarray: 1.2.0 -> 1.2.1 → https://git.io/JvLrk
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.bitarray: 1.2.0 -> 1.2.1 »: https://git.io/JvLhh
orivej has joined #nixos
<M2easy2do[m]> Again me(so sorry), i want to install zsh but even after doing it i cant find it inside etc/shells mening i cant switch fully to it
kvda has quit [Ping timeout: 265 seconds]
kvda has joined #nixos
rajivr___ has joined #nixos
rogue_koder has quit [Remote host closed the connection]
rogue_koder has joined #nixos
iqubic has joined #nixos
<iqubic> So, I'm trying to create a shell.nix for a python project. What would the skeleton of that look like?
<wiml> M2easy2do[m] : I think you need to explicitly add it to "environment.shells" if you want it to be listed in /etc/shells: https://nixos.org/nixos/manual/options.html#opt-environment.shells
dashkal has quit [Ping timeout: 260 seconds]
<iqubic> So, I have this shell.nix: http://dpaste.com/0QX1J9N
dansho has quit [Remote host closed the connection]
<iqubic> And I can enter my shell.nix just fine. But when I try to run the command `python Foo.py` nix complains that I don't have the python command installed.
dansho has joined #nixos
<wiml> iqubic : Can you run `python3 Foo.py` ?
<iqubic> Nope.
<infinisil> iqubic: You need to use `mkShell { buildInputs = [ (python3.withPackages ...) ]; }`
<iqubic> Ah. Thanks.
<infinisil> What you have now is a shell for *building* python3.withPackages, not a shell that contains that as a package
<iqubic> Ah. I see.
<wiml> Hm, it also looks like you can just extract `.env` from the result of `withPackages` a la https://github.com/NixOS/nixpkgs/issues/32372 ... that works for me as well
<{^_^}> #32372 (by t184256, 2 years ago, closed): python3.withPackages example doesn't work in shell.nix
<iqubic> So I have this now: http://dpaste.com/1CKHXRH
<iqubic> error: value is a set while a list was expected, at /nix/store/v48f3llcmb33xrb0ssmf0889imbqwjsq-nixos-20.03pre210078.90441b4b47f/nixos/pkgs/build-support/mkshell/default.nix:14:23
<iqubic> Not sure what the issue is there.
arahael1 has joined #nixos
magnetophon has joined #nixos
dashkal has joined #nixos
jethroksy has joined #nixos
Arahael has quit [Ping timeout: 245 seconds]
wiml has quit [Quit: wiml]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
mDuff has quit [Ping timeout: 258 seconds]
<iqubic> Anyone know how to fix this?
aw has joined #nixos
spacefrogg has joined #nixos
<magnetophon> I'm working on a package that needs rust nightly. The previous upstream commit built with "RUSTC_BOOTSTRAP = 1;", but the current commit won't. I can't find any examples in nixpkgs using other fixes for programs that need nightly. Any pointers?
drakonis has quit [Quit: WeeChat 2.6]
bhipple has joined #nixos
<buckley310> iqubic, replace `python3.withPackages (ps: with ps; [ numpy scipy matplotlib ])` with `[ (python3.withPackages (ps: with ps; [ numpy scipy matplotlib ])) ]`
<iqubic> Ah. I see.
CMCDragonkai1 has joined #nixos
kvda has quit [Ping timeout: 268 seconds]
<hpfr[m]> If anyone has a working eduroam config I’d love to see it
mexisme has quit [Ping timeout: 258 seconds]
kvda has joined #nixos
<iqubic> buckley310: That worked.
felixfoertsch has joined #nixos
dashkal has quit [Ping timeout: 265 seconds]
<jethroksy> hpfr[m]: what's special about eduroam that requires additional config? my school network also uses PEAP, and I connected to it via networkmanager normally
lambda-11235 has joined #nixos
felixfoertsch23 has quit [Ping timeout: 268 seconds]
<infinisil> (using wpa_supplicant)
mexisme has joined #nixos
Soo_Slow has joined #nixos
<infinisil> ,dnw magnetophon
<{^_^}> magnetophon: Provide as much info as possible on problems. What specifically doesn't work? What command did you run? What's in the relevant files? What's the error? This makes debugging easier and helps getting faster responses
<infinisil> Oh also:
<infinisil> ,pointers
<{^_^}> 0x3A28213A 0x6339392C, 0x7363682E.
<infinisil> :D
<hpfr[m]> jethroksy: nmtui doesn't support WPA enterprise, and you're supposed to be able to declaratively configure networks with networking.wireless.networks, but I never got it to work
c382feb9 has quit [Ping timeout: 268 seconds]
<jethroksy> hpfr[m]: yeah it doesn't, my workaround is just using nm-connection-editor /shrugs
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
<hpfr[m]> ree imperative
Supersonic112 is now known as Supersonic
<hpfr[m]> infinisil thanks, is the -5 in the name significant?
<infinisil> hpfr[m]: Nah, it's just the networks SSID
<hpfr[m]> infinisil: oh, ours is just eduroam
<hpfr[m]> I suppose it's for GHz
<infinisil> Yeah there's also an eduroam one for 2.4Ghz
<infinisil> Not sure why they're separate
dashkal has joined #nixos
<hpfr[m]> infinisil also, my attempted config has eap=peap, which I found in several other distro's guides for it. yours has TTLS, any idea if that's specific to your uni
<infinisil> No idea
<hpfr[m]> Alright
<clever> infinisil: i do have one sample, of how to sign into wpa with a name/pw
iyzsong has joined #nixos
dashkal has quit [Ping timeout: 268 seconds]
<rizary_> infinisil: hmm how do find which package that override gnupg with bzip2?
<infinisil> rizary_: Probably a ton of things do stuff like that, I think it's not realistic to fix those. Why do you want to overlay gnupg?
chagra has joined #nixos
<infinisil> Also many packages use gnupg as a dependency. Overlaying it like that would break many of those and cause a ton of rebuilds
hyper_ch has joined #nixos
<rizary_> Hmm I have setting up my gnupg keys in my `/secure/gnupg` but my home-manager create this `.gpg-agent.conf` and `.gpg.conf` in my home folder. So to avoid running `--options` everytime I run gpg, I want to wrap it up with `--options` by default
<infinisil> rizary_: You can set the GNUPGHOME env var for that
dashkal has joined #nixos
<rizary_> So when I set my GNUPGHOME to `/secure/gnupg`, does home-manager will create those 2 conf file into `/secure/gnupg`? Because I don't see those file in my `/secure/gnupg`
domogled has joined #nixos
<infinisil> rizary_: It won't
<infinisil> home-manager can't control anything outside of $HOME
<hpfr[m]> if i'm using networkmanager but configuring networks with networking.wireless.networks, does networking.wireless.enable need to be true?
<infinisil> Well it can if the permissions asign, but it shouldn't
<infinisil> s/asign/align
<infinisil> hpfr[m]: Oh no you can't use wpa_supplicant and networkmanager together, unless you want to use them for different network interfaces
<hpfr[m]> I thought that might be the issue. so no declarative network config with networkmanager?
eri has quit [Ping timeout: 248 seconds]
<magnetophon> infinisil: When I try to build https://github.com/magnetophon/nixpkgs/blob/20.03pre206632.b0bbacb5213/pkgs/applications/misc/hunter/default.nix I get: "error[E0658]: use of unstable library feature 'mem_take'" cause upstream wants rust-nightly. is that enough info? Sorry for the vague first question!
<hpfr[m]> I guess I could try extraConfig
<infinisil> hpfr[m]: It might intentionally not be declarative because of how it works, allowing you to configure new things with a nice ui, which wouldn't be possible with a declarative nixos config
<infinisil> magnetophon: Oh, I don't see how that would work. If a codebase requires nightly rust features but it only has access to a stable rust version, there's nothing that can make this work
<infinisil> magnetophon: I'd just use a nightly rust, e.g. through https://github.com/mozilla/nixpkgs-mozilla
mac10688 has joined #nixos
<infinisil> Oh, but you probably want to update the expression nixpkgs, so nixpkgs-mozilla can't be used
<infinisil> s/update/init s/nixpkgs/in nixpkgs
mexisme has quit [Ping timeout: 272 seconds]
marusich has joined #nixos
<infinisil> magnetophon: Oh but if there wasn't a previous expression in nixpkgs then when did that RUSTC_BOOTSTRAP thing work?
jethroksy has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
<magnetophon> infinisil: Thanks. I saw mentions of https://github.com/mozilla/nixpkgs-mozilla online, but didn't find it in nixpkgs. Does that mean it's not wanted in there or did I miss it?
<magnetophon> infinisil: I first build an older version (hashes are commented out), and that *did* work, but only with RUSTC_BOOTSTRAP.
<infinisil> It can't be used because it requires IFD, multi-level IFD even
picantest has quit [Ping timeout: 265 seconds]
<rizary_> infinisil: noted
domogled has quit [Quit: domogled]
chagra_ has joined #nixos
chagra has quit [Ping timeout: 260 seconds]
<magnetophon> infinisil: was that at me?
mexisme has joined #nixos
<infinisil> magnetophon: Yup
<iqubic> How does one install things from flatpak on Nixos?
mexisme has quit [Quit: WeeChat 2.7]
<buckley310> iqubic, do you have flatpak set up yet? do you have flathub or any other repos added yet?
mexisme has joined #nixos
<iqubic> No.
<iqubic> I don't have flatpak set up.
<buckley310> that page is how to set up flatpak support and the flathub repo. if you search the flathub website for apps, the app pages have the command to run to install it. and then theres `flatpak update -y` to check for updates
<iqubic> Cool. Thanks for helpping me.
<CMCDragonkai> what do people use IFD for?
<clever> CMCDragonkai: callCabal2nix is one use-case
<clever> CMCDragonkai: it will re-run cabal2nix any time your .cabal file changes
<CMCDragonkai> how does IFD help with that?
<infinisil> clever: That's not IFD though
<infinisil> I think
<infinisil> Wait no it is
<clever> infinisil: it is, there is a derivation that runs cabal2nix for you, in a nix build, and then imports
<infinisil> Yea
<infinisil> Sry
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<infinisil> CMCDragonkai: Or if you ever did `import <expression to fetch nixpkgs` to pin dependencies, that's IFD :)
<iqubic> infinisil: See this for an example of how to use it: http://dpaste.com/0EV86K9
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5c8c62902ff (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<infinisil> iqubic: Um, thanks, I guess? I didn't ask for it and I already know how to use it though :)
<iqubic> Oh. I see. Sorry.
<infinisil> Nah sorry I was a bit stingy there, you were just trying to be helpful, thanks :)
<iqubic> Yeah, so I just dump that into shell.nix, and it automatically reads from Template.cabal
bhipple has quit [Remote host closed the connection]
Lears has joined #nixos
[Leary] has quit [Read error: Connection reset by peer]
mexisme has quit [Ping timeout: 268 seconds]
fusion809 has quit [Remote host closed the connection]
magnetophon has quit [Remote host closed the connection]
fusion809 has joined #nixos
gxt has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
domogled has joined #nixos
tpanum has quit [Read error: Connection reset by peer]
magnetophon has joined #nixos
<CMCDragonkai> has anybody tried using nix-shell with unshare?
<CMCDragonkai> seems pretty powerful
tpanum has joined #nixos
<infinisil> Ohh that's a nice idea
<clever> that reminds me
<clever> ive thought before, about how nix-shell could setup a complete nix sandbox, same as nix-daemon would have
<clever> but just connect stdio to a tty, and dont save the resulting $out
<clever> nix-shell --ultra-pure
<clever> that would make it trivial to debug sandbox build failures
<clever> and could be simpler then cntr
<CMCDragonkai> well i realised some of my nix-shell dev environments would be nice to have its own networking namespace
<CMCDragonkai> although im not even sure if nix-build/nix-daemon creates a network namespace for the build
<CMCDragonkai> if the build uses localhost and ports to do some network tests
<clever> CMCDragonkai: by default, all builds are ran in a network namespace, with only lo
<clever> CMCDragonkai: only a fixed-output derivation can be part of the original net ns
kvda has quit [Ping timeout: 260 seconds]
kvda has joined #nixos
CMCDragonkai1 has quit [Ping timeout: 260 seconds]
dansho has quit [Ping timeout: 268 seconds]
Rusty1 has quit [Quit: Konversation terminated!]
endformationage has quit [Ping timeout: 260 seconds]
dansho has joined #nixos
TwoNicToupper has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
justanotheruser has quit [Quit: WeeChat 2.6]
bvdw has joined #nixos
<CMCDragonkai> clever: oh that is useful
justanotheruser has joined #nixos
knupfer has quit [Ping timeout: 260 seconds]
rogue_koder has quit [Quit: Konversation terminated!]
magnetophon has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #78347 → chromium: increase parallelism on aarch64 → https://git.io/JvtUj
<CMCDragonkai> i keep getting messages from Sigyn for some reason about tripping antispam
megfault has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @bjornfor merged pull request #78336 → qmmp: 1.3.5 -> 1.3.6 → https://git.io/JvLNP
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « qmmp: 1.3.5 -> 1.3.6 »: https://git.io/JvtTk
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/a0fedb11078 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
mexisme has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
Soo_Slow has quit [Quit: Soo_Slow]
domogled has quit [Quit: domogled]
megfault has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
<monokrome> Is nix officially supported on any BSD variants?
<monokrome> (Also maybe not a proper channel for this but not sure if there's a nix-specific channel)
kvda has quit [Ping timeout: 268 seconds]
<thefloweringash> as far as I know: not yet, but join us in #freebsd-nix
kvda has joined #nixos
palo1 has joined #nixos
<craige> o/ thefloweringash
marusich has quit [Quit: Leaving]
<thefloweringash> \o craige
<craige> (we met at NixCon, if you're scratching your memory :-) )
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
doyougnu has joined #nixos
<thefloweringash> I remember, I think. You were from far far away and busy cross compiling all the mobile nixos?
<craige> haha, sometihng like that :-D
mac10688 has quit [Ping timeout: 268 seconds]
Shoubit has quit [Read error: Connection reset by peer]
Shoubit has joined #nixos
mexisme has quit [Ping timeout: 248 seconds]
mexisme has joined #nixos
gxt has joined #nixos
cust0dian has joined #nixos
doyougnu has quit [Quit: WeeChat 2.6]
mjsir911 has quit [Ping timeout: 246 seconds]
mjsir911 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gagbo has joined #nixos
lambda-11235 has quit [Ping timeout: 268 seconds]
Naptra has quit [Quit: Leaving]
knupfer has joined #nixos
dansho has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #78340 → vault: 1.3.1 -> 1.3.2 → https://git.io/JvLxL
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JvtIJ
zarel has quit [Ping timeout: 240 seconds]
Logan[m] has quit [*.net *.split]
gustavderdrache[ has quit [*.net *.split]
webdavis has quit [*.net *.split]
li_matrix has quit [*.net *.split]
Nyanloutre[m] has quit [*.net *.split]
aurielmp has quit [*.net *.split]
kecia[m] has quit [*.net *.split]
rycee has quit [*.net *.split]
schmittlauch[m] has quit [*.net *.split]
eddyb has quit [*.net *.split]
eeyun[m] has quit [*.net *.split]
fgaz has quit [*.net *.split]
MarkOtaris has quit [*.net *.split]
tertl3 has quit [*.net *.split]
iyzsong has quit [*.net *.split]
cocreature has quit [*.net *.split]
e has quit [*.net *.split]
aristid1 has quit [*.net *.split]
misuzu has quit [*.net *.split]
genesis has quit [*.net *.split]
aasg has quit [*.net *.split]
Dave[m]1 has quit [*.net *.split]
thoughtpolice has quit [*.net *.split]
pasukon has quit [*.net *.split]
mpickering has quit [*.net *.split]
nlofaro has quit [*.net *.split]
rizary_ has quit [*.net *.split]
davidtwco has quit [*.net *.split]
chessai has quit [*.net *.split]
Dagger has quit [*.net *.split]
the_pumpkin_man[ has quit [*.net *.split]
marijan[m] has quit [*.net *.split]
arcnmx has quit [*.net *.split]
bfrog has quit [*.net *.split]
Dandellion has quit [*.net *.split]
hr[m] has quit [*.net *.split]
jjakob has quit [*.net *.split]
elibrokeit has quit [*.net *.split]
wucke13 has quit [*.net *.split]
PlayfulCuriosity has quit [*.net *.split]
slby[m] has quit [*.net *.split]
JosW has quit [*.net *.split]
init_6[m] has quit [*.net *.split]
luc65r[m] has quit [*.net *.split]
itsu[m] has quit [*.net *.split]
taserlag[m] has quit [*.net *.split]
gcoakes[m] has quit [*.net *.split]
truh[m] has quit [*.net *.split]
deadvader[m] has quit [*.net *.split]
cr8[m] has quit [*.net *.split]
cab404[m] has quit [*.net *.split]
maralorn[m] has quit [*.net *.split]
rihardsk[m] has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
alienpirate5 has quit [*.net *.split]
Sisyphe[m] has quit [*.net *.split]
bricewge has quit [*.net *.split]
balsoft has quit [*.net *.split]
DenisLehmann[m] has quit [*.net *.split]
Noughtmare[m] has quit [*.net *.split]
dywedir[m] has quit [*.net *.split]
Minijackson[m] has quit [*.net *.split]
leons has quit [*.net *.split]
bbigras has quit [*.net *.split]
mt[m] has quit [*.net *.split]
spacekitteh[m] has quit [*.net *.split]
macerbi[m] has quit [*.net *.split]
MilkManzJourDadd has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
test5864346[m] has quit [*.net *.split]
davean has quit [*.net *.split]
fre has quit [*.net *.split]
xacktm has quit [*.net *.split]
klys has quit [*.net *.split]
cyris212 has quit [*.net *.split]
amanjeev has quit [*.net *.split]
Mic92 has quit [*.net *.split]
Grauwolf has quit [*.net *.split]
krasnij has quit [*.net *.split]
sauyon has quit [*.net *.split]
goodwill has quit [*.net *.split]
bwe has quit [*.net *.split]
dredozubov has quit [*.net *.split]
lecethimon has quit [*.net *.split]
sshow has quit [*.net *.split]
wild_buffalo has quit [*.net *.split]
benny has quit [*.net *.split]
jbit has quit [*.net *.split]
lucus16 has quit [*.net *.split]
Ashy has quit [*.net *.split]
komasa has quit [*.net *.split]
mk_modrzew has quit [*.net *.split]
<{^_^}> [nixpkgs] @jonringer merged pull request #78268 → python27Packages.boltons: 19.3.0 -> 20.0.0 → https://git.io/JvLVn
knupfer has quit [*.net *.split]
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.boltons: 19.3.0 -> 20.0.0 »: https://git.io/JvtIE
aw has quit [*.net *.split]
siiky has quit [*.net *.split]
dingenskirchen has quit [*.net *.split]
ZeDestructor has quit [*.net *.split]
yobj has quit [*.net *.split]
devis350[m] has quit [*.net *.split]
YellowOnion has quit [*.net *.split]
test53453535[m] has quit [*.net *.split]
mumuluxi[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
hexa- has quit [*.net *.split]
KennosiS has quit [*.net *.split]
hpfr[m] has quit [*.net *.split]
chatmaster5000[m has quit [*.net *.split]
LinuxHackerman has quit [*.net *.split]
tomaszek[m] has quit [*.net *.split]
jamiemagee has quit [*.net *.split]
fpletz has quit [*.net *.split]
demize has quit [*.net *.split]
scheming_around has quit [*.net *.split]
kaychaks[m] has quit [*.net *.split]
manveru[m] has quit [*.net *.split]
timokau[m] has quit [*.net *.split]
crazymind102[m] has quit [*.net *.split]
hannesl[m] has quit [*.net *.split]
jwaksbaum[m] has quit [*.net *.split]
ragge[m] has quit [*.net *.split]
tbenst[m] has quit [*.net *.split]
rnhmjoj has quit [*.net *.split]
bohan[m] has quit [*.net *.split]
nanashi0x74[m] has quit [*.net *.split]
ronny has quit [*.net *.split]
mkg20001 has quit [*.net *.split]
snupples[m] has quit [*.net *.split]
NoblesseOblige24 has quit [*.net *.split]
vaibhavsagar has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
aterius has quit [*.net *.split]
freerangechicken has quit [*.net *.split]
hiroshi[m] has quit [*.net *.split]
nilsirl[m] has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
rendeko[m] has quit [*.net *.split]
roberth has quit [*.net *.split]
wak-work has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
contrun[m] has quit [*.net *.split]
pinage404[m] has quit [*.net *.split]
SyrupThinker has quit [*.net *.split]
GlennS has quit [*.net *.split]
PyroLagus has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
Ultrasauce has quit [*.net *.split]
betaboon has quit [*.net *.split]
benley has quit [*.net *.split]
simpson has quit [*.net *.split]
jasom has quit [*.net *.split]
flokli has quit [*.net *.split]
rotaerk has quit [*.net *.split]
siel has quit [*.net *.split]
jtcs_ has quit [*.net *.split]
aranea has quit [*.net *.split]
f0x2 has quit [*.net *.split]
earldouglas has quit [*.net *.split]
inkOne__ has quit [*.net *.split]
smj has quit [*.net *.split]
nixy- has quit [*.net *.split]
fiddlerwoaroof_ has quit [*.net *.split]
djanatyn_ has quit [*.net *.split]
abrar has quit [*.net *.split]
mdash has quit [*.net *.split]
abbe has quit [*.net *.split]
CMCDragonkai has quit [Remote host closed the connection]
CMCDragonkai has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #78276 → python37Packages.hstspreload: 2019.12.25 -> 2020.1.17 → https://git.io/JvLwb
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.hstspreload: 2019.12.25 -> 2020.1.17 »: https://git.io/JvtIz
Jackneill has joined #nixos
aleph9[m] has quit [Ping timeout: 252 seconds]
denbrahe[m] has quit [Ping timeout: 252 seconds]
tlater[m] has quit [Ping timeout: 252 seconds]
veleiro has quit [Ping timeout: 252 seconds]
dtz has quit [Ping timeout: 252 seconds]
jonge[m] has quit [Ping timeout: 252 seconds]
azazel has quit [Ping timeout: 240 seconds]
twjt[m]1 has quit [Ping timeout: 246 seconds]
keithy[m] has quit [Ping timeout: 246 seconds]
emmanuelrosa[m] has quit [Ping timeout: 246 seconds]
ilya-fedin has quit [Ping timeout: 246 seconds]
EuAndreh[m] has quit [Ping timeout: 246 seconds]
sylvie[m] has quit [Ping timeout: 246 seconds]
musicmatze has quit [Ping timeout: 246 seconds]
gaz[20 has quit [Ping timeout: 250 seconds]
layus[m] has quit [Ping timeout: 250 seconds]
pingveno[m] has quit [Ping timeout: 250 seconds]
wedens[m] has quit [Ping timeout: 250 seconds]
siraben has quit [Ping timeout: 250 seconds]
yoho[m]1 has quit [Ping timeout: 250 seconds]
simbergm has quit [Ping timeout: 252 seconds]
phittacus has quit [Ping timeout: 252 seconds]
jschievink has quit [Ping timeout: 252 seconds]
jtojnar has quit [Ping timeout: 252 seconds]
worldofpeace has quit [Ping timeout: 252 seconds]
WillW has quit [Ping timeout: 245 seconds]
Notkea[m] has quit [Ping timeout: 245 seconds]
nbardiuk has quit [Ping timeout: 245 seconds]
M2easy2do[m] has quit [Ping timeout: 260 seconds]
Pasha[m] has quit [Ping timeout: 260 seconds]
tomberek[m] has quit [Ping timeout: 260 seconds]
GerdFlaig[m] has quit [Ping timeout: 260 seconds]
pentadyne[m] has quit [Ping timeout: 260 seconds]
goodwill[m] has quit [Ping timeout: 246 seconds]
Keith[m] has quit [Ping timeout: 246 seconds]
DanP[m] has quit [Ping timeout: 246 seconds]
lucasmarcos[m] has quit [Ping timeout: 264 seconds]
babariviere[m] has quit [Ping timeout: 264 seconds]
prusnak[m] has quit [Ping timeout: 252 seconds]
philipp[m]2 has quit [Ping timeout: 252 seconds]
Victor[m]1 has quit [Ping timeout: 252 seconds]
hagelslag[m] has quit [Ping timeout: 252 seconds]
gsals[m] has quit [Ping timeout: 252 seconds]
cornu has quit [Ping timeout: 252 seconds]
attero has quit [Ping timeout: 252 seconds]
tek[m] has quit [Ping timeout: 264 seconds]
alexarice[m] has quit [Ping timeout: 264 seconds]
blitzclone_ has quit [Ping timeout: 264 seconds]
notice81cabbage[ has quit [Ping timeout: 250 seconds]
boogiewoogie[m] has quit [Ping timeout: 250 seconds]
fabiomen10[m] has quit [Ping timeout: 250 seconds]
wysp3r[m] has quit [Ping timeout: 250 seconds]
niksnut[m] has quit [Ping timeout: 250 seconds]
puzzlewolf has quit [Ping timeout: 250 seconds]
tokudan[m] has quit [Ping timeout: 250 seconds]
l33[m] has quit [Ping timeout: 250 seconds]
mica[m] has quit [Ping timeout: 250 seconds]
copy` has quit [Ping timeout: 250 seconds]
phyfey[m] has quit [Ping timeout: 250 seconds]
seb314[m] has quit [Ping timeout: 250 seconds]
NickHu has quit [Ping timeout: 250 seconds]
pheoxy has quit [Ping timeout: 250 seconds]
softinio[m] has quit [Ping timeout: 246 seconds]
kennykwey[m] has quit [Ping timeout: 246 seconds]
tyrion-mx has quit [Ping timeout: 245 seconds]
goldengoof[m] has quit [Ping timeout: 245 seconds]
smolboye[m] has quit [Ping timeout: 245 seconds]
Smith[m] has quit [Ping timeout: 245 seconds]
icetan[m] has quit [Ping timeout: 245 seconds]
MerlinGttlinger[ has quit [Ping timeout: 245 seconds]
Christian[m]1 has quit [Ping timeout: 245 seconds]
aanderse has quit [Ping timeout: 245 seconds]
haslersn has quit [Ping timeout: 245 seconds]
slabity has quit [Ping timeout: 245 seconds]
thequux[m] has quit [Ping timeout: 245 seconds]
null_radix[m] has quit [Ping timeout: 245 seconds]
Valodim[m] has quit [Ping timeout: 245 seconds]
danielrf[m] has quit [Ping timeout: 245 seconds]
clefru has quit [Ping timeout: 245 seconds]
ngerstle[m] has quit [Ping timeout: 246 seconds]
mudrii[m] has quit [Ping timeout: 246 seconds]
acowley[m] has quit [Ping timeout: 246 seconds]
tobim[m] has quit [Ping timeout: 246 seconds]
dpc has quit [Ping timeout: 246 seconds]
ma27[m] has quit [Ping timeout: 246 seconds]
colemickens has quit [Ping timeout: 246 seconds]
satdev[m] has quit [Ping timeout: 246 seconds]
shizonic has quit [Ping timeout: 246 seconds]
Jarva[m] has quit [Ping timeout: 260 seconds]
xelaushi[m] has quit [Ping timeout: 260 seconds]
abbradar[m] has quit [Ping timeout: 260 seconds]
isgy[m] has quit [Ping timeout: 260 seconds]
Ericson2314 has quit [Ping timeout: 260 seconds]
florianjacob has quit [Ping timeout: 260 seconds]
bqv[m] has quit [Ping timeout: 252 seconds]
eol[m] has quit [Ping timeout: 252 seconds]
wildtrees[m] has quit [Ping timeout: 252 seconds]
zurdo has quit [Ping timeout: 252 seconds]
wnklmnn[m] has quit [Ping timeout: 252 seconds]
haruko[m] has quit [Ping timeout: 250 seconds]
sebass[m] has quit [Ping timeout: 250 seconds]
dyon[m]1 has quit [Ping timeout: 264 seconds]
boturl4r[m] has quit [Ping timeout: 264 seconds]
disynthetic[m] has quit [Ping timeout: 264 seconds]
quiet_laika[m] has quit [Ping timeout: 264 seconds]
octowan[m] has quit [Ping timeout: 264 seconds]
gotofail[m] has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @nlewo merged pull request #78339 → terraform: 0.12.19 -> 0.12.20 → https://git.io/JvLxe
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JvtI2
siiky has joined #nixos
aw has joined #nixos
dingenskirchen has joined #nixos
yobj has joined #nixos
knupfer has joined #nixos
YellowOnion has joined #nixos
ZeDestructor has joined #nixos
KennosiS has joined #nixos
xwvvvvwx has joined #nixos
GlennS has joined #nixos
PyroLagus has joined #nixos
earldouglas has joined #nixos
fpletz has joined #nixos
hexa- has joined #nixos
fiddlerwoaroof_ has joined #nixos
mdash has joined #nixos
scheming_around has joined #nixos
betaboon has joined #nixos
nixy- has joined #nixos
simpson has joined #nixos
siel has joined #nixos
benley has joined #nixos
demize has joined #nixos
inkOne__ has joined #nixos
jasom has joined #nixos
SyrupThinker has joined #nixos
aranea has joined #nixos
abrar has joined #nixos
rotaerk has joined #nixos
smj has joined #nixos
Ultrasauce has joined #nixos
f0x2 has joined #nixos
flokli has joined #nixos
djanatyn_ has joined #nixos
abbe has joined #nixos
tv has quit [Ping timeout: 240 seconds]
veske has joined #nixos
ikwildrpepper has quit [Ping timeout: 268 seconds]
hexa- has quit [Max SendQ exceeded]
jtcs has joined #nixos
ikwildrpepper has joined #nixos
knupfer has quit [Ping timeout: 248 seconds]
hexa- has joined #nixos
veske has quit [Client Quit]
azazel has joined #nixos
tv has joined #nixos
veske has joined #nixos
zupo has joined #nixos
captn3m0 has quit [Ping timeout: 260 seconds]
Makaveli7 has joined #nixos
zarel has joined #nixos
__monty__ has joined #nixos
TwoNicToupper has left #nixos ["ERC (IRC client for Emacs 26.3)"]
zupo has quit [Ping timeout: 260 seconds]
medvid has joined #nixos
medvid_ has quit [Ping timeout: 268 seconds]
lsix has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
<CRTified> Hi. I want to use goklp (a small ldap client that pulls ssh public keys from the directory) as AuthorizedKeysCommand for OpenSSH. Using ${pkgs.goklp}/bin/goklp as path to the binary leads to OpenSSHd not using it, as /nix/store is group owned by nixbld. Am I forced to e.g. write a wrapper script with `environment.etc` (that gets copied there), or is there a cleaner way?
captn3m0 has joined #nixos
<{^_^}> [nixpkgs] @timokau opened pull request #78348 → Pygments lexer fix → https://git.io/JvtLJ
<CRTified> Using StrictModes no does not help, by the way
tertl3 has joined #nixos
aristid1 has joined #nixos
genesis has joined #nixos
misuzu has joined #nixos
bfrog has joined #nixos
aasg has joined #nixos
iyzsong has joined #nixos
e has joined #nixos
mpickering has joined #nixos
rizary_ has joined #nixos
davidtwco has joined #nixos
Dagger has joined #nixos
amanjeev has joined #nixos
jjakob has joined #nixos
wild_buffalo has joined #nixos
chessai has joined #nixos
elibrokeit has joined #nixos
thoughtpolice has joined #nixos
wucke13 has joined #nixos
nlofaro has joined #nixos
pasukon has joined #nixos
dredozubov has joined #nixos
lecethimon has joined #nixos
Grauwolf has joined #nixos
klys has joined #nixos
sauyon has joined #nixos
krasnij has joined #nixos
davean has joined #nixos
sshow has joined #nixos
bwe has joined #nixos
xacktm has joined #nixos
fre has joined #nixos
cocreature has joined #nixos
mk_modrzew has joined #nixos
Mic92 has joined #nixos
lucus16 has joined #nixos
komasa has joined #nixos
Ashy has joined #nixos
goodwill has joined #nixos
cyris212 has joined #nixos
benny has joined #nixos
jbit has joined #nixos
ixxie has joined #nixos
nckx has quit [Ping timeout: 268 seconds]
nckx has joined #nixos
captn3m0 has quit [Ping timeout: 245 seconds]
captn3m0 has joined #nixos
kleisli has quit [Ping timeout: 268 seconds]
civodul has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/27accf380b4 (from 53 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
vidbina_ has joined #nixos
chagra_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @offlinehacker merged pull request #78059 → xss-lock: add patch to allow setting session → https://git.io/JvITa
<{^_^}> [nixpkgs] @offlinehacker pushed 2 commits to master: https://git.io/JvtLV
fusion809 has quit [Read error: Connection reset by peer]
fusion809 has joined #nixos
chagra_ has joined #nixos
gkmngrgn has joined #nixos
ixxie has quit [Ping timeout: 248 seconds]
m0rphism has joined #nixos
iqubic has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
<x123_> Any recommendation on how to properly install Perl with various CPAN packages? I am currently installing both `perl` and `perl530Packages.LWP` but LWP.pm still doesn't seem to be available to perl
<{^_^}> [nixpkgs] @peterhoeg opened pull request #78349 → mc: /bin/rm does not exist → https://git.io/JvtLM
<CRTified> x123_, there is perl.withPackages, that should probably help
<CRTified> You could try this and see if it works (I don't know perl, so this is just guessing): nix-shell -p 'perl530.withPackages (p: [ p.LWP ])'
Chiliparrot has joined #nixos
ixxie has joined #nixos
<CRTified> okay, google_oslogin also solves that sshd permission restriction by building the command in /etc/ssh/. Guess I'll have to go with that, too
ixxie has quit [Ping timeout: 246 seconds]
<x123_> CRTified: that works, but how would I get that into SystemWide packages?
<x123_> Adding that to environment.systemPackages = with pkgs; [ somepackages go here ]; doesn't seem to work
<CRTified> You probably need to wrap it in (), as the whitespace between withPackages and (p: would elsewise be ambigous when inside a list
<CRTified> So try adding (perl530.withPackages (p: [ p.LWP ]))
<CRTified> Or, if you do not use "with pkgs;", you'll need (pkgs.perl530.withPackages (p: [ p.LWP ]))
<x123_> CRTified: ah, that works perfectly. Thanks!
ixxie has joined #nixos
thc202 has joined #nixos
chloekek has joined #nixos
is_null has joined #nixos
andreas303 has quit [Quit: andreas303]
andreas303 has joined #nixos
gkmngrgn has quit [Ping timeout: 265 seconds]
Shoubit has quit [Quit: Leaving]
wavirc22 has joined #nixos
Shoubit has joined #nixos
fendor has joined #nixos
andreas303 has quit [Remote host closed the connection]
ThatDocsLady has joined #nixos
ThatDocsLady has quit [Client Quit]
fenedor has joined #nixos
ThatDocsLady has joined #nixos
ixxie has quit [Ping timeout: 245 seconds]
shabius_ has quit [Read error: Connection reset by peer]
shabius_ has joined #nixos
chagra_ has quit [Ping timeout: 246 seconds]
robocopobobo has joined #nixos
o1lo01ol1o has joined #nixos
<robocopobobo> Hi Nixer, I am not familiar with Python but I wanted to use https://github.com/Breakthrough/DVR-Scan It depends on Python, OpenCV and Numpy. If someone is great Python pro and could package it that would be amazing.
fendor has quit [Ping timeout: 268 seconds]
jgeerds has joined #nixos
<makefu> robocopobobo: too bad the tool is not available on pypi, otherwise you could have used python-package-init from the nixpkgs-pytools package
<ikwildrpepper> robocopobobo: something like this should work: https://pastebin.com/LVmH5WhV
<ikwildrpepper> I tried with the default opencv4, but that failed opening video files, I assumed the enableFfmpeg override should fix it (haven't tested, it's compiling opencv now, slow)
<{^_^}> [nixpkgs] @tekeri opened pull request #78351 → PBIS AD login integration → https://git.io/JvtmD
kleisli has joined #nixos
cosimone has joined #nixos
<robocopobobo> Whoa, thank you ikwildrpepper. That is already a huge help for me.
<ikwildrpepper> robocopobobo: it seems to work for me with the enableFfmpeg override
<ikwildrpepper> at least, I see a progress bar and it is doing something
<ikwildrpepper> robocopobobo: note that the expression is not PR worthy, so if you contribute it back to nixpkgs, please read the contribution guidelines ;)
<robocopobobo> Python setup in Nix looks very robust. So little code to accomplish so much.
<ikwildrpepper> robocopobobo: depends on whether packages are available
<ikwildrpepper> robocopobobo: in this case all deps were (easily) available, so then it is easy ;-)
<ikwildrpepper> milage may vary
<{^_^}> [nixpkgs] @winpat opened pull request #78352 → Add pxview → https://git.io/JvtYf
cosimone has quit [Quit: Terminated!]
cosimone has joined #nixos
Acou_Bass has quit [Ping timeout: 268 seconds]
Acou_Bass has joined #nixos
ng0 has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
jgt has joined #nixos
<jgt> how do I read in the contents of a file as a string? I'm trying: environment.etc."ejabberd.yml" = pkgs.lib.fileContents ../services/ejabberd/ejabberd.yml;
<jgt> I also tried `builtins.readFile`, but I get the same error, which is: The option value `environment.etc.ejabberd.yml' in `<unknown-file>' is not of type `submodule
robocopobobo has quit [Remote host closed the connection]
<jgt> or is the problem perhaps not reading the file, but something else?
Maxdamantus has quit [Ping timeout: 265 seconds]
Maxdamantus has joined #nixos
<jgt> ah, looks like reading the file is not the problem
<ikwildrpepper> jgt: environment.etc."ejabberd.yml".text = builtins.readFile /path/to/file
andreas303 has joined #nixos
<jgt> ikwildrpepper: ah! Yes, of course!
<jgt> thanks!
alan[m]2 has joined #nixos
magnetophon has joined #nixos
chloekek has left #nixos ["WeeChat 2.6"]
<{^_^}> [nixpkgs] @jagajaga merged pull request #78325 → lxqt.screengrab: 1.101 -> 2.0.0 → https://git.io/JvL52
<{^_^}> [nixpkgs] @jagajaga pushed 2 commits to master: https://git.io/JvtOL
chloekek has joined #nixos
alan[m]2 has quit [Quit: killed]
jw358 has joined #nixos
<jw358> where should i go to read about providing libraries to ld?
<jw358> is there a section of nixpkgs manual or something that i'm missing?
<DigitalKiwi> ikwildrpepper: heh, when i packaged ocrmypdf i had to package like 8 other things too ;_;
<DigitalKiwi> ikwildrpepper: next time i'll just ask you to do it ;D
magnetophon has quit [Quit: Leaving.]
veske has joined #nixos
gkmngrgn has joined #nixos
nohTo has joined #nixos
tpanum has quit [Ping timeout: 240 seconds]
tpanum has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
nohTo has quit [Ping timeout: 260 seconds]
fendor has joined #nixos
jgt has quit [Read error: Connection reset by peer]
veske has quit [Quit: This computer has gone to sleep]
Ox450x6c has joined #nixos
veske has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
Chiliparrot has joined #nixos
troydm has quit [Ping timeout: 240 seconds]
vidbina_ has quit [Ping timeout: 240 seconds]
fendor has quit [Remote host closed the connection]
fenedor is now known as fendor
<jw358> oh, in the end my problem was "solved" by fudging library_path and those kinds of delightful env vars
<{^_^}> [nixpkgs] @saksmt opened pull request #78354 → jetbrains: 2019.3.1 -> 2019.3.LATEST (1,2,3) → https://git.io/Jvt3a
<rauno> Is there any good article about cleaning nix-store so i wont loose important things for nixops ?
<rauno> just did a good old gargbage collection, gained 52G space but all the important stuff for nixops also gone
ThatDocsLady has quit [Ping timeout: 240 seconds]
<mkaito> gcroots, my friend
<mkaito> read up on gcroots
<{^_^}> [nixpkgs] @marsam opened pull request #78355 → spotify-tui: 0.11.0 -> 0.12.0 → https://git.io/Jvt3M
<rauno> will do it
<rauno> thank you
philipp[m] has joined #nixos
<philipp[m]> grahamc: I ended up gettig a good nights sleep and just build nixops and the plugin from master. Working like a charm now. Thanks again!
cosimone has quit [Quit: Terminated!]
<{^_^}> [nixpkgs] @prusnak opened pull request #78356 → dat: init at 13.13.1 → https://git.io/JvtsU
Ox450x6c has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @Ma27 pushed to master « evcxr: 0.4.6 -> 0.5.0 »: https://git.io/Jvtsq
<ikwildrpepper> rauno: nixops used to have a command to dump all nix paths that it used, so you can register them as gc roots
<ikwildrpepper> nixops dump-nix-paths or something like that
troydm has joined #nixos
Synthetica has joined #nixos
<rauno> o.0
<rauno> this sounds more like a plan
<rauno> So i just register them just before next garbage collection?
KeiraT has quit [Ping timeout: 240 seconds]
<ikwildrpepper> yeah
<ikwildrpepper> can't remember why we didn't register them as root in some profile somewhere by default, though
<rauno> would expect that also :D
<rauno> im quite old also, 1.6
<ikwildrpepper> don't think that has changed since
<{^_^}> nixops#1015 (by nyarly, 1 year ago, open): Create a GC root for servers
magnetophon has joined #nixos
domogled has joined #nixos
<davidtwco> Is there a way to set an environment variable to the path of the directory containing the shell.nix being used (from the shell.nix)?
<magnetophon> Recently some Fn-key combos stopped emitting anything: none of i3, xev, evtest or acpi_listen see the keys. Some Fn combos work, some emit the wrong key but most are silent. An old generation changes nothing. Any ideas?
<magnetophon> It's most probably not an NixoS issue, but I have no idea where to look anymore...
<ivan> magnetophon: have you tried turning it off and letting it stay off for a little bit
KeiraT has joined #nixos
<davidtwco> (for more context, I want to set `NIXOPS_STATE` from `shell.nix` such that it has an absolute path to the root directory where `shell.nix` is, not `./state.nixops`, which would fail if `nixops` was run from a subdirectory)
<{^_^}> [nixpkgs] @liff opened pull request #78357 → jetbrains.*: 2019.3.x -> 2019.3.x+1 → https://git.io/JvtsQ
<magnetophon> ivan: NO! the horror! What would I do whit my life instead!!! Ermmm, I mean: Thanks, lemme try that! ;)
<ivan> magnetophon: if your battery is easily accessible you can disconnect it too
<magnetophon> ivan: Im curious though: can you explain a bit more? Have you had that issue as well? Why might this work?
<rauno> ikwildrpepper, so basically something like nix-store --add-root $(nixops dump-nix-paths -d deployment_name) ?
<rauno> and probably i should clean out the olds ones ?
<rauno> for example if i have added more than once nix-paths of a deployemnt to gcroots
magnetophon has quit [Remote host closed the connection]
<mkaito> ikwildrpepper: maybe add the system closures as `result-*` symlinks as if you had `nix build`'d them. makes for easy cleanup too, and intuitively doesn't collect them without you deciding to.
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/d1ba7dae91d (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
KeiraT has quit [Ping timeout: 240 seconds]
delli3 has joined #nixos
delli3 has quit [Max SendQ exceeded]
delli3 has joined #nixos
Ox4A6F has joined #nixos
zurdo has joined #nixos
cornu has joined #nixos
EuAndreh[m] has joined #nixos
Ericson2314 has joined #nixos
MilkManzJourDadd has joined #nixos
Valodim[m] has joined #nixos
Minijackson[m] has joined #nixos
Noughtmare[m] has joined #nixos
abbradar[m] has joined #nixos
aanderse has joined #nixos
acowley[m] has joined #nixos
alan[m]1 has joined #nixos
alienpirate5 has joined #nixos
alexarice[m] has joined #nixos
arcnmx has joined #nixos
arianvp[m] has joined #nixos
atopuzov[m] has joined #nixos
attero has joined #nixos
aterius has joined #nixos
bbigras has joined #nixos
bennofs[m] has joined #nixos
babariviere[m] has joined #nixos
balsoft has joined #nixos
aurielmp has joined #nixos
blitzclone_ has joined #nixos
phittacus has joined #nixos
bohan[m] has joined #nixos
boturl4r[m] has joined #nixos
Christian[m]1 has joined #nixos
freerangechicken has joined #nixos
colemickens has joined #nixos
clefru has joined #nixos
crazymind102[m] has joined #nixos
copy` has joined #nixos
cyberwolf[m] has joined #nixos
david-sawatzke[m has joined #nixos
danielrf[m] has joined #nixos
Dandellion has joined #nixos
denbrahe[m] has joined #nixos
DenisLehmann[m] has joined #nixos
disynthetic[m] has joined #nixos
domenkozar[m] has joined #nixos
dyon[m] has joined #nixos
dtz has joined #nixos
DanP[m] has joined #nixos
dpc has joined #nixos
dywedir[m] has joined #nixos
eeyun[m] has joined #nixos
eddyb has joined #nixos
emmanuelrosa[m] has joined #nixos
ematrix has joined #nixos
flacks_ has joined #nixos
fgaz has joined #nixos
florianjacob has joined #nixos
M2easy2do[m] has joined #nixos
xa0[m] has joined #nixos
aleph9[m] has joined #nixos
Gaz[m]1 has joined #nixos
GerdFlaig[m] has joined #nixos
whateverthis has joined #nixos
gustavderdrache[ has joined #nixos
gsals[m] has joined #nixos
hagelslag[m] has joined #nixos
hpfr[m] has joined #nixos
hiroshi[m] has joined #nixos
icetan has joined #nixos
icetan[m] has joined #nixos
ilya-fedin has joined #nixos
Irenes[m] has joined #nixos
isgy[m] has joined #nixos
jamiemagee has joined #nixos
arsfeld[m] has joined #nixos
jonge[m] has joined #nixos
jschievink has joined #nixos
kaychaks[m] has joined #nixos
jtojnar has joined #nixos
kecia[m] has joined #nixos
keithy[m] has joined #nixos
l33[m] has joined #nixos
leons has joined #nixos
layus[m] has joined #nixos
bricewge has joined #nixos
cr8[m] has joined #nixos
li_matrix has joined #nixos
cab404[m] has joined #nixos
lisprez[m] has joined #nixos
boogiewoogie[m] has joined #nixos
chatmaster5000[m has joined #nixos
lucasmarcos[m] has joined #nixos
macerbi[m]1 has joined #nixos
ma27[m] has joined #nixos
maralorn[m] has joined #nixos
manveru[m] has joined #nixos
marijan[m] has joined #nixos
MarkOtaris has joined #nixos
mkg20001 has joined #nixos
MerlinGttlinger[ has joined #nixos
mt[m] has joined #nixos
psiperator[m] has joined #nixos
simbergm has joined #nixos
deadvader[m] has joined #nixos
musicmatze has joined #nixos
nbardiuk has joined #nixos
nanashi0x74[m] has joined #nixos
NickHu has joined #nixos
devis350[m] has joined #nixos
eol[m] has joined #nixos
ngerstle[m] has joined #nixos
nh2[m] has joined #nixos
NoblesseOblige24 has joined #nixos
nilsirl[m] has joined #nixos
null_radix[m] has joined #nixos
notice81cabbage[ has joined #nixos
Nyanloutre[m] has joined #nixos
Notkea[m] has joined #nixos
octowan[m] has joined #nixos
mica[m] has joined #nixos
fabiomen10[m] has joined #nixos
pentadyne[m] has joined #nixos
pheoxy has joined #nixos
phyfey[m] has joined #nixos
quiet_laika[m] has joined #nixos
prusnak[m] has joined #nixos
pingveno[m] has joined #nixos
pinage404[m] has joined #nixos
Dave[m]5 has joined #nixos
rihardsk[m] has joined #nixos
sreybastien[m] has joined #nixos
rendeko[m] has joined #nixos
rnhmjoj has joined #nixos
rycee has joined #nixos
satdev[m] has joined #nixos
roberth has joined #nixos
ronny has joined #nixos
puzzlewolf has joined #nixos
seb314[m] has joined #nixos
schmittlauch[m] has joined #nixos
sebass[m] has joined #nixos
siraben has joined #nixos
haslersn has joined #nixos
slabity has joined #nixos
Sisyphe[m] has joined #nixos
shizonic has joined #nixos
slby[m] has joined #nixos
Smith[m] has joined #nixos
spacekitteh[m] has joined #nixos
softinio[m] has joined #nixos
snupples[m] has joined #nixos
gcoakes[m] has joined #nixos
hr[m] has joined #nixos
tokudan[m] has joined #nixos
sylvie[m] has joined #nixos
tbenst[m] has joined #nixos
test5864346[m] has joined #nixos
goldengoof[m] has joined #nixos
grahamc[m] has joined #nixos
teuffil[m] has joined #nixos
goodwill[m] has joined #nixos
thequux[m] has joined #nixos
thefloweringash has joined #nixos
the_pumpkin_man[ has joined #nixos
Pasha[m] has joined #nixos
tobim[m] has joined #nixos
gotofail[m] has joined #nixos
hannesl[m] has joined #nixos
haruko[m] has joined #nixos
contrun[m] has joined #nixos
veleiro has joined #nixos
Victor[m]2 has joined #nixos
vaibhavsagar has joined #nixos
init_6[m] has joined #nixos
PlayfulCuriosity has joined #nixos
wangoe[m] has joined #nixos
itsu[m] has joined #nixos
wak-work has joined #nixos
webdavis has joined #nixos
WillW has joined #nixos
wildtrees[m] has joined #nixos
wedens[m] has joined #nixos
jonreeve[m] has joined #nixos
worldofpeace has joined #nixos
wnklmnn[m] has joined #nixos
Jarva[m] has joined #nixos
jwaksbaum[m] has joined #nixos
wysp3r[m] has joined #nixos
ZerataX has joined #nixos
yoho[m]1 has joined #nixos
Keith[m] has joined #nixos
kennykwey[m] has joined #nixos
LinuxHackerman has joined #nixos
JosW has joined #nixos
mudrii[m] has joined #nixos
luc65r[m] has joined #nixos
mumuluxi[m] has joined #nixos
Logan[m]1 has joined #nixos
niksnut[m] has joined #nixos
p-h[m] has joined #nixos
petersjt014[m] has joined #nixos
ragge[m] has joined #nixos
smolboye[m] has joined #nixos
test53453535[m] has joined #nixos
taserlag[m] has joined #nixos
timokau[m] has joined #nixos
tlater[m] has joined #nixos
j[m]2 has joined #nixos
truh[m] has joined #nixos
tomberek[m] has joined #nixos
tyrion-mx has joined #nixos
tek[m] has joined #nixos
xavierzwirtz[m] has joined #nixos
xelaushi[m] has joined #nixos
JosW is now known as Guest68037
magnetophon has joined #nixos
<Rovanion> I'm having trouble getting muli-user nix working. I ran the setup script with --daemon as a flag, but when I then run nix-env -iA something as a normal user I get the error that a number of files/folders are only readable/writeable by root; for example /nix/var/nix/{profiles,gcroots}, and /nix/var/nix/db/.
smollcato has quit [Read error: Connection reset by peer]
<magnetophon> ivan: It worked! Many thanks! Any idea why?
<ivan> magnetophon: just the ways of laptop keyboards
<magnetophon> :)
smollcato has joined #nixos
werner291 has joined #nixos
<ivan> it didn't fix itself when I did a shutdown -r now
veske has quit [Quit: This computer has gone to sleep]
<{^_^}> [nixpkgs] @yorickvP opened pull request #78358 → nixos/alertmanager: add environmentFile, envsubst for secrets → https://git.io/JvtGs
<{^_^}> [nixpkgs] @hedning opened pull request #78359 → gnomeExtensions.gsconnect: 30 -> 31 → https://git.io/JvtG4
<{^_^}> [nixpkgs] @yorickvP opened pull request #78360 → nixos/caddy: wait 5 minutes between automatic restarts → https://git.io/JvtGB
KeiraT has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #77833 → ocamlPackages.batteries: 2.10.0 → 2.11.0 → https://git.io/JvTUA
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.batteries: 2.10.0 → 2.11.0 »: https://git.io/JvtGa
<{^_^}> [nixpkgs] @NickHu opened pull request #78361 → mopidy: 2.3.1 -> 3.0.1 mopidy-mpd: init at 3.0.0 mopidy-mpris: init at 3.0.1 mopidy-somafm: init at 2.0.0rc1 mopidy-y… → https://git.io/JvtGV
ThatDocsLady has joined #nixos
sigmundv__ has joined #nixos
Naptra has joined #nixos
orivej has joined #nixos
ThatDocsLady_ has joined #nixos
andreas303 has quit [Remote host closed the connection]
mexisme has quit [Ping timeout: 252 seconds]
ThatDocsLady has quit [Ping timeout: 265 seconds]
kaliumxyz has quit [Remote host closed the connection]
andreas303 has joined #nixos
nohTo has joined #nixos
ThatDocsLady_ has quit [Remote host closed the connection]
work_ has joined #nixos
<bennofs> Rovanion: is NIX_REMOTE set to daemon?
<bennofs> (environment variable)
<Rovanion> bennofs: No, it is empty or unset.
<bennofs> ah wait, I haven't set that either
<Rovanion> With it set I get a connection error, /nix/var/nix/daemon-socket/socket No such file or directory.
<bennofs> yeah, is the nix-daemon running?
<Rovanion> According to systemctl status nix-daemon it is running.
is_null has quit [Ping timeout: 248 seconds]
<bennofs> i had a similar problem. Have you tried logging in/out once?
<{^_^}> [nixpkgs] @primeos merged pull request #76787 → sway: 1.2 -> 1.4, wlroots: 0.8.1 -> 0.10.0 → https://git.io/JexLg
<{^_^}> [nixpkgs] @primeos pushed 9 commits to master: https://git.io/JvtGd
<NinjaTrappeur> systemctl status nix-daemon.socket?
<Rovanion> Nope, have got a process running that I don't want to cancel. Though I could try on another machine I guess.
<{^_^}> [nixpkgs] @yorickvP opened pull request #78363 → nixos/amazon-init.nix: add git/tar/gz, fix AMI configuration → https://git.io/JvtGb
is_null has joined #nixos
<Rovanion> NinjaTrappeur: active (running). I'll try restart the service and see if that helps.
<Rovanion> Yup, that it did.
<Rovanion> I think the problem was that there was a nix service running from an old installation and the installer didn't restart the service, only start it, which if the service is already running does nothing.
Rusty1 has joined #nixos
<Rovanion> The installer script says that it runs systemctl start nix-daemon.service so that adds up.
<NinjaTrappeur> Rovanion: probably related: https://github.com/NixOS/nix/issues/1980
<{^_^}> nix#1980 (by teuffy, 1 year ago, open): nix 2.0 on macOS High Sierra - error: cannot connect to daemon at '/nix/var/nix/daemon-socket/socket'
<{^_^}> [nixpkgs] @yorickvP opened pull request #78364 → nixos/prometheus/nginx-exporter: Add nginx dependency → https://git.io/JvtZe
<NinjaTrappeur> I hit this problem as well on my router last week. Did not manage to reproduce :(
zupo has joined #nixos
erictapen has joined #nixos
<{^_^}> [nixpkgs] @globin pushed to structured-attrs « audiofile: use env. with a string »: https://git.io/JvtZU
<Rovanion> Can reproduce.
andreas303 has quit [Ping timeout: 240 seconds]
<Rovanion> My issue that is.
<Rovanion> Where is the source code for the part of the installer that runs systemctl start nix-daemon.service?
<NinjaTrappeur> Nice. I'm at work ATM, but if you can add a comment to this issue (or open a new one) showing how to repro, I'll have a look.
<Rovanion> I found it, will try my hands at patching it.
<NinjaTrappeur> <3
KeiraT has quit [Remote host closed the connection]
KeiraT has joined #nixos
<siers> how is nixos coping with the abundance of PRs?
<__monty__> Pretty well afaict, hundreds of PRs get merged a week.
<siers> how likely is it that my PR will be forgotten and get further away in the PR list unmerged?
KeiraT is now known as KeiT
<siers> it's not a super important PR, but I want to experience the rush of having it merged :D
KeiT is now known as KeiraT
magnetophon has left #nixos [#nixos]
<{^_^}> [nixpkgs] @yorickvP opened pull request #78366 → nixos/docker-containers.nix: enhance functionality → https://git.io/JvtZ6
<tilpner> siers: There's a good chance it won't receive any attention unless you draw some to it
<__monty__> Bring it to someone's attention. Don't let it languish. Also don't expect sub-day response times though.
<siers> how do I bring attention to it?
ThatDocsLady has joined #nixos
<__monty__> You ping someone here.
<__monty__> Preferably one of the people assigned to it or similar PRs.
<siers> how do I find who these people are?
<mkaito> siers: link me
<{^_^}> #78110 (by siers, 2 days ago, open): rofimoji: init
<mkaito> "rofimoji" oh god why :P
<siers> 😁
<siers> I miss the emojipicker from macos
<mkaito> asciimoji, bruh
orivej has quit [Ping timeout: 240 seconds]
<siers> De gustibus non est disputandum, or de gustibus non disputandum est
<mkaito> indeed
<yorick> __monty__: how many got made? :)
<gchristensen> it isn't unlikely to get attention as-is, our open PR count isn't in uncontrolled growth
<gchristensen> it just will be faster if you catch someone's interest :)
<mkaito> morning graham :P
<gchristensen> hi mkaito!
<siers> gchristensen, good to know
<mkaito> rofimoji (.........) looks good to me, gave it a positive review.
<yorick> gchristensen: I've had these things in limbo for years :D
iyzsong has quit [Ping timeout: 246 seconds]
<gchristensen> yorick: sure, but we've also received and merged 50,000 other PRs
<mkaito> yorick: thanks for turning all my random patches into PRs :P
<yorick> mkaito: I hope they were high quality ;)
<yorick> gchristensen: I only heard about the merge window yesterday, sadly
<mkaito> I've reviewed most of them and added some commentary where it seemed appropriate
<yorick> mkaito: it probably makes sense to ping the people who were interested in them last time
<gchristensen> yorick:, mkaito, siers:
<gchristensen> https://status.nixos.org/grafana/explore?orgId=1&left=%5B%22now-40d%22,%22now%22,%22prometheus%22,%7B%22expr%22:%22sum(github_prs%7Bstate%3D%5C%22open%5C%22,status!%3D%5C%22failure%5C%22,repo%3D%5C%22NixOS%2Fnixpkgs%5C%22,review!%3D%5C%22changes_requested%5C%22%7D)%22,%22context%22:%22explore%22%7D,%7B%22mode%22:%22Metrics%22%7D,%7B%22ui%22:%5Btrue,true,true,%22none%22%5D%7D%5D
<__monty__> siers: Note that I wasn't telling you off in any way. This is basically exactly how you get eyes on your PR. Just try not to be obnoxious about it and to find the right people to ping and you'll have the most success.
<siers> __monty__, nono, I know
<gchristensen> that number is TOO stable. something must have gone wrong.
<yorick> gchristensen: your link redirected to status.nixos.org
<yorick> succesful queries per minute: 0
<gchristensen> yorick: that is VERY annoying. I thought the purpose of that page was to be able to share it.
f0i has joined #nixos
<yorick> I can still click through to it
<yorick> gchristensen: try the share button?
<gchristensen> there is noe
<gchristensen> anyway, https://status.nixos.org/prometheus/graph?g0.range_input=50d&g0.expr=sum(github_prs%7Bstate%3D%22open%22%2Cstatus!%3D%22failure%22%2Crepo%3D%22NixOS%2Fnixpkgs%22%2Creview!%3D%22changes_requested%22%7D)&g0.tab=0 but again the line becomes flat in a way that indicates there is a problem with the exporter
<Emantor> 7/url 1
<Emantor> dang
<mkaito> that's not a stable line, that's dead.
<gchristensen> mkaito: exactly
<yorick> gchristensen: hmm, probably need to add it to a dashboard then
<gchristensen> well, I just thought the purpose of the "explore" page was to explore :P
<gchristensen> and then be able to share, but I guses not
<gchristensen> anyway. it doesn't matter
<{^_^}> [rfcs] @worldofpeace pushed to worldofpeace-patch-1 « Update members of RFC Steering Comittee »: https://git.io/Jvtnk
<{^_^}> [rfcs] @worldofpeace opened pull request #65 → Update members of RFC Steering Comittee → https://git.io/JvtnL
<{^_^}> [rfcs] @Mic92 merged pull request #65 → Update members of RFC Steering Comittee → https://git.io/JvtnL
<{^_^}> [rfcs] @Mic92 pushed commit from @worldofpeace to master « Update members of RFC Steering Comittee (#65) »: https://git.io/Jvtnt
<{^_^}> [rfcs] @Mic92 pushed 0 commits to worldofpeace-patch-1: https://git.io/Jvtnq
waleee-cl has joined #nixos
domogled has quit [Ping timeout: 272 seconds]
<{^_^}> [nix] @Rovanion opened pull request #3328 → installer: Handle edge case where the nix-daemon is already running on the system → https://git.io/Jvtn4
<Rovanion> NinjaTrappeur: ^
xkapastel has joined #nixos
<gchristensen> Rovanion++
<{^_^}> Rovanion's karma got increased to 1
domogled has joined #nixos
<mkaito> lol karma
<NinjaTrappeur> Rovanion: nice! Sadly I don't thing this is the same bug I experienced :( I don't have commit rights, but apparently Graham wrote most of this script and noticed your PR :)
veske has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #78355 → spotify-tui: 0.11.0 -> 0.12.0 → https://git.io/Jvt3M
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvtno
pitch has quit [Ping timeout: 245 seconds]
andreas303 has joined #nixos
<nohTo> Hey everyone! I'm getting a new laptop soon and I'm tempted to give nixos a spin. Being a big fan of functional programming, it seems to be the next logical step. But I'd like to know how desktop-suitable nixos is. Does steam for example work fine in your experience?
<__monty__> From observing the channel steam gives trouble.
<__monty__> Not necessarily much more than on other distros but I don't have experience.
<yorick> steam has been working fine for me since a while
<yorick> used to be worse
<mkaito> steam never gave me trouble while I lived on nixos tbh
<Taneb> Steam's been playing up for me lately but I think that might be a Gnome issue
* tlater[m] enjoys flatpak-ing applications like steam just because it feels less dirty - not really had an issue since I switched to that, besides controllers and things being a little hard to set up
kenjis1 has joined #nixos
Makaveli7 has quit [Quit: WeeChat 2.7]
<nohTo> tlater[m]: What does flatpak mean?
<__monty__> Flatpak feels like a defeat on nixos though.
<tlater[m]> nohTo: https://www.flatpak.org/ - it's in very rough terms docker for desktop applications.
<tlater[m]> Very much not nix-ey, but having something create files in $HOME in uncontrolled ways feels so dirty...
<nohTo> Most issues I had with steam under arch were of the "game expects random outdated library"-kind. I feel like that should be easy-ish to resolve in nix, is that true?
<nohTo> tlater[m]: Aah ok, I see. Nice to know that's an option :)
<__monty__> Not really. First of all the outdated library would still have to be available in nixpkgs.
<nohTo> And if I'm unlucky and it isn't, I'd have to write my own derivation for it?
<{^_^}> [nixpkgs] @marsam opened pull request #78367 → broot: 0.11.9 -> 0.12.0 → https://git.io/JvtcZ
<__monty__> If you're lucky you might be able to use an older nixpkgs checkout. But yes.
<{^_^}> [nixpkgs] @marsam opened pull request #78368 → procs: 0.8.16 -> 0.9.0 → https://git.io/Jvtcn
<__monty__> If you don't ever want to package anything and your software needs aren't fairly minimal I don't think I'd recommend nix. However, you shouldn't be scared of packaging with nix. I never touched packages on ubuntu or arch but am fine with it for nixpkgs.
tertl3 has quit [Quit: Connection closed for inactivity]
<nohTo> __monty__: Ok, I see. There are a couple of AUR things I'd like to keep and also binaries that I'd like to run. But I wouldn't mind packaging them myself and I feel like I'd much rather do it in a functional setting than writing bash scripts for it. Knowing a decent amount of Haskell but no nix, how difficult is it to get started with packaging? More than a weekend of reading into it?
<__monty__> I'd say yes. Because documentation isn't excellent yet.
<__monty__> Also, many derivations still use bash.
<__monty__> Nix is not Guix.
<tlater[m]> +1 on that - I just started learning myself and it's taken me a week or two
<tlater[m]> Beginning to comfortably package now
<__monty__> I didn't dive right in. And still have issues with my nixos setup.
<__monty__> I started just using nix for haskell development on arch.
<__monty__> And I got hooked.
ddellacosta has joined #nixos
<nohTo> Aah, ok. That means that maybe now isn't the right time for me to start this adventure - I couldn't invest much time right now
<nohTo> __monty__: Yeah I get that, I played around with nix a tiny bit on arch and it looks so cool! :)
<__monty__> Then I'd recommend just going with what you know, with nix on top for haskell development (unles you use stack).
<__monty__> ,declarative nohTo
<{^_^}> nohTo: There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env https://git.io/fAQHW ; 2) buildEnv, providing more control over the paths that are linked into the profile https://git.io/fp0aU ; 3) home-manager, providing nixos-like config for your ~ https://github.com/rycee/home-manager
<__monty__> You could try one of these methods to set up your environment on arch btw. Get a closer feel for what it would be like.
<__monty__> Home-manager would get closest to NixOS.
<nohTo> I was a bit afraid of doing nix on top of arch, because I don't know how pacman and nix get along.
<slabity> Is there a way I can delete a single machine in a NixOps deployment? I am trying to switch a machine from libvirtd to ec2
<__monty__> nohTo: Nix goes along quite well with anything because it only relies on what's in /nix/store (for the most part).
<slabity> Normally if I want to deploy a single machine, I add `--include MachineName`, but that doesn't seem to work
<nohTo> __monty__: Ah, so then I would set up the absolute basic system through pacman and then put whatever I can into the user environment that is handled by nix?
<slabity> Nevermind... Just understood the difference between `delete` and `destroy` in NixOps
<tlater[m]> nohTo: I have an arch box that I haven't converted yet. If you start playing with GUI applications IME home-manager based things will break due to driver shenanigans, at least with nvidia.
<tlater[m]> But generally things seem to work, with a little finesse
<bennofs> also systemd-resolved nss modules will fail, due to incompatible glibc versions
<bennofs> (on arch, if using nix-compiled things)
<tlater[m]> Though I don't really think that kind of setup buys you much over just going with full nixos
<tlater[m]> If you can bear with not quite everything being perfect from day 2
<__monty__> I'm only recommending using home-manager to install some packages. No systemd services.
<nohTo> tlater[m]: Yes, I'm used to things not being perfect :-D
<__monty__> tlater[m]: Are you sure you can speak about "GUI" programs and not specifically opengl programs?
<tlater[m]> __monty__: Quite likely just opengl. I've not played enough to know in detail.
<__monty__> I didn't have any troubles. Though I don't use too many GUI programs.
<tlater[m]> And yes, nvidia is a pain with that...
<__monty__> GL is an issue still with nix afaik.
veske has quit [Quit: This computer has gone to sleep]
gustavderdrache has joined #nixos
<nohTo> In what sense is opengl problematic?
<bennofs> opengl requires driver-specific shared libraries to be found
<simpson> nohTo: The design of GL involves dynamically loading unpredictable libraries. A mismatch between libraries due to different vendors (say, Mesa vs nVidia) can lead to GL not working.
<bennofs> since nix tries to avoid any dependencies on the host os, it has a hard time finding the shared library for the specific hardware
__monty__ has quit [Quit: leaving]
<nohTo> Oh, I see. And is that a one-time headache to set up properly or is it more of a permanent crash-risk?
Naptra has quit [Quit: Leaving]
drakonis1 has joined #nixos
<slabity> Typically the GL librariers in NixOS are symlinked here: `LD_LIBRARY_PATH=/run/opengl-driver/lib:/run/opengl-driver-32/lib`
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
werner291 has quit [Remote host closed the connection]
werner291 has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #78348 → python2.pkgs.ipython, python2.pkgs.sphinx: use proper python2 lexer → https://git.io/JvtLJ
<{^_^}> [nixpkgs] @timokau pushed 3 commits to master: https://git.io/JvtCS
kenjis1 has quit [Remote host closed the connection]
fusion809 has quit [Remote host closed the connection]
ng0_ has joined #nixos
ng0_ has joined #nixos
vidbina_ has joined #nixos
kenjis1 has joined #nixos
ng0 has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
rogue_koder has joined #nixos
growpotkin has joined #nixos
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #78369 → matrix-synapse: 1.8.0 -> 1.9.0 → https://git.io/JvtW4
zupo has joined #nixos
nohTo has quit [Ping timeout: 265 seconds]
endformationage has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #78368 → procs: 0.8.16 -> 0.9.0 → https://git.io/Jvtcn
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvtWw
c382feb9 has joined #nixos
jgeerds has quit [Ping timeout: 268 seconds]
rsoeldner has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @siers opened pull request #78371 → nix-gitignore: update to v3.0.2 (mostly compatible changes) → https://git.io/JvtW1
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tertl3 has joined #nixos
nohTo has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
domogled has quit [Read error: Connection reset by peer]
erictapen has quit [Ping timeout: 260 seconds]
domogled has joined #nixos
domogled has quit [Ping timeout: 258 seconds]
<evanjs> whooooah wait infinisil any idea what PR lets me query userConfig and xUserConfig now??
<evanjs> Because it totally works on 20.03 :D
drakonis1 has quit [Quit: WeeChat 2.6]
<infinisil> evanjs: Not sure what you mean?
<evanjs> before I was unable to retrieve modules (at least via nixos-option or eval) that were in xUserConfig and userConfig, I think it had something to do with mkAliasDefinitions?
<evanjs> anyway, using nixos-option now, and I can get all those values just fine
sondr3 has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #78372 → execline: wrap unconditionally; strip → https://git.io/JvtlO
<{^_^}> [nixpkgs] @kalbasit merged pull request #78326 → renderizer: init at 2.0.5 → https://git.io/JvL51
<{^_^}> [nixpkgs] @kalbasit pushed commit from @yurrriq to master « renderizer: init at 2.0.5 (#78326) »: https://git.io/Jvtl3
avn has joined #nixos
nohTo has quit [Quit: Leaving]
work_ has quit [Quit: Connection closed for inactivity]
domogled has joined #nixos
<sondr3> is there a way to make a packages from a remote repo available in `pkgs` everywhere in my configuration? It's a bit annoying having to import it in every file that needs a package from it
<sondr3> kinda like all-hies, but I want `pkgs` to inherit it
<evanjs> sondr3: sounds like something an overlay might help with https://nixos.wiki/wiki/Overlays
work_ has joined #nixos
<sondr3> evanjs: yeah, looks like it is what I'm looking for. Would importing the tarball work since I don't want to keep it locally on all machines?
<evanjs> yeah rather than import the nix file you can just do something like `mozOverlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);`
<evanjs> and then something like `pkgs = pkgsFn { overlays = [ mozOverlay ]; };`
<sondr3> evanjs: awesome, I'll give it a go! Thanks a bunch
Simerax has joined #nixos
<evanjs> sondr3: sure! tiny note: { pkgsFn ? import <nixpkgs>, ... }: is how pkgsFn is defined in that case
<{^_^}> [nixpkgs] @yorickvP opened pull request #78373 → nixos/buildkite-agents: support multiple buildkite agents → https://git.io/Jvtlp
<Simerax> is there some tutorial out there how to customize sddm under nix? i found that you apparently have to write some .nix files but i dont really know what to do. I would really appreciate a short and concise explanation on how to do something like that and not the just all of the nix documentation on how to build stuff
domogled has quit [Quit: domogled]
<evanjs> Well there’s this — https://nixos.org/nixos/options.html#sddm
<evanjs> Though it would be nice if there were more examples given there, sure
<Simerax> evanjs: thanks for that but only setting a theme is not enough. i want to use a custom theme which is not part of the nix store
<evanjs> If you have the path or some way of referring to the theme it shouldn’t really matter afaik
<Simerax> no i dont think thats how that works
yobj has quit [Remote host closed the connection]
<evanjs> *checks module* yeah I figured it was dynamic but it looks like it does statically refer to the theme under sddm-themes. eg if its not in systemPackages it won’t find it. Darn.
<buckley310> why not add your theme to the nix store?
<buckley310> (and systemPackages)
<evanjs> That’s what I was thinking. Probably better than customizing/making your own mpdulr
<evanjs> Module*. Wow
<Simerax> buckley310: its more like i just want to try out some themes which are hosted on github by different ppl and i dont want to add these to the official store
<Simerax> but this doesnt compile on my system
<Simerax> and i dont know enough about it to be able to change it
<buckley310> nix makes pulling themes down from github to the nix store pretty easy. ill see if i can get it to work.
<Shoubit> Simerax, you can use `fetchFromGitHub` to fetch them
<michaelpj> Simerax: what goes wrong with my example? it's pretty elementary, but you might need to know a little about how to use e.g. fetchFromGitHub
yobj has joined #nixos
dm9 has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
jgeerds has joined #nixos
[Leary] has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #78374 → light: 1.2 -> 1.2.1 → https://git.io/Jvt8a
Lears has quit [Ping timeout: 240 seconds]
<Shoubit> Simerax, maybe it would help if you showed us how you're trying to use it in a gist or something
patrl has joined #nixos
<Simerax> michaelpj: what i did is i added your sddm_themes.nix in my configuration.nix (under imports) then i tried to do "nixos-rebuild test" this fails due to "anonymous function at sddm-tehems.nix 1:1" called ith unexpected argument "config"
<evanjs> Yeah, might help to see your configuration.nix in that case
is_null has quit [Ping timeout: 272 seconds]
<michaelpj> Simerax: it's not a nixos module, it's just a package definition. have a look at how it's used: https://github.com/michaelpj/nixos-config/blob/master/modules/kde.nix#L12
<Shoubit> Simerax, you probably want to use a let-in binding for sddm-themes.nix if you're copy/pasting it
patrl has quit [Quit: WeeChat 2.7]
<buckley310> this works for me http://ix.io/2894
<buckley310> mostly coppied from michaelpj
ThatDocsLady has quit [Quit: Leaving]
<buckley310> at least it drops the theme in `/run/current-system/sw/share/sddm/themes/` for me
<Simerax> i got it to build with michael's example but i will test yours now
ambro718 has joined #nixos
<michaelpj> they're more or less the same, it's just a question of where the theme definition lives
vidbina_ has quit [Ping timeout: 258 seconds]
cust0dian has quit [Ping timeout: 265 seconds]
Izorkin has joined #nixos
<Simerax> michaelpj: is that file generated somehow? or how do you obtain the sha? from what is that sha generated?
xkapastel has quit [Quit: Connection closed for inactivity]
<Simerax> in case i want to use a different theme i would copy your definition and just tweak it a bit
cust0dian has joined #nixos
<evanjs> Simerax: nix-shell -p nix-prefetch-git --run 'nix-prefetch-git <repo>'
ixxie has joined #nixos
<michaelpj> Simerax: you can just copy it and change the url and nix will complain and tell you what sha to use. Alternatively there's the `nix-prefetch-git` tool that evanjs mentioned
<Simerax> @evanjs thans!
<Simerax> thanks!
<michaelpj> I usually just put the wrong hash in because I'm lazy :D
opthomasprime has joined #nixos
opthomasprime has left #nixos [#nixos]
<{^_^}> [nix] @globin opened pull request #3329 → structured-attrs: chown .attrs.* files to builder → https://git.io/Jvt8p
smatting has joined #nixos
vidbina_ has joined #nixos
WilliButz has quit [Quit: bye]
<Simerax> ah got it. :D
chloekek has quit [Quit: WeeChat 2.6]
WilliButz has joined #nixos
<{^_^}> [nixpkgs] @yorickvP closed pull request #78364 → nixos/prometheus/nginx-exporter: Add nginx dependency → https://git.io/JvtZe
is_null has joined #nixos
gagbo has quit [Ping timeout: 258 seconds]
mexisme has joined #nixos
c382feb9 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @WilliButz merged pull request #78369 → matrix-synapse: 1.8.0 -> 1.9.0 → https://git.io/JvtW4
<{^_^}> [nixpkgs] @WilliButz pushed 2 commits to master: https://git.io/Jvt4m
<Shoubit> Simerax, you can also use `lib.fakeSha256` (or 512) which is just a string containing the right number of zeroes, always fails, and will let you know what the correct hash is upon building like mentioned.
<evanjs> Shoubit++
<{^_^}> Shoubit's karma got increased to 2
<evanjs> knew I saw that the other day, totally forgot what it was
mexisme has quit [Ping timeout: 248 seconds]
<evanjs> ahh I think I just need to add hp.taffybar to my hoogle.packages. It looks like the haskell package is marked as broken, but nixpkgs.taffybar is not?
ixxie has quit [Ping timeout: 265 seconds]
<Synthetica> Simerax: It even has a fun name!
<Synthetica> ,tofu
<{^_^}> To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected. See: tofu-vim
lsix has quit [Quit: WeeChat 2.6]
patrl has joined #nixos
<evanjs> *checks taffybar* >.> it works fine... is there a way to allow individual broken packages?
ng0_ is now known as ng0
<Taneb> evanjs: can you override it so it isn't marked broken?
<{^_^}> [nixpkgs] @WilliButz pushed commit from @Ma27 to release-19.09 « matrix-synapse: 1.8.0 -> 1.9.0 »: https://git.io/Jvt4z
<{^_^}> [nixpkgs] @Mic92 merged pull request #78070 → nodePackages_12_x: add node-gyp → https://git.io/JvItE
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/Jvt4g
<evanjs> Taneb: oh yeah, I guess I could do that :P
erasmas has joined #nixos
patrl has quit [Client Quit]
srid-irccloud has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #78375 → treewide: fix dead urls → https://git.io/Jvt4V
<{^_^}> [nixpkgs] @lovesegfault closed pull request #78375 → treewide: fix dead urls → https://git.io/Jvt4V
drakonis1 has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #78376 → [WIP] treewide: fix dead urls → https://git.io/Jvt4o
<{^_^}> [nixpkgs] @lovesegfault closed pull request #78376 → [WIP] treewide: fix dead urls → https://git.io/Jvt4o
leotaku_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nix] @edolstra merged pull request #3329 → structured-attrs: chown .attrs.* files to builder → https://git.io/Jvt8p
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/Jvt41
<{^_^}> [nixpkgs] @lovesegfault opened pull request #78377 → [WIP] treewide: fix dead urls → https://git.io/Jvt4M
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
patrl has joined #nixos
patrl has quit [Quit: WeeChat 2.7]
tabasko has joined #nixos
Lears has joined #nixos
[Leary] has quit [Remote host closed the connection]
shibboleth has joined #nixos
patrl has joined #nixos
<michaelpj> Shoubit: wow, that's actually quite useful. I always end up trying to peturb the old hash and accidentally making an invalid hash!
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
leotaku has joined #nixos
patrl has quit [Quit: WeeChat 2.7]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<gchristensen> michaelpj: as long as the initial byte is a 0 or a 1 and the length stays the same, I think you'll stay valid
patrl has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #78378 → nixos/unit: fix attrs → https://git.io/JvtBC
patrl has quit [Client Quit]
patrl has joined #nixos
patrl has quit [Client Quit]
<gustavderdrache> i'm so lazy i just do echo -n | sha256sum | xclip -i
<evanjs> generating hoogle database [0/207] -- okay I think it's working now XD
<evanjs> thanks Taneb! Keep mixing up packages in top-level with e.g. haskellPackages
<evanjs> yayyy taffybar in local hoogle
<evanjs> doubly overridden taffybar, locked on stable because gdkx11 is broken on unstable lol
<{^_^}> [nixpkgs] @adisbladis opened pull request #78379 → doc: Fix callout reference in appimagetools → https://git.io/JvtBr
patrl has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
Izorkin has joined #nixos
zebrag has joined #nixos
patrl has quit [Quit: WeeChat 2.7]
patrl has joined #nixos
wildtrees has joined #nixos
chloekek has joined #nixos
patrl has quit [Client Quit]
patrl has joined #nixos
patrl has quit [Client Quit]
leotaku has quit [Ping timeout: 265 seconds]
Chiliparrot has joined #nixos
knupfer has joined #nixos
is_null has quit [Ping timeout: 268 seconds]
patrl has joined #nixos
<patrl> exit
patrl has quit [Client Quit]
hovind[m] has joined #nixos
hovind[m] has left #nixos ["User left"]
leotaku has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #78334 → qview: 2.0 -> 3.0 → https://git.io/JvLNa
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvtRM
dsx has quit [Quit: dsx]
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JvtRd
<DigitalKiwi> if lastlog shows when people logged in; is there a command to see who is still logged in?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvtRx
<DigitalKiwi> ps aux|cut -f 1 -d " "|sort -u
leotaku has quit [Ping timeout: 265 seconds]
<DigitalKiwi> that might work right
<NemesisD> does anyone have suggestions on installing nixos on a headless machine? i'm setting it up on a NUC and i don't have any monitors handy right now that are compatible
<{^_^}> [nixpkgs] @Profpatsch merged pull request #78051 → dasher: init at 2018-04-03 → https://git.io/JvIvj
<{^_^}> [nixpkgs] @Profpatsch pushed 2 commits to master: https://git.io/Jvt0f
<adisbladis> NemesisD: I've done this by making my custom iso with ssh enabled
<{^_^}> [nixpkgs] @Profpatsch merged pull request #78120 → at-spi2-core: propagate glib and dbus → https://git.io/JvIr9
<{^_^}> [nixpkgs] @Profpatsch pushed to staging « at-spi2-core: propagate glib and dbus »: https://git.io/Jvt0k
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « ghc-8.8.x: update overrides »: https://git.io/Jvt0I
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jvt0L
<NemesisD> adisbladis: i used etcher to install the graphical installer (before i knew about the monitor situation) on a USB drive. 1) is the graphical installer suitable for a non-graphical install and 2) could i maybe edit a file on the usb drive to enable sshd?
<adisbladis> That's how you make one using Nix
<adisbladis> NemesisD: Sure it's suitable for a headless install, though you'll have to enable openssh and build a new iso and at that point you might just make a more minimal install media
dsx has joined #nixos
<adisbladis> Also by default users dont have passwords
<adisbladis> So you want to preconfigure the media with keys and/or passwords
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/055e5b391a0 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2020-01-23T17:44:54Z »: https://git.io/Jvt0O
MinceR_ has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
leotaku has joined #nixos
<adisbladis> NemesisD: http://ix.io/289z/nix
<adisbladis> Should do the trick
<adisbladis> The comment at the top is how you build it
<adisbladis> And you'll end up with an iso in the nix store you can dd onto a flash drive
o1lo01ol1o has quit [Ping timeout: 258 seconds]
j[m]2 has left #nixos ["User left"]
<NemesisD> adisbladis: thanks for this! and should i be able to build this image on any machine that has nixpkgs, not just nixos?
MinceR has quit [Ping timeout: 258 seconds]
werner291 has quit [Remote host closed the connection]
<adisbladis> Yes :)
<NemesisD> awesome. can't wait to get off work so i can try this out :)
<{^_^}> [nixpkgs] @peti opened pull request #78380 → Update Haskell package set to LTS 14.21 (plus other fixes) → https://git.io/Jvt0Z
<{^_^}> [nixpkgs] @Charg opened pull request #78381 → terraform-providers: bump version → https://git.io/Jvt0c
<{^_^}> [nixpkgs] @peti pushed 527 commits to haskell-updates: https://git.io/Jvt0C
leotaku has quit [Ping timeout: 268 seconds]
is_null has joined #nixos
werner291 has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #78379 → doc: Fix callout reference in appimagetools → https://git.io/JvtBr
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/Jvt0z
MinceR_ is now known as MinceR
orivej has joined #nixos
erictapen has joined #nixos
<{^_^}> [nixpkgs] @adisbladis opened pull request #78383 → doc: Remove blockquote from rust section → https://git.io/Jvt0K
leotaku has joined #nixos
<{^_^}> [nixpkgs] @yrashk opened pull request #78384 → frama-c: 19.1 -> 20.0 → https://git.io/Jvt01
judson has joined #nixos
<{^_^}> [nixpkgs] @megheaiulian opened pull request #78385 → vimUtils.vimrcFile: fixes packpath order → https://git.io/Jvt09
KeiraT has quit [Quit: KeiraT]
shibboleth has quit [Quit: shibboleth]
sputny[m] has joined #nixos
<{^_^}> [nixpkgs] @megheaiulian opened pull request #78386 → remmina: 1.3.9 -> 1.3.10 → https://git.io/Jvt0h
KeiraT has joined #nixos
<NemesisD> adisbladis: how bad of an idea is it to use unstable as you have in that snippet? i saw the nixos-20.* and got scared lol
KeiraT has quit [Client Quit]
f0i has quit [Ping timeout: 268 seconds]
<gchristensen> ,which-channel
<gchristensen> NemesisD: ^
<NemesisD> ah ok says don't use it for nixos lol. well that answers that
<samueldr> are you sure that's what this says?
<samueldr> it's a bit thick in details, but the gist of it is weh ave nixos-* and nixpkgs-* channels, on a nixos system, use only those prefixed with nixos-*
<samueldr> then the next word is the channel for the release, either something like nixos-XX.YY or nixos-unstable
<samueldr> using nixos-unstable is fine on a nixos system, though it's the bleeding edge of development
<NemesisD> the end says "If you are only using Nix as a package manager, perhaps the nixpkgs-unstable branch is better for you. This channel is very frequently updated, but does not receive the thorough testing the NixOS channels receive. DO NOT USE THIS FOR NIXOS."
<samueldr> yeah, _nixpkgs_-unstable :)
<samueldr> and the note "very frequently updated" could be dropped from that text, it doesn't end up being updated much more frequently than nixos-unstable in the end
<samueldr> (though when this was written ~2 years back it could have been)
cartwright has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @PierreR opened pull request #78387 → Add node.js asciidoctor-plantuml → https://git.io/JvtE8
domogled has joined #nixos
is_null has quit [Ping timeout: 272 seconds]
<NemesisD> i see i see. unstable it is
cartwright has joined #nixos
KeiraT has joined #nixos
pitch has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6c868ddda32 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
cosimone has joined #nixos
<{^_^}> [nixpkgs] @PierreR closed pull request #78387 → Add node.js asciidoctor-plantuml → https://git.io/JvtE8
<{^_^}> [nixpkgs] @offlinehacker merged pull request #78381 → terraform-providers: bump version → https://git.io/Jvt0c
<{^_^}> [nixpkgs] @offlinehacker pushed 2 commits to master: https://git.io/JvtEV
f0i has joined #nixos
alex` has joined #nixos
<{^_^}> [nixpkgs] @nh2 merged pull request #78386 → remmina: 1.3.9 -> 1.3.10 → https://git.io/Jvt0h
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JvtEH
alex` is now known as Guest92241
zupo has joined #nixos
cosimone has quit [Quit: Quit.]
is_null has joined #nixos
f0i has quit [Ping timeout: 258 seconds]
cust0dian has left #nixos ["Leaving"]
<disasm> any good examples for running a udev rule that su's to a particular user?
<disasm> essentially, I want to run a script as my user any time I insert a specific usb device.
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<clever> disasm: should be possible to just run `${pkgs.sudo}/bin/sudo -u foo ${script}`
<disasm> ah, use sudo instead :)
drewr has quit [Ping timeout: 260 seconds]
<davidtwco> Is there a more up-to-date way to create an unattended ISO file than the `snabblab-nixos/make-iso.nix` file? Currently got an ISO which boots, partitions and generates a valid config but fails on `nixos-install` with `chroot: failed to run comand /run/current-system/sw/bin/switch-to-configuration: no such file or directory`. I'm running the installation commands from a systemd unit.
f0i has joined #nixos
<pbb> What exactly does nscd do in the default NixOS configuration? The comments in the config file indicate that it might have an important role, but can I disable nscd without breaking things?
<pbb> Specifically nscd seems to have an issue on systems with a full (routing) table where it eats away all the memory
<clever> pbb: mainly, it deals with loading libraries to make things like avahi/mdns work
<pbb> Ok so on servers where I don't need mdns and stuff I can safely disable it?
<clever> pbb: without nscd, you dont have dns caching, so each app has to read /etc/hosts and /etc/resolv.conf and do its own dns (via glibc)
<pbb> That's fine with me
<pbb> Thanks
<pbb> clever++
<{^_^}> clever's karma got increased to 315
<veleiro> building docker images from a dockerfile doesn't work in nixos right?
<gchristensen> you can, sure
<{^_^}> [nixpkgs] @veprbl pushed to master « cernlib: add src mirror url »: https://git.io/JvtuJ
Guest92241 is now known as alex``
emily is now known as emilazy
ematrix is now known as emily
<{^_^}> [nixpkgs] @veprbl pushed to release-19.09 « cernlib: add src mirror url »: https://git.io/Jvtuq
Synthetica has quit [Quit: Connection closed for inactivity]
andreas303 has quit [Remote host closed the connection]
drewr has joined #nixos
erictapen has quit [Ping timeout: 268 seconds]
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #78310 → steam: use 64-bit libva → https://git.io/JvLDQ
<{^_^}> [nixpkgs] @jonringer pushed to master « steam: use 64-bit libva »: https://git.io/JvtuO
shibboleth has joined #nixos
Nheryva has joined #nixos
civodul has joined #nixos
ng0_ has joined #nixos
ng0 has quit [Ping timeout: 265 seconds]
<veleiro> i mean 'docker build .' wont build, you'll have to setup some nix-specific way
<veleiro> basically docker-compose with build orders wont work
jgt has joined #nixos
<simpson> veleiro: I have `docker build` working at home on my NixOS laptop, I think. I'm not sure what extra effort I did to set it up; there might be something in configuration.nix? But I think I just added the userspace tools to my user environment and that was enough.
ardumont has quit [Ping timeout: 245 seconds]
<veleiro> would have to use something like this https://github.com/hercules-ci/arion
<{^_^}> [nixpkgs] @jonringer opened pull request #78388 → steam: use 64-bit libva → https://git.io/Jvtu4
<NemesisD> adisbladis: what username would i ssh as on the installer?
palo has quit [Quit: WeeChat 2.6]
<veleiro> and using docker-compose instead of pure nix is only to be compatible with non-nix developers
palo has joined #nixos
cosimone has joined #nixos
<jgt> how do I configure ejabberd to come with p1_pgsql? My NixOS ejabberd setup is currently failing with: [critical] Failed to start Erlang application 'p1_pgsql': no such file or directory: p1_pgsql.app. This usually means that ejabberd or Erlang was compiled/installed incorrectly.
mexisme has joined #nixos
Nheryva has left #nixos ["Leaving"]
emily is now known as ematrix
emilazy is now known as emily
emily is now known as emilazy
ematrix is now known as emily
chagra has joined #nixos
Simerax has quit [Quit: https://quassel-irc.org - Komfortabler Chat. Überall.]
ardumont has joined #nixos
<jgt> oh, it looks like I need to pass a configure flag, like in here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/xmpp/ejabberd/default.nix
<jgt> I wonder how to do that…
andreas303 has joined #nixos
o1lo01ol1o has joined #nixos
<jgt> maybe I can do that with packageOverrides
<jgt> well that didn't work
<jgt> does anyone know what might be wrong with my pkgconfig.nix? https://gist.github.com/jezen/59861d341ff5dc372a1a694089d224e6
<jgt> I'm trying to configure ejabberd there with support for postgresql
<{^_^}> [nixpkgs] @aanderse merged pull request #78378 → nixos/unit: fix attrs → https://git.io/JvtBC
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/Jvtup
ng0_ is now known as ng0
<jgt> or… how do I override a nixpkgs package with a different argument? The ejabberd/default.nix above shows that withPgsql is false by default. How can I make that true?
mallox has joined #nixos
mexisme has quit [Ping timeout: 268 seconds]
<jgt> I'll try with overrideAttrs
<clever> jgt: you must use .override
<clever> jgt: thats the only way to change the args on line 1
<jgt> clever: does this look right? ejabberd = pkgs.ejabberd.override { withPgsql = true; };
ambro718 has quit [Quit: Konversation terminated!]
<clever> jgt: probably
<jgt> it still doesn't work, but now I wonder if the ejabberd referenced in my NixOps config is the same as pkgs.ejabberd
<clever> jgt: how is your nixops file referencing it?
<jgt> I'm doing something like services.ejabberd.enable = true;
<clever> jgt: and how did you do the override in the nixops file?
<jgt> clever: would it help if I pasted everything in a gist?
<clever> jgt: yeah
drakonis1 has quit [Quit: WeeChat 2.6]
butterthebuddha has joined #nixos
xwvvvvwx has quit [Ping timeout: 248 seconds]
xantoz_ has joined #nixos
<{^_^}> [nixpkgs] @mmahut closed pull request #78294 → unar: mark as broken → https://git.io/JvL6t
gkmngrgn has quit [Ping timeout: 248 seconds]
<jgt> clever: oh, I think I figured it out!
<jgt> clever: I needed to do something like services.ejabberd.package = pkgs.ejabberd
<jgt> now it's building a whole bunch of stuff, so this looks like the right thing
<jgt> thank you for stopping me from going down the overrideAttrs route
jonten has joined #nixos
leotaku has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e6391b4389e (from 69 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
Heirlung- has joined #nixos
malSet has quit [Quit: Quit.]
domogled has quit [*.net *.split]
zupo has quit [*.net *.split]
orivej has quit [*.net *.split]
vidbina_ has quit [*.net *.split]
erasmas has quit [*.net *.split]
Izorkin has quit [*.net *.split]
gustavderdrache has quit [*.net *.split]
Maxdamantus has quit [*.net *.split]
Jackneill has quit [*.net *.split]
ikwildrpepper has quit [*.net *.split]
azazel has quit [*.net *.split]
tv has quit [*.net *.split]
hyper_ch has quit [*.net *.split]
qubasa has quit [*.net *.split]
Blessjah has quit [*.net *.split]
SOO7 has quit [*.net *.split]
eoli3n_ has quit [*.net *.split]
ayerhart has quit [*.net *.split]
adamtkh has quit [*.net *.split]
fling has quit [*.net *.split]
fuzen has quit [*.net *.split]
evanjs has quit [*.net *.split]
bukkitgerman has quit [*.net *.split]
emacsomancer has quit [*.net *.split]
wolfshappen has quit [*.net *.split]
eyJhb has quit [*.net *.split]
srk has quit [*.net *.split]
shyim has quit [*.net *.split]
dminuoso has quit [*.net *.split]
tsrt^ has quit [*.net *.split]
lewo has quit [*.net *.split]
efriend has quit [*.net *.split]
jboy has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
mrus has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
duckfullstop has quit [*.net *.split]
tarnacious has quit [*.net *.split]
coderobe has quit [*.net *.split]
jonge has quit [*.net *.split]
ivan has quit [*.net *.split]
jtobin has quit [*.net *.split]
chkno has quit [*.net *.split]
moredhel has quit [*.net *.split]
kyren has quit [*.net *.split]
rprospero has quit [*.net *.split]
ent has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
nornagon has quit [*.net *.split]
xantoz has quit [*.net *.split]
arianvp has quit [*.net *.split]
mtjmullen has quit [*.net *.split]
kandinski has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
Rovanion has quit [*.net *.split]
stew has quit [*.net *.split]
zemm has quit [*.net *.split]
helpusobi has quit [*.net *.split]
malSet has joined #nixos
Heirlung has quit [Ping timeout: 268 seconds]
Heirlung- is now known as Heirlung
bitonic has quit [Ping timeout: 240 seconds]
yobj has quit [Ping timeout: 240 seconds]
swistak35 has quit [Ping timeout: 268 seconds]
bitonic has joined #nixos
jboy has joined #nixos
swistak35 has joined #nixos
<{^_^}> [nixpkgs] @adisbladis opened pull request #78389 → docbookrx & kramdown-asciidoc: init → https://git.io/Jvtz1
kandinski has joined #nixos
ikwildrpepper has joined #nixos
stew has joined #nixos
eoli3n_ has joined #nixos
Maxdamantus has joined #nixos
erasmas has joined #nixos
zemm has joined #nixos
arianvp has joined #nixos
tarnacious has joined #nixos
Blessjah has joined #nixos
chkno has joined #nixos
mtjmullen has joined #nixos
jtobin has joined #nixos
ent has joined #nixos
erictapen has joined #nixos
leotaku has joined #nixos
emacsomancer has joined #nixos
eyJhb has joined #nixos
eyJhb has joined #nixos
hyper_ch has joined #nixos
SOO7 has joined #nixos
heinrich5991 has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #78367 → Merge pull request #78367 from marsam/update-broot → https://git.io/JvtcZ
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/Jvtz7
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
<heinrich5991> so we're trying to boot into a nixos that was installed from kubuntu
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
<heinrich5991> the boot doesn't seem to continue after grub
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
justan0theruser has joined #nixos
<heinrich5991> we enabled debug messages in grub to confirm that the system hangs after it successfully loaded the linux kernel and initramfs
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
justanotheruser has quit [Ping timeout: 265 seconds]
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
<heinrich5991> booting the kernel in qemu seems to work, easily gets to nixos stage 1 and beyond
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
<heinrich5991> any ideas on what might be the problem/what we could try?
tsrt^ has joined #nixos
<heinrich5991> secure boot is off
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
mexisme has joined #nixos
tsrt^ has joined #nixos
tsrt^ has quit [Max SendQ exceeded]
leotaku has quit [Ping timeout: 260 seconds]
is_null has quit [Ping timeout: 240 seconds]
smatting has quit [Ping timeout: 265 seconds]
mallox has quit [Quit: Leaving]
johnw has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #78383 → doc: Remove comment advising to install build tooling system-wide → https://git.io/Jvt0K
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/Jvtgf
magnetophon has joined #nixos
kvda has joined #nixos
ixxie has joined #nixos
butterthebuddha has quit [Remote host closed the connection]
evanjs has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar merged pull request #78269 → gegl_0_4: 0.4.18 → 0.4.20 → https://git.io/JvLVB
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/Jvtgq
<{^_^}> [nixpkgs] @primeos opened pull request #78390 → tdesktop: 1.9.4 -> 1.9.7 → https://git.io/Jvtg3
tpanum has quit [Ping timeout: 252 seconds]
tpanum has joined #nixos
tv has joined #nixos
erictapen has quit [Ping timeout: 268 seconds]
ixxie has quit [Ping timeout: 265 seconds]
srid-irccloud has quit [Quit: Connection closed for inactivity]
azazel has joined #nixos
Izorkin has joined #nixos
gustavderdrache has joined #nixos
orivej has joined #nixos
fling has joined #nixos
bukkitgerman has joined #nixos
dminuoso has joined #nixos
srk has joined #nixos
qubasa has joined #nixos
lewo has joined #nixos
efriend has joined #nixos
17WAAKK40 has joined #nixos
duckfullstop has joined #nixos
fuzen has joined #nixos
domogled has joined #nixos
zupo has joined #nixos
coderobe has joined #nixos
kyren has joined #nixos
mrus has joined #nixos
shyim has joined #nixos
wolfshappen has joined #nixos
xwvvvvwx has joined #nixos
Jackneill has joined #nixos
adamtkh has joined #nixos
ivan has joined #nixos
jonge has joined #nixos
DerGuteMoritz has joined #nixos
rprospero has joined #nixos
cptchaos83 has joined #nixos
lopsided98 has joined #nixos
moredhel has joined #nixos
nornagon has joined #nixos
helpusobi has joined #nixos
hyperfekt has joined #nixos
Rovanion has joined #nixos
shyim6 has joined #nixos
fling has quit [Max SendQ exceeded]
shyim has quit [Quit: Ping timeout (120 seconds)]
shyim6 is now known as shyim
erictapen has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #78363 → nixos/amazon-init.nix: add git/tar/gz, fix AMI configuration → https://git.io/JvtGb
<{^_^}> [nixpkgs] @Infinisil pushed 5 commits to master: https://git.io/Jvtgr
fling has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @esclear closed pull request #71004 → calibre: 3.47.1 -> 4.1.0 → https://git.io/Jel6k
aranea has joined #nixos
aranea has quit [Changing host]
pitch has quit [Ping timeout: 268 seconds]
kvda has quit [Ping timeout: 265 seconds]
smatting has joined #nixos
o1lo01ol1o has joined #nixos
kvda has joined #nixos
jgt has quit [Quit: WeeChat 2.6]
chloekek has quit [Ping timeout: 265 seconds]
ixxie has joined #nixos
oharvey is now known as Bruce
Bruce is now known as oharvey
<{^_^}> [nixpkgs] @primeos merged pull request #78390 → tdesktop: 1.9.4 -> 1.9.7 → https://git.io/Jvtg3
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 1.9.4 -> 1.9.7 (#78390) »: https://git.io/Jvt2R
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
ixxie has quit [Ping timeout: 240 seconds]
iz16 has quit [Ping timeout: 246 seconds]
domogled has quit [Quit: domogled]
is_null has joined #nixos
kenjis1 has quit [Ping timeout: 260 seconds]
tg has quit [Ping timeout: 252 seconds]
hark has quit [Ping timeout: 252 seconds]
<mkaito> anyone else have vim-tmux-navigator stop working if vim is spawned under nix-shell (say, with direnv)?
hark has joined #nixos
lorimer has joined #nixos
tg has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Church- has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @PierreR opened pull request #78391 → nodePackages_10_x: add asciidoctor-plantuml → https://git.io/Jvt2H
drakonis_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #78392 → knot-resolver: add doh support → https://git.io/Jvt2j
ixxie has joined #nixos
<monokrome> ,locate nim
<{^_^}> Found in packages: nim, howl, qtcreator, vimPlugins.ale, rubyPackages_2_4.rouge, rubyPackages_2_5.rouge, rubyPackages_2_6.rouge
<monokrome> =^.^=
dm9 has quit [Quit: WeeChat 2.7]
cosimone has quit [Quit: Quit.]
iz16 has joined #nixos
jgeerds has quit [Ping timeout: 268 seconds]
Church- has joined #nixos
Church- has quit [Client Quit]
Church- has joined #nixos
jonten has quit [Ping timeout: 268 seconds]
Maxdamantus has quit [Ping timeout: 240 seconds]
Maxdaman1us has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
leira[m] has joined #nixos
lorimer has quit [Ping timeout: 260 seconds]
szicari has joined #nixos
johnw has quit [Remote host closed the connection]
ixxie has quit [Ping timeout: 268 seconds]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
kvda has joined #nixos
fendor has quit [Quit: Leaving]