worldofpeace 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/nixcon2018 || For best support,
<qyliss> I see you're running ZFS, which probably takes half your memory for itself, too
<{^_^}> [nixpkgs] @mehlon opened pull request #76756 → hyperrogue: 10.5e -> 11.2d → https://git.io/JeAAL
<Raito_Bezarius> Is it expected that cptofs on QEMU ARM virtualization can take hours to complete?
<Raito_Bezarius> (in the ext4 image creation process)
<Raito_Bezarius> (I tried to gdb -p and it seems like it's running something, a very long syscall because strace shows no output for some time)
<eoli3n_> qyliss as its simple to use it on nixos, i wanted to give it a try
<eoli3n_> but is this really usefull under nixos as we can rollback
<colemickens> rollback just means system config, not data
<eoli3n_> snapshotting is not usefull then, i dont want to compress to not kill my cpu
<eoli3n_> colemickens: right, but datas are just my dotfiles, already git managed, and pictures/movies/music borgbackuped
<eoli3n_> so...
* colemickens nods
<colemickens> I have a similar setup. I still like it for libvirt images, docker layers, and honestly I make stupid mistakes in my home dir and I have the disk space to spare. But it sounds like you know what you're doing :)
<eoli3n_> colemickens: yep, but on arch i use lvm for that. But i'm interested by docker layers on zfs, how do you manage that ?
<eoli3n_> just created a pool for /var/lib/docker ?
o1lo01ol1o has quit [Remote host closed the connection]
<colemickens> I think I have a pool for /var/lib and was lazy about it, but yeah. And then virtualisation.docker.storageDriver="zfs".
<colemickens> and then docker natively can talk zfs to have zfs manage layers/deduping. afaik it just works and means I get to avoid dm/aufs/whatever else
<clever> colemickens: from what ive read, instead of using unionfs to merge each layer together
<clever> colemickens: it will use zfs to clone the entire layer, and then mutate the clone
<eoli3n_> colemickens: i was using overlayfs2
<clever> so, the layers are pre-merged, as a single zfs filesystem, leaving you with less computation overhead
<clever> in theory, it also eliminates the limit of 128 layers (a problem in unionfs), but docker doesnt actually allow you to take advantage of that
mbrgm_ has joined #nixos
Rusty1 has quit [Remote host closed the connection]
* colemickens TIL. thanks!
<clever> so, when you import an image, it will unpack one layer
<clever> clone it, and unpack a 2nd layer ontop of the clone
<clever> clone it, and unpack a 3rd layer ontop of the clone...
<eoli3n_> i need to check if podman support zfs
<eoli3n_> i don't use docker on desktop
<qyliss> aIt does.
<qyliss> I should set that up
<eoli3n_> sorry, what means "aIt" ?
<qyliss> It was a typo
<qyliss> I meant "It"
<eoli3n_> oh ok
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm_ is now known as mbrgm
philr has joined #nixos
<eoli3n_> i added 1G memory, and i see it melt
leotaku has joined #nixos
<eoli3n_> 319M left
<eoli3n_> why is a rebuild so greedy
o1lo01ol1o has joined #nixos
drakonis has quit [Ping timeout: 260 seconds]
* colemickens has noticed it being cpu greedy lately, rebuild cripples video playback for a few seconds
drakonis has joined #nixos
Thra11 has joined #nixos
<eoli3n_> then... unable to fork: cannot allocate memory
<eoli3n_> rr
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @andersk opened pull request #76757 → ruby: Revert rubygems to 3.0.6 for ruby 2.6 and earlier → https://git.io/JeAAr
<qyliss> eoli3n_: how many (logical) CPU cores do you have
drakonis has quit [Ping timeout: 260 seconds]
drakonis has joined #nixos
<eoli3n_> qyliss: 2
<eoli3n_> "echo 1 > /proc/sys/vm/overcommit_memory" worked
<{^_^}> [nixpkgs] @alyssais opened pull request #76758 → Ruby 2 7 → https://git.io/JeAAy
alex`` has quit [Quit: WeeChat 2.7]
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #76650 → get_iplayer: 2.99 -> 3.24 → https://git.io/JeNQc
<{^_^}> [nixpkgs] @alyssais pushed 2 commits to master: https://git.io/JeAAd
<eoli3n_> i have a shell ansible module which require to execute cmd with fish
<eoli3n_> i specified executable: /usr/bin/fish, but obviously, its not the good way on nixos
<eoli3n_> i can't break it as it need to work on other linux systems
<eoli3n_> and as its not a shebang i can't use /usr/bin/env fish
<eoli3n_> so, what's the trick, a symlink ?
mexisme has quit [Ping timeout: 248 seconds]
<clever> eoli3n_: just `fish` and let $PATH find it?
<eoli3n_> i think this needs an absolute path
day|flip has joined #nixos
jluttine has quit [Ping timeout: 265 seconds]
<eoli3n_> https://docs.ansible.com/ansible/latest/modules/shell_module.html : This expects an absolute path to the executable.
<lovesegfault> Happy new year everyone :)
<eoli3n_> ah huhu that's funny
<eoli3n_> lovesegfault: you made me try nixos
<symphorien> sh -c fish
<eoli3n_> happy new year by the way
<lovesegfault> eoli3n_: I did? Do I know you?
<lovesegfault> Oh
<lovesegfault> From reddit?
<eoli3n_> héhé you know ?
<eoli3n_> nop
<eoli3n_> from an issue on waybar
* lovesegfault goes look
<eoli3n_> toml vs yaml vs json
<lovesegfault> Ah :D
<eoli3n_> :P
<lovesegfault> I'm glad!
<eoli3n_> i checked your repos then... i'm on it : https://github.com/eoli3n/nix-config
<{^_^}> [nixpkgs] @Thra11 opened pull request #76759 → wayfire: init at 0.3.0 → https://git.io/JeAAj
<lovesegfault> eoli3n_: Very nice!
<lovesegfault> Have you seen `home-manager` yet?
<eoli3n_> symphorien: same problem, that's not a absolute path
<lovesegfault> that's what made me switch from Gentoo
<eoli3n_> lovesegfault: yep but i will not use
<lovesegfault> eoli3n_: Oh, that's interesting, why not?
<eoli3n_> i already manage my dotfiles with ansible on multiple os so...
<lovesegfault> Ah :)
<symphorien> Sorry I meant: /bin/sh -c fish
* lovesegfault murmurs his hate for ansible
<eoli3n_> lovesegfault: you shouldn't :)
<lovesegfault> eoli3n_: We use it at work and it drives me nuts
<eoli3n_> its actually the best 'overkill' way to manage dotfiles on multiple hosts/os
<eoli3n_> how is it possible, its terribly simple
<lovesegfault> Our setup is complex
<lovesegfault> (c.f. https://standard.ai)
<lovesegfault> I dislike how ansible will fail halfway through a playbook and then:
<eoli3n_> wow, reading text on that video fucked my brain
thc202 has quit [Ping timeout: 248 seconds]
<lovesegfault> 1. It's hard to debug what/how failed
<eoli3n_> i think i need to sleep
<lovesegfault> 2. It will leave things halfway done (inconsistent state)
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<p01ar> happy new decade <3
* lovesegfault screams about the decade starting in 2021 at p01ar
<p01ar> *internally screams that for all purposes pointing out that there was never a year 0 is honestly like pointing out a tomato is a fruit
<eoli3n_> lovesegfault: it's idempotent, so as you ignore_errors OR fix it, state should alway be the same
<lovesegfault> eoli3n_: I'm not in the SRE team so I can't speak as to what our ansible setup does, but I've had issues where it will fail in provisioning and make the machine inaccessible
<lovesegfault> which drives me nuts
<eoli3n_> understandable
orivej has quit [Ping timeout: 268 seconds]
mexisme has joined #nixos
<eoli3n_> first sway launch on nixos, tadadada: https://x0.at/Mdb.png
<eoli3n_> lets sleep, my eyes are bloody brown
<lovesegfault> eoli3n_: Sweet!
<lovesegfault> gnight!
<eoli3n_> same
<eoli3n_> thx symphorien ;)
<eoli3n_> i did another way, it worked
o1lo01ol1o has quit [Remote host closed the connection]
chloekek has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @sorpaas opened pull request #76760 → Change types.attrs to recursively merge → https://git.io/JeAxY
iyzsong has joined #nixos
ebzzry has joined #nixos
lovesegfault has quit [Ping timeout: 248 seconds]
shibboleth has quit [Ping timeout: 240 seconds]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeAxz
drakonis has quit [Quit: WeeChat 2.7]
fendoer has quit [Read error: Connection reset by peer]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
wildtrees has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @risicle opened pull request #76762 → pythonPackages.unicorn: redesign to become a wrapper package around unicorn-emu → https://git.io/JeAxM
Thra11 has quit [Quit: WeeChat 2.7]
lambda-11235 has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #76763 → codeowners: Add infinisil to some more paths → https://git.io/JeAxd
<{^_^}> [nixpkgs] @Infinisil merged pull request #76744 → gitstatus: patch fewer lines → https://git.io/JeAyx
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeApe
<{^_^}> [nixpkgs] @Infinisil merged pull request #76741 → ssb-patchwork: 3.17.1 -> 3.17.2 → https://git.io/JeAyY
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeApJ
justanotheruser has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeApm
<{^_^}> [nixpkgs] @Infinisil merged pull request #66208 → django-postgresql-netfields: init at 1.2.2 → https://git.io/fjQCg
justanotheruser has joined #nixos
colemickens_ has quit [Quit: Connection closed for inactivity]
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
drakonis has joined #nixos
lord| has joined #nixos
silver has quit [Read error: Connection reset by peer]
h0m1 has quit [Ping timeout: 248 seconds]
h0m1 has joined #nixos
lambda-11235 has quit [Read error: Connection reset by peer]
zaeph has quit [Ping timeout: 248 seconds]
lambda-11235 has joined #nixos
jluttine has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #76707 → nixosTests.haka: port to python → https://git.io/JeAGE
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeAp8
drakonis has quit [Quit: WeeChat 2.7]
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @Infinisil merged pull request #76763 → codeowners: Add infinisil to some more paths → https://git.io/JeAxd
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeApa
<{^_^}> [nixpkgs] @Infinisil merged pull request #76676 → Bemenu: 0.1.0 -> 0.3.0 → https://git.io/JeNhZ
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeApV
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #nixos
<{^_^}> [nixpkgs] @servalcatty opened pull request #76764 → v2ray: 4.21.3 -> 4.22.0 → https://git.io/JeAp9
qubasa_ has joined #nixos
qubasa has quit [Ping timeout: 268 seconds]
testy has joined #nixos
testy has quit [Max SendQ exceeded]
testy has joined #nixos
testy has quit [Max SendQ exceeded]
justanotheruser has quit [Ping timeout: 246 seconds]
justanotheruser has joined #nixos
lambda-11235 has quit [Quit: Bye]
mexisme has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 268 seconds]
<shajra> I'm really enjoying Haskell.nix... no question... just a statement.
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @andersk opened pull request #76765 → vagrant: Resolve crash by replacing gem symlinks with directories → https://git.io/JeAhP
<{^_^}> [nixpkgs] @andersk closed pull request #76757 → ruby: Revert rubygems to 3.0.6 for ruby 2.6 and earlier → https://git.io/JeAAr
phi has joined #nixos
phi is now known as phi2020
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
zeta_0 has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
endformationage has quit [Quit: WeeChat 2.6]
fusion809 has joined #nixos
mexisme has joined #nixos
turq has joined #nixos
<turq> I have installed nixos on my machine and I'm trying to use cachix, but when I run "cachix use <some-package>", this is the error that is emitted:
<turq> MustBeRoot "Run command as root OR execute: $ echo \"trusted-users = root $USER\" | sudo tee -a /etc/nix/nix.conf && s
<turq> udo pkill nix-daemon"
mexisme has quit [Ping timeout: 248 seconds]
<turq> /etc/nix/nix.conf is read only, so the suggested modification isn't going to work
<turq> do I need to run nix-env -iA cachix -f https://cachix.org/api/v1/install
<turq> as root?
<turq> or do I need to somehow have an equivalent of nix.conf in my user's directory?
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
mexisme has joined #nixos
<clever> turq: nix.trustedUsers in configuration.nix
mexisme has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dtzWill merged pull request #75029 → heimer: init at 1.12.0 → https://git.io/JeD1G
<{^_^}> [nixpkgs] @dtzWill pushed 5 commits to master: https://git.io/JeAjB
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
chagra_ has joined #nixos
chagra has quit [Ping timeout: 268 seconds]
palo1 has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
drakonis has quit [Quit: WeeChat 2.7]
ixxie has joined #nixos
dontobey has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #76766 → minder: 1.5.1 -> 1.6.0, add new req'd deps → https://git.io/Jexey
dansho has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #76767 → spectral: 2019-{08-30 -> 12-23} → https://git.io/JexeS
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
leothrix has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #76768 → procps-ng: 3.3.{15 -> 16} → https://git.io/JexeH
mexisme has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #76769 → nextcloud-client: 2.6.1 -> 2.6.2 → https://git.io/JexeQ
leothrix has quit [Ping timeout: 240 seconds]
bvdw has quit [Read error: Connection reset by peer]
gnidorah has joined #nixos
bvdw has joined #nixos
mexisme has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #76770 → devilutionx: 0.5.0 -> 1.0.0, install font file → https://git.io/Jexe5
leothrix has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #76771 → llvm_9: 9.0.0 -> 9.0.1 → https://git.io/Jexeb
leothrix has quit [Read error: Connection reset by peer]
orivej has joined #nixos
leothrix has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #76772 → txr: 225 -> 230 → https://git.io/Jexex
evil-olive has quit [Ping timeout: 250 seconds]
leothrix has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #76773 → joplin-desktop: 1.0.167 -> 1.0.177 → https://git.io/Jexeh
<{^_^}> [nixpkgs] @dtzWill opened pull request #76774 → victor-mono: 1.2.7 -> 1.3.0 → https://git.io/JexvJ
<{^_^}> [nixpkgs] @dtzWill closed pull request #76768 → procps-ng: 3.3.{15 -> 16} → https://git.io/JexeH
Wharncliffe has quit [Quit: Lost terminal]
leothrix has joined #nixos
leothrix has quit [Ping timeout: 240 seconds]
day|flip has quit [Quit: The Lounge - https://thelounge.chat]
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
dansho has quit [Ping timeout: 240 seconds]
leothrix has joined #nixos
dansho has joined #nixos
ode has joined #nixos
dansho has quit [Ping timeout: 268 seconds]
ode has quit [Quit: Leaving]
<dtz> O:)
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #76489 → bitwarden-cli: move to nodePackages version → https://git.io/JebtD
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/Jexvi
orivej has joined #nixos
ebzzry has quit [Ping timeout: 268 seconds]
dansho has joined #nixos
cinimod has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #76755 → pythonPackages.scipy: 1.3.3 -> 1.4.1 enable tests use github src → https://git.io/JeAFA
mexisme has joined #nixos
mexisme has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #76747 → stm32loader: 0.5.0 -> 0.5.1 → https://git.io/JeASj
<{^_^}> [nixpkgs] @FRidh pushed commit from @emilazy to master « stm32loader: 0.5.0 -> 0.5.1 »: https://git.io/JexfJ
gnidorah has quit [Quit: Connection closed for inactivity]
leotaku has quit [Quit: ZNC 1.7.4 - https://znc.in]
leotaku has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-19.09 « knot-dns: 2.8.4 -> 2.8.5 »: https://git.io/JexfY
cfricke has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
jmeredith has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @zimbatm pushed to release-19.09 « Revert "nix: 2.3 -> 2.3.1" »: https://git.io/JexfB
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
noudle has joined #nixos
fenedor has joined #nixos
o1lo01ol1o has joined #nixos
v88m has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
thc202 has joined #nixos
cinimod has quit [Ping timeout: 260 seconds]
noudle has quit []
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @zimbatm merged pull request #76758 → Some Ruby 2.7 updates and fixes → https://git.io/JeAAy
<{^_^}> [nixpkgs] @zimbatm pushed 5 commits to master: https://git.io/JexJE
<{^_^}> [nixpkgs] @cdepillabout opened pull request #76778 → m64py: init at 0.2.4 → https://git.io/JexJg
<{^_^}> [nixpkgs] @cab404 opened pull request #76779 → Telega voip support → https://git.io/JexJy
mexisme has joined #nixos
cinimod has joined #nixos
iwvt[m] has joined #nixos
mexisme has quit [Ping timeout: 248 seconds]
justanotheruser has quit [Ping timeout: 248 seconds]
LLED2_ has joined #nixos
LLED2_2 has quit [Ping timeout: 258 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
rootatarch has joined #nixos
cinimod has quit [Ping timeout: 265 seconds]
justanotheruser has joined #nixos
Naptra has joined #nixos
zaeph has joined #nixos
v88m has quit [Ping timeout: 258 seconds]
phi2020 has quit [Remote host closed the connection]
fusion809 has quit [Remote host closed the connection]
cinimod has joined #nixos
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JexU4
<{^_^}> [nixpkgs] @dywedir merged pull request #76735 → mpvScripts.mpris: 0.2 -> 0.3 → https://git.io/JeA1b
o1lo01ol1o has joined #nixos
cinimod has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 260 seconds]
chloekek has joined #nixos
fusion809 has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
ebzzry has joined #nixos
<p01ar> Ericson2314 i think ive solved some problems you were having with solving paths in the windows build of nix
<{^_^}> [nixpkgs] @petabyteboy closed pull request #60788 → add mastodon package and module → https://git.io/fjZNp
<{^_^}> [nixpkgs] @Ma27 closed pull request #76769 → nextcloud-client: 2.6.1 -> 2.6.2 → https://git.io/JexeQ
<{^_^}> [nixpkgs] @Mic92 merged pull request #75173 → netdata: 1.18.1 -> 1.19.0 → https://git.io/Jeyp5
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JexUx
cosimone has joined #nixos
cosimone has quit [Client Quit]
cosimone has joined #nixos
dansho_ has joined #nixos
dansho has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @esclear opened pull request #76781 → tpm2-tss: 2.3.1 -> 2.3.2 → https://git.io/JexTG
jjakob has quit [Ping timeout: 245 seconds]
jjakob has joined #nixos
o1lo01ol1o has joined #nixos
jjakob has quit [Read error: Connection reset by peer]
jjakob has joined #nixos
<{^_^}> [nixpkgs] @geistesk opened pull request #76782 → golangci-lint: 1.21.0 -> 1.22.2 → https://git.io/JexTl
dirkx has joined #nixos
orivej has joined #nixos
chagra_ has quit [Ping timeout: 265 seconds]
chagra_ has joined #nixos
cosimone has quit [Quit: Terminated!]
bennofs has quit [Remote host closed the connection]
bennofs has joined #nixos
awaz has quit [Ping timeout: 268 seconds]
awaz has joined #nixos
mexisme has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
ashesham` has joined #nixos
mexisme has quit [Ping timeout: 260 seconds]
chagra_ has quit [Ping timeout: 258 seconds]
lsix has joined #nixos
penguwin has quit [Quit: NO CARRIER]
penguwin has joined #nixos
Rusty1 has joined #nixos
Naptra has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dirkx closed pull request #76417 → Additional redwax modules → https://git.io/JeFbU
<{^_^}> [nixpkgs] @dirkx reopened pull request #76417 → Additional redwax modules → https://git.io/JeFbU
cosimone has joined #nixos
rootatarch has quit [Quit: WeeChat 2.7]
chagra_ has joined #nixos
rootatarch has joined #nixos
UndefinedIsNotAF has quit [Ping timeout: 252 seconds]
UndefinedIsNotAF has joined #nixos
GerdFlaig[m] has joined #nixos
<cvlad-> Anybody on `nixos` using `~/.XCompose`to be able to write non-standard characters? I'm not quite sure where I would begin setting it up.
Valodim[m] has joined #nixos
<simpson> cvlad-: Your locale probably already has a handful of characters configured. Check out /share/X11/locale/$LOCALE/Compose for a listing.
<simpson> For example, I have an Xlib with this compose file: /nix/store/5j7mqkqjrqmvm57vngfj358qzr2fv32y-libX11-1.6.7/share/X11/locale/en_US.UTF-8/Compose
civodul has joined #nixos
<cvlad-> @simpson
<cvlad-> simpson: I already have an Xconfig file form my ubuntu machine, and I had overridden the meta key as well. Just not sure how to replicate the results on nixos.
<simpson> cvlad-: You can do all the same stuff. The xmodmap binary is in the xorg.xmodmap package.
Chiliparrot has joined #nixos
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @timjb opened pull request #76783 → networkmanager: fix dispatcherScripts example → https://git.io/Jexko
zupo has joined #nixos
opthomasprime has joined #nixos
opthomasprime has left #nixos [#nixos]
cjpbirkbeck has quit [Quit: Quitting now.]
ng0_ has joined #nixos
Lears has joined #nixos
[Leary] has quit [Ping timeout: 265 seconds]
ng0 has quit [Ping timeout: 268 seconds]
ng0_ is now known as ng0
<cvlad-> simpson: Okay, it ended up working. I needed this in my configuration.nix:
<cvlad-> services.xserver.displayManager.sessionCommands = ''
<cvlad-> ```
<cvlad-> setxkbmap -option caps:none
<cvlad-> '';
<cvlad-> export XCOMPOSEFILE = /home/vlad/.XCompose
<cvlad-> xmodmap -e "keycode 66 = Multi_key"
<cvlad-> ```
cfricke has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 258 seconds]
mac10688 has joined #nixos
dm9 has joined #nixos
pie_ has joined #nixos
<{^_^}> [nixpkgs] @costrouc opened pull request #76784 → pythonPackages.JPype1: refactor fix broken build → https://git.io/JexIq
logzet has joined #nixos
<pie_> great, skype has decided to start freezing when I load it...
<fuzen> Use the web version ?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jjakob has quit [Ping timeout: 252 seconds]
rootatarch has quit [Quit: WeeChat 2.7]
<pie_> hm
jjakob has joined #nixos
ng0 has quit [Quit: leaving]
<pie_> doesnt support firefox -_-
zupo has joined #nixos
endformationage has joined #nixos
stteevveen has joined #nixos
dansho_ has quit [Quit: Leaving]
mexisme has joined #nixos
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #76785 → [19.09] nix: 2.3 -> 2.3.1 → https://git.io/JexIz
Thra11 has quit [Client Quit]
mexisme has quit [Ping timeout: 252 seconds]
Thra11 has joined #nixos
stteevveen has quit [Remote host closed the connection]
vidbina has joined #nixos
dontobey has joined #nixos
thelg has joined #nixos
<eoli3n_> is system.activationScripts the lonely way to start shell cmd at each rebuild ?
ddellacosta has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Izorkin has joined #nixos
<kahiru> hey, what's the best way to configure and run a service which isn't packaged for nixos and there are no confiuration modules for it? Apart from packaging it and writing it ofc
<{^_^}> [nixpkgs] @misuzu opened pull request #76786 → freeswitch: fix gsmopen build and enable by default for linux → https://git.io/JexIx
<eoli3n_> kahiru: you could use flatpak
<eoli3n_> check if package exists
<eoli3n_> or running a container
<eoli3n_> with podman
thelg has quit [Read error: Connection reset by peer]
<kahiru> yeah, that doesn't sound too bad
philr has quit [Ping timeout: 258 seconds]
ddellacosta has quit [Ping timeout: 260 seconds]
<eoli3n_> as podman runs docker images and can fire rootless containers, it should match any of usecases
UndefinedIsNotAF has quit [Ping timeout: 264 seconds]
UndefinedIsNotAF has joined #nixos
ddellacosta has joined #nixos
<kahiru> I'm aware of that, I was just wondering if there isn't some other, more pure solution
<{^_^}> [nixpkgs] @primeos pushed to master « androidStudioPackages.{dev,canary}: 4.0.0.6 -> 4.0.0.7 »: https://git.io/JexLZ
thelg has joined #nixos
thelg has quit [Remote host closed the connection]
gustavderdrache has joined #nixos
<clever> cvlad-: xserver.xkbOptions = "caps:shiftlock"; lets you do the xkbmap part
<clever> kahiru: you can also use a systemd service
zupo has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @primeos opened pull request #76787 → sway: 1.2 -> 1.3, wlroots: 0.8.1 -> 0.9.0 → https://git.io/JexLg
zupo has joined #nixos
thelg has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
ixxie has quit [Ping timeout: 240 seconds]
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
Izorkin has joined #nixos
cosimone has quit [Quit: Terminated!]
<{^_^}> [nixpkgs] @sbourdeauducq opened pull request #76788 → libbladerf: 2.2.0 -> 2.2.1 → https://git.io/JexLM
jmeredith has quit [Quit: Connection closed for inactivity]
thelg has quit [Read error: Connection reset by peer]
ashesham` has quit [Ping timeout: 248 seconds]
ajs124 has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
ajs124 has joined #nixos
fenedor is now known as fendor
<eoli3n_> on archlinux we have vscode, vscodium and code, i use the third, is there any equivalent on nixos ?
jgeerds has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #76774 → victor-mono: 1.2.7 -> 1.3.0 → https://git.io/JexvJ
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/Jextq
bdju has quit [Read error: Connection reset by peer]
bdju has joined #nixos
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to master: https://git.io/JextY
<{^_^}> [nixpkgs] @dtzWill merged pull request #76772 → txr: 225 -> 230 → https://git.io/Jexex
fenedor has joined #nixos
v88m has joined #nixos
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #76370 → power-calibrate: 0.01.28 -> 0.01.29 → https://git.io/JeFMF
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/Jextl
fendor has quit [Ping timeout: 265 seconds]
<Unode> Is there any way to control the order of entries in /etc/sudoers?
<Unode> I have one user for which several passwordless rules exist. This user is also part of the wheel group. Since the wheel directive appears last in the sudoers file and defaults to asking a password, sudo always asks a password for this user despite having passwordless entries.
<Unode> if I move the wheel directive to the top of the file, everything works as expected.
thelg has joined #nixos
<Unode> what I'm trying to do is to move the wheel directive to the top but this is not something controlled by me. Additionally this worked (no password prompt) in 19.03 but stopped working (always asks password) in 19.09
<Unode> I'm tempted to open an issue unless someone has an idea and I'm the one doing something wrong...
fenedor is now known as fendor
thelg has quit [Ping timeout: 268 seconds]
wildtrees has joined #nixos
thelg has joined #nixos
thelg has quit [Remote host closed the connection]
<sphalerite> Unode: I think it should work if you use lib.mkBefore on your extraRules
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #76716 → atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0 → https://git.io/JeA8s
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JextK
mexisme has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #76783 → networkmanager: fix dispatcherScripts example → https://git.io/Jexko
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JextS
ng0 has joined #nixos
ng0 has joined #nixos
ng0 has quit [Changing host]
mexisme has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @costrouc opened pull request #76789 → pythonPackages.alerta-server: refactor fix broken build → https://git.io/Jextd
lunik1 has quit [Ping timeout: 260 seconds]
azdle has joined #nixos
litschi has joined #nixos
thelg has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @flokli merged pull request #76560 → nixosTests.kexec: port to python and mark as broken → https://git.io/Jeb94
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jexqf
zupo has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixos-org-configurations] @grahamc pushed to master « status.nixos.org: add a noscript indicator, and a loading indicator »: https://git.io/Jexqq
eoli3n__ has joined #nixos
zupo has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @costrouc opened pull request #76790 → pythonPackages.svgwrite: refactor fix broken build → https://git.io/Jexqm
<Unode> sphalerite: something like: sudo.extraRules = lib.mkBefore [... ? doesn't work, %wheel still gets added after extraRules
zupo has joined #nixos
<{^_^}> [nixpkgs] @cswank opened pull request #76791 → kcli: init at 1.8.2 → https://git.io/Jexq3
thelg has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos
eoli3n__ has quit [Quit: eoli3n__]
<{^_^}> [nixos-org-configurations] @grahamc pushed to master « status page: show the span of the data »: https://git.io/JexqZ
dm9 has quit [Quit: WeeChat 2.7]
zupo has quit [Ping timeout: 268 seconds]
eoli3n__ has joined #nixos
zupo has joined #nixos
<Unode> sphalerite: actually lib.mkAfter works. It pushes extraRules till after all the group specific settings
lunik1 has joined #nixos
lunik1 has quit [Read error: Connection reset by peer]
<pie_> does anyone know anything about
<pie_> $ quasselclient
<pie_> Aborted (core dumped)
lunik1 has joined #nixos
chloekek has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #76782 → golangci-lint: 1.21.0 -> 1.22.2 → https://git.io/JexTl
<{^_^}> [nixpkgs] @kalbasit pushed commit from @geistesk to master « golangci-lint: 1.21.0 -> 1.22.2 (#76782) »: https://git.io/JexqF
domogled has joined #nixos
mehlon has joined #nixos
<eoli3n_> here's a great new "tiny" irc client which isn't packaged yet for nixos : https://github.com/osa1/tiny
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JexmT
<{^_^}> [nixpkgs] @dtzWill merged pull request #76766 → minder: 1.5.1 -> 1.6.0, add new req'd deps → https://git.io/Jexey
<eoli3n_> maybe i will give a try, but it seems not so easy
<{^_^}> [nixpkgs] @dtzWill merged pull request #76773 → joplin-desktop: 1.0.167 -> 1.0.177 → https://git.io/Jexeh
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JexmZ
domogled has quit [Quit: domogled]
<{^_^}> [nixpkgs] @freepotion opened pull request #76792 → ivan: add icon and desktop item → https://git.io/JexmW
<{^_^}> [nixpkgs] @tomberek opened pull request #76793 → bash-my-aws: init at 20191231 → https://git.io/Jexm8
obadz- has joined #nixos
<pie_> ok quasselclient seems to work on unstable
obadz has quit [Ping timeout: 252 seconds]
obadz- is now known as obadz
shiver has joined #nixos
zarel_ has quit [Ping timeout: 260 seconds]
danbst has joined #nixos
<danbst> hello o/
zarel has joined #nixos
<danbst> I have a problem - persistent environment variables __ETC_PROFILE_DONE and __NIXOS_SET_ENVIRONMENT_DONE
<danbst> when I start a clean bash (`env -i bash --noprofile --norc`), those variables are absent, as expected
alex has joined #nixos
<danbst> however, when I launch it through Gnome (gnome-shell run), they are set every time
<danbst> I can't find anything in internet about "persistent x session environment varibales" - I never defined those vars in my files
alexherbo2 has joined #nixos
<danbst> I believe reboot will help here, but I wonder if anybody have seen such persistent variables
<mehlon> I have both of these vars as well
<mehlon> env | grep __
<danbst> mehlon yeah those are set in all NixOS sessions
<danbst> however in my case, those are set even when I start bash without /etc/profile and without /etc/bashrc. Smbdy provides initial environment
<danbst> which shouldn't happen
pie_ has quit [Ping timeout: 258 seconds]
<danbst> if we talk about XY problem - I did `nixos-rebuild switch` after adding an environment variable, but it didn't show up in `env`. I backtracked it to this issue - because `__NIXOS_SET_ENVIRONMENT_DONE=1` the file with nixos-defined env vars is no longer sourced
<{^_^}> [nixpkgs] @dudebout opened pull request #76794 → document nix-env bug relating to multiple output installation → https://git.io/Jexmp
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @fpletz pushed to master « proxmark3: refactor & init unstable at 2019-12-28 »: https://git.io/JexYm
eoli3n__ has quit [Remote host closed the connection]
eoli3n___ has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @costrouc opened pull request #76795 → pythonPackages.tablib: 0.12.1 -> 0.14.0 enable tests remove patches → https://git.io/JexYC
alex has quit [Ping timeout: 258 seconds]
alexherbo2 has quit [Ping timeout: 260 seconds]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @costrouc opened pull request #76796 → pythonPackages.browser-cookie3: refactor fix broken package use github src → https://git.io/JexYr
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JexYP
<{^_^}> [nixpkgs] @fpletz closed pull request #72463 → batctl: 2019.3 -> 2019.4 → https://git.io/Jeg3S
<sphalerite> Unode: oh right, got your ordering requirements the wrong way round. :)
chloekek has joined #nixos
alexherbo2 has joined #nixos
alex has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
zupo has joined #nixos
zupo has quit [Client Quit]
alex has quit [Quit: WeeChat 2.7]
drakonis has quit [Quit: WeeChat 2.7]
alex has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @lheckemann merged pull request #76672 → mirtk: enable tbb support for multithreading → https://git.io/JeNxQ
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JexOf
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
alexherbo2 has joined #nixos
mexisme has joined #nixos
alexherbo2 has quit [Client Quit]
alexherbo2 has joined #nixos
zupo has joined #nixos
<hyper_ch_> eyJhb: howdy
mexisme has quit [Ping timeout: 245 seconds]
pie_ has joined #nixos
trfl has quit [Quit: ZNC - http://znc.in]
o1lo01ol1o has quit [Remote host closed the connection]
zupo_ has joined #nixos
zupo has quit [Ping timeout: 268 seconds]
chloekek has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos
UndefinedIsNotAF has quit [Ping timeout: 264 seconds]
UndefinedIsNotAF has joined #nixos
<{^_^}> [nixpkgs] @lheckemann opened pull request #76797 → rPackages.rgl: fix build → https://git.io/JexO2
mananamenos has joined #nixos
<mananamenos> hi, why does latest nixo (loris in this case) use kernel 4.19 instead of the latest one by default?
<ivan> linux release cycle is scary and the LTS kernels are less scary, new 5.4 LTS is still in its infancy (but has been unproblematic for me)
<ivan> (not an official reason)
<ivan> you can set the kernel to whatever you need
<sphalerite> mananamenos: nixos's stable release don't update major versions generally. You can "opt in" to the latest linux kernel by setting boot.kernelPackages = pkgs.linuxPackages_latest; in your config though.
<mananamenos> yeah, actually i did, and this solved the issue of gdm + gnome3 not working with 4.19 kernel
<sphalerite> mananamenos: more specifically — nixos always uses longterm kernels, not stable ones
<sphalerite> (see https://www.kernel.org/ )
<sphalerite> by default, at least
gustavderdrache has quit [Quit: Leaving.]
<sphalerite> linuxPackages_latest will get you a kernel from the stable series, but those do sometimes break things.
<mananamenos> ok, thank you
kolbycrouch has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JexOy
vidbina has quit [Ping timeout: 260 seconds]
mananamenos has quit [Remote host closed the connection]
tomberek has joined #nixos
tomberek has quit [Client Quit]
tomberek has joined #nixos
tomberek has quit [Client Quit]
danbst has quit [Remote host closed the connection]
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
tomberek has joined #nixos
tomberek has quit [Client Quit]
tomberek has joined #nixos
<eoli3n___> any way to automate flatpak flathub configuration and package installation ?
<tomberek> .
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #76786 → freeswitch: fix gsmopen build and enable by default for linux → https://git.io/JexIx
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to master: https://git.io/Jex3Y
<{^_^}> [nixpkgs] @andersk opened pull request #76798 → dhcpcd: fix RA time unit confusion → https://git.io/Jex3u
trfl has joined #nixos
<systo> so I'm stuck on enabling plex
justanotheruser has joined #nixos
<systo> followed https://nixos.wiki/wiki/Plex and enabled unfree in /etc/nixos/configuration.nix
<systo> cannot access the webui
<mehlon> and you added services.plex.enable = true?
<systo> yea, did that, and openFirewall=true
kolbycrouch has quit [Remote host closed the connection]
trfl has quit [Ping timeout: 240 seconds]
<mehlon> systemctl status plex
chloekek has joined #nixos
smatting has joined #nixos
<mehlon> systo: also remember to do sudo nixos-rebuild switch
pie_ has quit [Quit: pie_]
<{^_^}> [nixpkgs] @andersk opened pull request #76799 → rosegarden: Use wrapQtAppsHook → https://git.io/Jex3h
<systo> I did, digging into why it faile
<systo> plex.service start request repeated too quickly
<{^_^}> [nixpkgs] @hax404 opened pull request #76801 → chirp: 20191123 -> 20191221; add support for chirp.drivers.tk8180 → https://git.io/Jexsv
trfl has joined #nixos
pie_ has joined #nixos
<mehlon> and manually doing systemctl stop plex; systemctl start plex?
<systo> same result in systemctl status plex with updated timestamps
pie_ has quit [Client Quit]
<mehlon> I guess I can't help any further
<systo> hmm, doing on separate lines only indicates one fail, doing stop/start on same line indicates too fails, some monitor is trying to keep it active at all costs?
<systo> TY for the help thus far
cosimone has joined #nixos
kaliumxyz has quit [Remote host closed the connection]
leotaku has quit [Ping timeout: 258 seconds]
pie_[bnc] has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
fusion809 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @flokli merged pull request #76785 → [19.09] nix: 2.3 -> 2.3.1 → https://git.io/JexIz
<{^_^}> [nixpkgs] @flokli pushed 5 commits to release-19.09: https://git.io/Jexsc
domogled has joined #nixos
__monty__ has quit [Quit: leaving]
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/Jexs0
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
leotaku has joined #nixos
Dagger has quit [Ping timeout: 245 seconds]
ng0 has joined #nixos
ng0 has joined #nixos
lovesegfault has joined #nixos
lovesegfault has quit [Client Quit]
fusion809 has joined #nixos
Dagger2 has joined #nixos
chloekek has quit [Ping timeout: 265 seconds]
ddellacosta has quit [Read error: Connection reset by peer]
ddellacosta has joined #nixos
smatting has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 268 seconds]
rogue_koder_ has joined #nixos
rogue_koder has quit [Remote host closed the connection]
silver has joined #nixos
johnnyfive has quit [Quit: I quit now.]
domogled has quit [Quit: domogled]
zeta_0 has joined #nixos
mexisme has joined #nixos
<zeta_0> error: undefined variable 'haskellPackages'? https://hastebin.com/exujefuceh.bash
johnnyfive has joined #nixos
<zeta_0> i even copied straight from the instructions? https://www.srid.ca/haskell-nix.html
<clever> zeta_0: have you tries pkgs.haskellPackages ?
UndefinedIsNotAF has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<zeta_0> clever: so replace: `pkgs.haskell.lib.addBuildTools` with that?
mexisme has quit [Ping timeout: 248 seconds]
<clever> replace haskellPackages with pkgs.haskellPackages
<srid> zeta_0: oops; I fixed it. Refresh the page.
<zeta_0> srid: thanks for fixing that, it was tripping me out
<zeta_0> srid: and thanks for these instructions, they have been very useful
<zeta_0> srid++
<{^_^}> srid's karma got increased to 1
<zeta_0> clever: thanks as well
<zeta_0> clever++
<{^_^}> clever's karma got increased to 288
<srid> good to hear :)
cosimone has quit [Quit: Terminated!]
<eoli3n___> is there any ansible-vault like on nix ?
cosimone has joined #nixos
<mehlon> not yet
<{^_^}> [nixpkgs] @misuzu opened pull request #76803 → freeswitch: 1.8.7 -> 1.10.2 → https://git.io/JexGS
<eoli3n___> hm, that's problematic, i store my config on git. I want to configure openvpn client
<eoli3n___> but i can't put config file without using nix way so... what's the workaround ?
<mehlon> you can include other .nix files in nix so you can have something like "include [ ./private.nix ]" which you do not add to git
<eoli3n___> mehlon you're right, thx
<zeta_0> i use nix-shell in elisp, anyways, i was wondering if there is a way to get nix-shell to inherit my .emacs configuration?
<eoli3n___> mehlon https://git-secret.io/
<eoli3n___> maybe i'll give a try
<zeta_0> nevermind, i think this is a question for the #emacs channel
<eoli3n___> is there a way to read a file when nix expect a string ?
<eoli3n___> (builtins.readFile ./client.conf)
<eoli3n___> lets try
zarel has quit [Ping timeout: 260 seconds]
zarel has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
Squarism has joined #nixos
Squarism has quit [Changing host]
mehlon has quit [Remote host closed the connection]
lunik1 has quit [Quit: :x]
zupo has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: Quit.]
lunik1 has joined #nixos
cosimone has joined #nixos
lunik1 has quit [Client Quit]
lunik1 has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
ixxie has joined #nixos
<eoli3n___> hm
<eoli3n___> sometimes i get on my active term : Integer 243 in '243 (243)' followed by non-digit
mexisme has joined #nixos
mexisme has quit [Ping timeout: 268 seconds]
lovesegfault has joined #nixos
selfsymmetric-mu has joined #nixos
<lovesegfault> eoli3n_: Glad to see you're tinkering with NixOS still "D
<lovesegfault> *:D
zaeph has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @Lassulus merged pull request #76384 → bitwig-studio: 3.0.3 -> 3.1.1 → https://git.io/JeF97
<{^_^}> [nixpkgs] @Lassulus pushed commit from @bfortz to master « bitwig studio 3.0.3 -> 3.1.1 »: https://git.io/Jexn3
<eoli3n___> lovesegfault i'm decided to switch, but i'm switching from archlinux/xorg-i3 to nixos/sway so i need to change everything single things
<eoli3n___> every single thing*
eoli3n___ has quit [Remote host closed the connection]
<eoli3n_> still here :)
<genesis> bonjour eoli3n_ :)
<eoli3n_> o/
<genesis> \o
gustavderdrache has joined #nixos
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
spinus has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<spinus> hello, I cannot find it, is there any way to filter input of derivation? I tried builtins.filterSource but that seem not working as expected, nix still says it grabbing more than 256M where most of it is node_modules for local dev
orivej has joined #nixos
LeshaInc has quit [Ping timeout: 245 seconds]
ixxie has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #76803 → freeswitch: 1.8.7 -> 1.10.2 → https://git.io/JexGS
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JexnQ
mexisme has joined #nixos
<ryantm> spinus: How are you using builtins.filterSource?
<{^_^}> [nixpkgs] @benley merged pull request #76444 → Docker-containers: Consider the exit status of docker run in ExecStop → https://git.io/JeFpA
<{^_^}> [nixpkgs] @benley pushed commit from @Atemu to master « Consider the exit status of docker run in ExecStop (#76444) »: https://git.io/JexnA
<spinus> ryantm: `src = builtins.filterSource (a: b: false) ./.;`
mexisme has quit [Ping timeout: 252 seconds]
<spinus> if I use `true` the issue is the same
<spinus> but when I manually remove `node_modules` it works fine without any warning
<ryantm> spinus: Sounds like the node_modules files are getting in some other way then. Do you have a minimal nix expression that has trouble?
<spinus> ryantm: nah, I would need to extract it to make it any useful to look at. Thanks for the tip, I'll look for other places when this can be fetched and than start preparing example so maybe this will show me the way, cheers.
growpotkin has joined #nixos
LeshaInc has joined #nixos
philr has joined #nixos
<ajs124> I'm trying to fix the build of pythonPackages.pysvn right now, but I'm getting lots of "locale.Error: unsupported locale setting" errors with their test suite and I'm not quite sure what those are supposed to mean
orivej has quit [Ping timeout: 268 seconds]
<infinisil> ajs124: Try LC_ALL = "en_US.UTF-8" in the environment
fendor has quit [Read error: Connection reset by peer]
<ajs124> infinisil: https://gist.github.com/ajs124/6402c6ca297f953d31c75a10b029135b that does give me some more new different errors, not sure what those are supposed to mean, either
<infinisil> Not sure, maybe try grepping through nixpkgs for LC_ALL (which I did earlier) maybe there's some other things people did
<{^_^}> [nixpkgs] @veprbl merged pull request #76799 → rosegarden: Use wrapQtAppsHook → https://git.io/Jex3h
<{^_^}> [nixpkgs] @veprbl pushed commit from @andersk to master « rosegarden: Use wrapQtAppsHook (#76799) »: https://git.io/Jexcn
<ajs124> infinisil: seems like they're trying to set en_GB.UTF-8 in their code, for some reason, which isn't available in the build environment
kleisli has quit [Ping timeout: 268 seconds]