worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
werner291 has quit [Quit: werner291]
lunik1 has quit [Ping timeout: 258 seconds]
lunik1 has joined #nixos
<PrinceMachiavell> The main issue is that DynamicUser implies ProtectSystem= which makes the entire system read only. It looks like if StateDirectory is set then a RW directory will be created. I'll see if that works.
moet has quit [Quit: leaving]
moet has joined #nixos
sleepydog has quit [Ping timeout: 272 seconds]
<PrinceMachiavell> That did work. Guess I just didn't notice the StateDirectory option before. Thanks.
abathur has quit [Quit: abathur]
moet has quit [Ping timeout: 258 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
ixxie has quit [Ping timeout: 260 seconds]
slack1256 has joined #nixos
juliosueiras has joined #nixos
<juliosueiras> question, what is the most stable+feature complete parser for nix right now?(Go, Rust, etc)
abathur has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJ3l4
user_0x58 has joined #nixos
camsbury has joined #nixos
thc202 has quit [Ping timeout: 256 seconds]
slack1256 has quit [Remote host closed the connection]
ottidmes has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos
slack1256 has joined #nixos
ottidmes has joined #nixos
lassulus has quit [Ping timeout: 244 seconds]
lassulus has joined #nixos
sleepydog has joined #nixos
camsbury has quit [Remote host closed the connection]
sleepydog has quit [Quit: leaving]
simukis__ has quit [Ping timeout: 264 seconds]
kmplsv has quit [Quit: weeeeeeeeeeeeeeeeeeee.]
kmplsv has joined #nixos
cr4y1 has quit [Ping timeout: 260 seconds]
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
<Graypup_> juliosueiras, there is rnix. I have not looked into others.
<Graypup_> it was good enough to write an LSP on
<juliosueiras> k, in that case then I will build upon rnix then(since I did build terraform-lsp, so have experience in LSP), since right now rnix-lsp doesn't give me nixos options as completion
lassulus_ has joined #nixos
lassulus has quit [Ping timeout: 256 seconds]
lassulus_ is now known as lassulus
<{^_^}> [nixpkgs] @jerith666 opened pull request #93087 → alpine: 2.21 -> 2.23 → https://git.io/JJ3BJ
pamplemousse has joined #nixos
bennofs__ has quit [Ping timeout: 264 seconds]
<infinisil> juliosueiras: Well to be pedantic, the most stable and featurecomplete Nix parser is the one from Nix itself
<Graypup_> lol
<juliosueiras> to be honest, I am legit thinking of just piping arguments (like services.mysql, etc) to nixos-options and return the result
<infinisil> juliosueiras: Another parser is https://github.com/haskell-nix/hnix though, which has been around for longer than rnix at least, but I can't speak about how they compare in features
<juliosueiras> (in the background of the lsp itself)
<infinisil> Piping into nixos-option would be pretty bad tbh
<infinisil> nixos-option is really fragile and slow
<bkv> and also wouldn't work on flakes
<juliosueiras> true, k, I will look into rnix-lsp to build upon that then
<juliosueiras> and hnix
<juliosueiras> (since the latest commit for that one is pretty recent)
proofofkeags has quit [Remote host closed the connection]
tim[m]9 has joined #nixos
proofofkeags has joined #nixos
pamplemousse has quit [Ping timeout: 258 seconds]
proofofkeags has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #92985 → librealsense: 2.35.2 -> 2.36.0 → https://git.io/JJYxc
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ3BH
<{^_^}> [nixpkgs] @ryantm merged pull request #93044 → gtkgnutella: 1.1.15 -> 1.2.0 → https://git.io/JJO66
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ3BQ
quinn has joined #nixos
<emmanuel`> I think I've run into a bug within nix (I really hope not). When I run the expression given here (https://gist.github.com/emmanueldenloye/4b62bdad3fad3a9f794f09c0e0f9d8e2) I get a hash mismatch, but the hash specified in the file is the same computed hash?
<emmanuel`> What is going on?
<{^_^}> [nixpkgs] @jonringer opened pull request #93088 → python3Packages.pytest-black: 0.3.9 -> 0.3.10 → https://git.io/JJ3RG
<cole-h> emmanuel`: ?
<cole-h> emmanuel`: Are you maybe misreading the hash mismatch message? It is saying that it wanted `1cd....` (your provided hash), but the hash it got was `0qj....`. Indeed, replacing it with the "got" hash, it works fine.
ErikaKuykendall has joined #nixos
<emmanuel`> cole-h: No it isn't saying that all.
<emmanuel`> the hash it gets is the same as the one it wanted on my machine
<cole-h> Huh? Can you provide the output?
anders^ has quit [Ping timeout: 256 seconds]
marek has quit [Ping timeout: 256 seconds]
Uma has quit [Ping timeout: 244 seconds]
<cole-h> ....what
<cole-h> Hash should be "1xxyxnyc8wzliddfqwhj83k44pnhg74a03ii7a9r96rnfwyd9sam" -- try that. (I don't know why that's happening. What if you slap a lot of `-v`s on it? Anything interesting, to you?)
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos
anders^ has joined #nixos
kalbasit has quit [Ping timeout: 256 seconds]
<emmanuel`> that worked
<emmanuel`> when I changed the hash to what your nix was giving you
<emmanuel`> WTF
knerten1 has joined #nixos
marek has joined #nixos
Uma has joined #nixos
<murmr> Hello, has anyone got sc3-plugins working with the SuperCollider package?
<emmanuel`> cole-h: I didn't see anything of note when I slapped even one v
<cole-h> Then you gotta slap more
<cole-h> One -v usually isn't enough to glean any information
<emmanuel`> 3 slaps?
<cole-h> I usually go with -vvvvv
knerten2 has quit [Ping timeout: 240 seconds]
rajivr has joined #nixos
cmk_zzz_ has joined #nixos
cmk_zzz has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jtojnar opened pull request #93089 → nixosTests.gnome3: enable debug mode → https://git.io/JJ30z
proofofkeags has joined #nixos
zeta_0 has joined #nixos
nikita_ has joined #nixos
nikita` has quit [Ping timeout: 272 seconds]
proofofkeags has quit [Ping timeout: 264 seconds]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<cole-h> jtojnar++
<{^_^}> jtojnar's karma got increased to 55
<zeta_0> hello there, does anyone here understand the lorri tool well, i need help setting something up?
<zeta_0> so i built ghc using nix, but i am not sure how to set it up with my (lorri+direnv+emacs-direnv) setup? https://github.com/alpmestan/ghc.nix
kalbasit has joined #nixos
<zeta_0> now that i can build it without any problems, i want to be able to set it up with lorri, that way i can easily get ghcid/ghcide working on ghc
pjt_014 has joined #nixos
<cole-h> It's no different from adding any other package to your environment. Get a derivation and add it to your shell.nix's `buildInputs`.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93091 → phoronix-test-suite: 9.6.1 -> 9.8.0 → https://git.io/JJ3Et
ErikaKuykendall has quit [Remote host closed the connection]
alp has quit [Remote host closed the connection]
alp has joined #nixos
proofofkeags has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
proofofkeags has quit [Read error: Connection reset by peer]
Jago_KI has joined #nixos
proofofkeags has joined #nixos
simukis_ has joined #nixos
<zeta_0> cole-h: so if i understand correctly, all i need to do is copy the entire code snippet from ghc.nix's default.nix file and paste it into the buildInputs section of the shell.nix file initialized using lorri? https://github.com/alpmestan/ghc.nix/blob/master/default.nix
waleee-cl has quit [Quit: Connection closed for inactivity]
moet has joined #nixos
<zeta_0> cole-h: thanks for the explanation, i'll try this out, and see if i can get it working
<zeta_0> here's the shell.nix file that i'm starting out with: https://dpaste.org/e910
capt_zap_ has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
capt_zap has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93092 → python37Packages.azure-core: 1.6.0 -> 1.7.0 → https://git.io/JJ3Eo
capt_zap has joined #nixos
capt_zap_ has quit [Read error: Connection reset by peer]
<zeta_0> ok so i wrapped the nix snippet in parenthesis and placed it in buildInputs, but it's throwing that cannnot coerce type error? https://dpaste.org/EQ54
icey_ has joined #nixos
alp has quit [Ping timeout: 272 seconds]
icey__ has joined #nixos
iceypoi has quit [Ping timeout: 246 seconds]
Jago_KI has quit [Ping timeout: 258 seconds]
icey_ has quit [Ping timeout: 272 seconds]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> [nixpkgs] @ryantm merged pull request #84973 → pythonPackages.{aadict,,globre,pxml}: init at 0.2.3, 0.1.5, 0.2.13 respectively → https://git.io/Jvhuj
<{^_^}> [nixpkgs] @ryantm pushed 5 commits to master: https://git.io/JJ3u3
virus_dave has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/aca0bbe791c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93093 → pmacct: 1.7.3 -> 1.7.5 → https://git.io/JJ3uo
freezeboy has quit [Ping timeout: 245 seconds]
jhuizy5 has joined #nixos
ktosiek6 has joined #nixos
realrokka_ has joined #nixos
rail has quit [Quit: gone...]
ktosiek has quit [Quit: Ping timeout (120 seconds)]
realrokka has quit [Quit: rip]
jhuizy has quit [Quit: Ping timeout (120 seconds)]
jhuizy5 is now known as jhuizy
seanparsons has quit [Remote host closed the connection]
Sigma has quit [Ping timeout: 256 seconds]
ktosiek6 is now known as ktosiek
Czen has quit [Read error: Connection reset by peer]
Sigma[Mtp] has joined #nixos
Sigma[Mtp] is now known as Sigma
Czen has joined #nixos
rail has joined #nixos
seanparsons has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 246 seconds]
Supersonic112 is now known as Supersonic
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
Heirlung has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
dansho has quit [Quit: Leaving]
Heirlung has joined #nixos
drakonis has quit [Ping timeout: 272 seconds]
Soo_Slow has joined #nixos
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
juliosueiras has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @bjornfor merged pull request #93080 → munin: 2.0.63 -> 2.0.64 → https://git.io/JJ3kV
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « munin: 2.0.63 -> 2.0.64 »: https://git.io/JJ3gO
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @danieldk opened pull request #93094 → python3Packages.spacy: 2.3.1 -> 2.3.2 → https://git.io/JJ3g6
Soo_Slow has quit [Quit: Soo_Slow]
<{^_^}> [nixpkgs] @danieldk merged pull request #93065 → libslirp: 4.3.0 -> 4.3.1 → https://git.io/JJOdL
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJ3gH
slack1256 has quit [Remote host closed the connection]
palo1 has joined #nixos
palo has quit [Ping timeout: 272 seconds]
palo1 is now known as palo
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
<emmanuel`> How can I use fetchurl to get a folder currently on disk?
evanjs has quit [Ping timeout: 272 seconds]
<emmanuel`> Or at least like something similar?
endformationage has quit [Quit: WeeChat 2.7.1]
<cole-h> Why not just `something = ./relative/path/to/folder;` or `something = /absolute/path/to/something;`?
maier has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
evanjs has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
simba2 has joined #nixos
proofofkeags has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
chimay has joined #nixos
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
zupo has joined #nixos
<fps> hmm, i'm trying to get a systemd.service to run as a user. it starts allright, but for some reason PAM security limits do not apply to it..
<fps> ExecStart = "${pkgs.bash} -l -c ..." doesn't seem to be enough
<fps> i suppose i need to get a PAM session running for the user?
alexherbo2 has joined #nixos
moet has quit [Ping timeout: 256 seconds]
<cole-h> fps: Why not use `systemd.user.services`?
<fps> cole-h: no idea :)
leothrix has joined #nixos
<fps> in the end i was just missing that systemd ignores limits.conf ;)
<fps> cole-h: can a systemd.user.service be wantedBy a systemd.service?
<cole-h> I don't see why not.
palo1 has joined #nixos
<fps> this worked now: https://paste.debian.net/1156311/
cole-h has quit [Quit: Goodbye]
<fps> would there be a good reason to switch over to a systemd.user.service?
<fps> i guess if PAM limits applied to user services, then it would make two lines shorter.. which would be good :)
robodojo has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
simba2 has quit [Ping timeout: 256 seconds]
alexherbo2 has quit [Ping timeout: 240 seconds]
captn3m0 has quit [Ping timeout: 246 seconds]
captn3m0- has joined #nixos
alexherbo2 has joined #nixos
zupo has joined #nixos
alexherbo2 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @bjornfor merged pull request #92852 → spotifyd: make option link clickable → https://git.io/JJYes
<{^_^}> [nixpkgs] @bjornfor pushed commit from @Atemu to master « spotifyd: make option link clickable »: https://git.io/JJ3VO
kenji has joined #nixos
alexherbo2 has joined #nixos
mallox has joined #nixos
mallox has quit [Client Quit]
zaeph has quit [Remote host closed the connection]
cfricke has joined #nixos
cr4y1 has joined #nixos
amanjeev- has quit [Quit: Logging off! Bbye!]
dustinm- has quit [Quit: Leaving]
amanjeev has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93096 → python27Packages.kazoo: 2.7.0 -> 2.8.0 → https://git.io/JJ3wt
pjt_014 has quit [Ping timeout: 272 seconds]
dustinm has joined #nixos
cr4y1 has quit [Ping timeout: 264 seconds]
nixbitcoin has quit [Remote host closed the connection]
turlando has joined #nixos
nixbitcoin has joined #nixos
cr4y1 has joined #nixos
chimay has quit [Ping timeout: 272 seconds]
chimay has joined #nixos
kalbasit has quit [Ping timeout: 240 seconds]
quinn has joined #nixos
ardumont has quit [Ping timeout: 256 seconds]
alp has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<evax> I'm using a flake to define a set of python and R packages for data science. I'm trying to add tensorflow_2 which is currently marked as broken if `!(xlaSupport -> cudaSupport) || !isPy3k`
<evax> I'm on python37, but even if I override the package and set cudaSupport and xlaSupport to false, nix still complains about the `broken` state
NeoCron has joined #nixos
FRidh has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/206dc0cfacd (from 71 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/aca0bbe791c (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
m0rphism has joined #nixos
<Graypup_> can I disable haddock for one haskell package? there's a bug in it that causes it to crash while making the docs for that package and I don't want to update my ghc to a non buggy version yet
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
Izorkin has joined #nixos
dermetfan has joined #nixos
smatting has joined #nixos
noeleon has joined #nixos
lord| has quit [Ping timeout: 240 seconds]
xwvvvvwx- has joined #nixos
lord| has joined #nixos
noeleon has quit [Remote host closed the connection]
xwvvvvwx has quit [Ping timeout: 272 seconds]
xwvvvvwx- is now known as xwvvvvwx
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
le_jonge has quit [Ping timeout: 258 seconds]
<Graypup_> Cale, thanks!
<Graypup_> heck! I literally grepped for doHaddock. I must have made a typo or something
bvdw has quit [Ping timeout: 260 seconds]
bvdw has joined #nixos
jonge has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #93097 → nnn: 3.2 -> 3.3 → https://git.io/JJ3Kl
cjay has quit [Ping timeout: 260 seconds]
dermetfan has quit [Ping timeout: 256 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
growpotkin has joined #nixos
lord| has quit [Ping timeout: 256 seconds]
ardumont has joined #nixos
lord| has joined #nixos
fendor has joined #nixos
alp has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @filalex77 merged pull request #93097 → nnn: 3.2 -> 3.3 → https://git.io/JJ3Kl
<{^_^}> [nixpkgs] @filalex77 pushed 2 commits to master: https://git.io/JJ3KA
<{^_^}> [nixpkgs] @ardumont opened pull request #93098 → oospdlog: 1.6.0 -> 1.7.0 → https://git.io/JJ3Kx
ixxie has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
alp has joined #nixos
werner291 has joined #nixos
ixxie has quit [Ping timeout: 240 seconds]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
arkaebee has quit [Remote host closed the connection]
CMCDragonkai has quit [Remote host closed the connection]
arkaebee has joined #nixos
CMCDragonkai has joined #nixos
adamse has quit [Ping timeout: 244 seconds]
thc202 has joined #nixos
sphalerite has quit [Quit: WeeChat 2.6]
dmj` has quit [Ping timeout: 244 seconds]
adamse has joined #nixos
sphalerite has joined #nixos
dmj` has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
<lejonet> Anyone here know why nixos-generators refuse to find the init in nix-store, tho its very clearly there? Error log: http://dpaste.com/1BN7B8M, base-configuration.nix: http://dpaste.com/2K5PEGQ
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/206dc0cfacd (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @ardumont opened pull request #93099 → Libupnp add reuse addr option → https://git.io/JJ3if
oida has quit [Remote host closed the connection]
oida has joined #nixos
dermetfan has joined #nixos
ogroendal has joined #nixos
never_released_ has joined #nixos
<gthm> I can't use delve to debug go programs on my NixOS setup. I've installed delve and govia users.users.foo.packages. When I try to run `dlv debug main.go` for any go file, I get a two-level stack trace that doesn't touch any go code
never_released has quit [Ping timeout: 256 seconds]
<gthm> any ideas?
astrofog has joined #nixos
<gthm> oh, nevermind, the problem was that it was too long since I'd used delve and I'd forgotten how it works
domogled has joined #nixos
sigmundv has joined #nixos
<yurb> if I'm in nix-shell already (invoked by `nixpks-review pr`), is it possible to add another package to the shell's environment?
ogroendal has quit [Remote host closed the connection]
mniip has quit [Quit: This page is intentionally left blank.]
astrofog has quit [Quit: Quite]
<bkv> Just make a new shell, inside that one
<bkv> Shells are composable
<bkv> Mostly
domogled has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
ckauhaus has joined #nixos
<yurb> worked! Thanks.
<{^_^}> [nix] @edolstra pushed to nix-copy « Doh »: https://git.io/JJ3X1
<{^_^}> [nixpkgs] @dasj19 opened pull request #93100 → sudo: 1.8.31p1 -> 1.9.1 → https://git.io/JJ3XH
CMCDragonkai has quit [Remote host closed the connection]
o1lo01ol_ has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
cosimone has joined #nixos
Gaelan has joined #nixos
lstanley has quit [Ping timeout: 244 seconds]
lukego has quit [Ping timeout: 244 seconds]
NemesisD has quit [Ping timeout: 244 seconds]
domogled has joined #nixos
jb55 has quit [Ping timeout: 240 seconds]
c_wraith has quit [Ping timeout: 256 seconds]
NemesisD has joined #nixos
Gaelan_ has quit [Read error: Connection reset by peer]
wpcarro has quit [Ping timeout: 244 seconds]
<sephii> I noticed there's a "firehol" package, but there are no options to configure it. Should I write a service myself? How do you usually manage firewall rules on NixOS systems? I know about networking.firewall.allowedTCPPorts, but I'd like finer control (to specify authorized IPs) but I'd like to avoid using networking.firewall.extraCommands
georgyo has quit [Ping timeout: 244 seconds]
jeaye has quit [Ping timeout: 256 seconds]
arahael1 has quit [Ping timeout: 256 seconds]
vojta001[m] has quit [Ping timeout: 260 seconds]
lstanley has joined #nixos
lukego has joined #nixos
georgyo has joined #nixos
vojta001[m] has joined #nixos
yusdacra[m]1 has quit [Ping timeout: 260 seconds]
vtest[m] has quit [Ping timeout: 260 seconds]
delroth[m] has quit [Ping timeout: 260 seconds]
jjwatt[m] has quit [Ping timeout: 260 seconds]
lalala56756[m] has quit [Ping timeout: 260 seconds]
dammndot[m] has quit [Ping timeout: 260 seconds]
mdlayher1 has quit [Ping timeout: 260 seconds]
tskc[m]1 has quit [Ping timeout: 260 seconds]
sputny[m] has quit [Ping timeout: 260 seconds]
therivercass[m] has quit [Ping timeout: 260 seconds]
regnat has quit [Ping timeout: 260 seconds]
philipp[m] has quit [Ping timeout: 260 seconds]
quiet_laika[m] has quit [Ping timeout: 260 seconds]
eadwu[m] has quit [Ping timeout: 260 seconds]
wpcarro has joined #nixos
eadwu[m] has joined #nixos
yusdacra[m]1 has joined #nixos
sputny[m] has joined #nixos
therivercass[m] has joined #nixos
jb55 has joined #nixos
vtest[m] has joined #nixos
lalala56756[m] has joined #nixos
mdlayher1 has joined #nixos
jjwatt[m] has joined #nixos
dammndot[m] has joined #nixos
regnat has joined #nixos
quiet_laika[m] has joined #nixos
delroth[m] has joined #nixos
tskc[m]1 has joined #nixos
philipp[m] has joined #nixos
c_wraith has joined #nixos
CMCDragonkai has joined #nixos
troydm has quit [Ping timeout: 256 seconds]
mniip has joined #nixos
troydm has joined #nixos
<{^_^}> [nixpkgs] @ardumont opened pull request #93101 → fmt: Open enableShared option → https://git.io/JJ31K
CMCDragonkai has quit [Remote host closed the connection]
CMCDragonkai has joined #nixos
rizary has quit [Ping timeout: 244 seconds]
elvishjerricco has quit [Ping timeout: 244 seconds]
<adisbladis> Someone correct me if I'm wrong, but I don't think we have any abstractions to manage IP based filtering
hauleth has quit [Quit: ZNC 1.7.4 - https://znc.in]
<adisbladis> sephii: You could potentially use systemd depending on your use case
buggymcbugfix has quit [Ping timeout: 244 seconds]
<adisbladis> It works on a per-unit basis
knupfer has joined #nixos
elvishjerricco has joined #nixos
vk3wtf has quit [Ping timeout: 258 seconds]
raboof has quit [Ping timeout: 244 seconds]
kreyren has quit [Remote host closed the connection]
rizary has joined #nixos
hauleth has joined #nixos
<adisbladis> lejonet: That is a recent bug in Nix
enteee has quit [Ping timeout: 256 seconds]
danderson has quit [Ping timeout: 256 seconds]
alj[m] has quit [Ping timeout: 260 seconds]
khassanov[m] has quit [Ping timeout: 260 seconds]
d3c[m] has quit [Ping timeout: 260 seconds]
srxl has quit [Ping timeout: 260 seconds]
globin has quit [Ping timeout: 260 seconds]
<{^_^}> nix#3471 (by samueldr, 14 weeks ago, closed): Possible regression/behaviour change in master ⇒ path '/nix/store/...' is not in the Nix store
danderson has joined #nixos
buggymcbugfix has joined #nixos
enteee has joined #nixos
kaychaks_riot1 has quit [Ping timeout: 260 seconds]
nicolas[m]1 has quit [Ping timeout: 260 seconds]
alexfmpe has quit [Ping timeout: 260 seconds]
solomon[m] has quit [Ping timeout: 260 seconds]
pitch has quit [Ping timeout: 260 seconds]
jameshjacksonjr4 has quit [Ping timeout: 260 seconds]
rnhmjoj has quit [Ping timeout: 260 seconds]
phirsch has quit [Ping timeout: 260 seconds]
Elorm[m] has quit [Ping timeout: 260 seconds]
nilsirl[m] has quit [Ping timeout: 260 seconds]
higherorder has quit [Ping timeout: 244 seconds]
globin has joined #nixos
raboof has joined #nixos
kreyren has joined #nixos
pitch has joined #nixos
Elorm[m] has joined #nixos
kaychaks_riot1 has joined #nixos
phirsch has joined #nixos
nicolas[m]1 has joined #nixos
coot has quit [Ping timeout: 244 seconds]
nilsirl[m] has joined #nixos
visl has quit [Ping timeout: 244 seconds]
d3c[m] has joined #nixos
khassanov[m] has joined #nixos
alj[m] has joined #nixos
solomon[m] has joined #nixos
srxl has joined #nixos
alexfmpe has joined #nixos
jameshjacksonjr4 has joined #nixos
rnhmjoj has joined #nixos
higherorder has joined #nixos
coot has joined #nixos
visl has joined #nixos
vk3wtf has joined #nixos
jeaye has joined #nixos
arahael1 has joined #nixos
oxa has joined #nixos
<LambdaDuck> When trying to build 64 bit wine on mac (Catalina) i get the error
<LambdaDuck> Package ‘libpciaccess-0.16’ in /nix/store/93bd1w8m24bxl9g6rxn934671yk17mj4-nixpkgs-20.09pre233849.1d801806827/nixpkgs/pkgs/servers/x11/xorg/default.nix:1135 is not supported on ‘x86_64-darwin’, refusing to evaluate.
<LambdaDuck> but it says: meta.platforms = stdenv.lib.platforms.unix; so it should be allowed. What am I missing?
<adisbladis> > :p xorg.libpciaccess.meta.platforms
<{^_^}> [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "mipsel-linux" "i686-linux" "x86_64-linux" "powerpc64le-linux" "riscv32-linux" "riscv64-linux" ]
<LambdaDuck> Huh. So something else changed that value externally?
<infinisil> > :p lib.platforms.unix
<{^_^}> [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "mipsel-linux" "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" "x86_64-cygwin" "x86_64-freebsd" "...
<infinisil> Um, is darwin in there?
<LambdaDuck> I think so
<bkv> It is a bsd…
<LambdaDuck> Yes, it is: [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "mipsel-linux" "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" "x86_64-cygwin" "x86_64-freebsd" "x86_64-linux" "x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris" "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" "powerpc64le-linux" "riscv32-linux" "riscv64-linux" ]
<adisbladis> Huh, that is strange
<adisbladis> The meta.platforms on the derivation is not even evaluated, it's overriden somewhere
<lejonet> adisbladis: ah
<LambdaDuck> Yes, I assumed as much. Question is where, and how to find it
<adisbladis> LambdaDuck: overrides.nix in the same directory
<{^_^}> [nix] @edolstra pushed 9 commits to master: https://git.io/JJ3My
werner291 has quit [Ping timeout: 272 seconds]
<{^_^}> [nix] @edolstra pushed 0 commits to nix-copy: https://git.io/JJ3M7
<bkv> Seems reasonable
<LambdaDuck> So the question now is if/how wine has worked at all for darwin during the last four years? Is it a new dependency?
meh` has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<adisbladis> LambdaDuck: Hm, could you do `nix-store --query --graph $(nix-instantiate '<nixpkgs>' -A wine)` and pastebin the results?
oxa has quit [Remote host closed the connection]
oxa has joined #nixos
dermetfan has quit [Remote host closed the connection]
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #92830 → mastodon-bot: init at 1.0.2 → https://git.io/JJmyI
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJ3DC
<{^_^}> [mobile-nixos] @s1ng0c opened pull request #184 → device: pinephone: Rebase to kernel 5.6.y to fix issue related to pkg… → https://git.io/JJ3DR
user_0x58 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Kloenk opened pull request #93104 → nixos/moodle: add plugins → https://git.io/JJ3Du
knupfer has quit [Read error: Connection reset by peer]
<{^_^}> [mobile-nixos] @s1ng0c closed pull request #184 → device: pinephone: Rebase to kernel 5.6.y to fix issue related to pkg… → https://git.io/JJ3DR
<LambdaDuck> adisbladis: After adding NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 and NIXPKGS_ALLOW_INSECURE=1 for openssl-1.0.2u I get the error "attribute 'mesa.osmesa' missing", so I can't run that command.
<bkv> My shell got garbage collected :(
alp has quit [Ping timeout: 256 seconds]
<LambdaDuck> bkv: Do you have another one?
<bkv> Luckily, yes
<LambdaDuck> bkv: Why is your shell not in a garbage collection root?
kreyren has quit [Remote host closed the connection]
kreyren_ has joined #nixos
zupo has joined #nixos
<LambdaDuck> Did you install it with nix-shell or nix run or something like that?
<bkv> it seems the flavour of direnv I'm using doesn't pin drvs
<LambdaDuck> Ah, right. I don't think direnv adds garbage collection roots by default
<adisbladis> direnv doesn't do any magic or anything with gc roots
<LambdaDuck> bkv: Have you tried lorri?
nory has joined #nixos
<adisbladis> LambdaDuck: Whine wine attribute are you trying to build ?
nikita_ is now known as nikita`
nory has quit [Client Quit]
<bkv> LambdaDuck: flakes
<bkv> adisbladis: my flavour does, it seems
<bkv> Not sure why it failed here
<sephii> adisbladis: I was just wondering what's the expected use of the firehol package (except from using it as a base for a new derivation) if you can't set any configuration options
werner291 has joined #nixos
<LambdaDuck> adisbladis: nixpkgs.wine with `wine = { build = "wine64"; };` in nixpkgs config. Not sure if that is the correct one to use
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
<LambdaDuck> Oh, it's an alias for winePackages.full. Maybe I'll try minimal and see if that builds
asymptotically has joined #nixos
alp has joined #nixos
PrinceMachiavell has quit [Remote host closed the connection]
kreyren_ is now known as kreyren
<LambdaDuck> Yes. winePackages.minimal seems to work (currently compiling. I'll see when it's done)
mvnetbiz_6 has joined #nixos
<{^_^}> [nixpkgs] @maralorn opened pull request #93105 → [haskell-updates] haskellPackages.hnix: Fix build → https://git.io/JJ3yX
mvnetbiz_ has quit [Ping timeout: 256 seconds]
mvnetbiz_ has joined #nixos
mvnetbiz_6 has quit [Ping timeout: 240 seconds]
nikita` has quit [Ping timeout: 272 seconds]
dermetfan has quit [Ping timeout: 260 seconds]
dermetfan has joined #nixos
cosimone has quit [Quit: Quit.]
<o1lo01ol1o> I have a large postgres job I'm trying to nixify; what's the best way to run a bunch of sql commands against a local postgres from nix? I basically need to run the copy command from a bunch of files and set indexes.
asymptotically has quit [Ping timeout: 240 seconds]
waleee-cl has joined #nixos
philr_ has quit [Ping timeout: 240 seconds]
<Raito_Bezarius> i'm not sure you can, except if you know the output to be fixed
<Raito_Bezarius> except if you meant to perform it from a nix-shell
asymptotically has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #93106 → deno: 1.1.3 -> 1.2.0 → https://git.io/JJ3S2
itorres has quit [Ping timeout: 260 seconds]
itorres has joined #nixos
lhurttila has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @avdv opened pull request #93107 → python-modules.opt-einsum: Fix broken build since upgrading numpy → https://git.io/JJ39J
jakob53 has joined #nixos
iceypoi has joined #nixos
<lhurttila> Hi everybody. I'm new to nixos and linux in general and I'm trying to install an unfree package as user. The problem is that it installing unfree packages with nix-env command requires { allowUnfree = true; } in ~/.config/nixpkgs/config.nix. but I don't have that nixpkgs folder to begin with. Could someone explain why this is the case and how to
<lhurttila> proceed?
<{^_^}> [nixpkgs] @flokli merged pull request #93024 → lvm: cleanups → https://git.io/JJOZ8
<{^_^}> [nixpkgs] @flokli pushed 18 commits to staging: https://git.io/JJ39t
<{^_^}> [nixpkgs] @worldofpeace merged pull request #88208 → [20.03] openconnect: patch CVE-2020-12105 & CVE-2020-12823 → https://git.io/Jfzlm
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to staging-20.03: https://git.io/JJ39q
icey__ has quit [Ping timeout: 272 seconds]
<alexarice[m]> LHurttila: you can just make the folder
<lhurttila> alexarice[m] I'll try that. Would installing a free package as user generate that folder automatically?
<alexarice[m]> I don't believe anything generates the folder automatically
<{^_^}> [nix] @edolstra pushed 28 commits to flakes: https://git.io/JJ39G
mvnetbiz_8 has joined #nixos
oxa_ has joined #nixos
mvnetbiz_ has quit [Ping timeout: 260 seconds]
mvnetbiz_8 is now known as mvnetbiz_
sangoma has quit [Ping timeout: 240 seconds]
oxa has quit [Ping timeout: 256 seconds]
mvnetbiz_ has quit [Client Quit]
sangoma has joined #nixos
jakob53 has quit [Remote host closed the connection]
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
TimePath has joined #nixos
mvnetbiz_ has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @deingithub opened pull request #93109 → pythonPackages.discordpy: 1.3.3 -> 1.3.4 → https://git.io/JJ39X
itorres has quit [Ping timeout: 272 seconds]
cosimone has quit [Quit: Quit.]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #93110 → stage-2: parameterized systemd executable → https://git.io/JJ39p
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1facbd61b17 (from 84 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @freezeboy opened pull request #93111 → moodle: 3.9.0 -> 3.9.1 → https://git.io/JJ3Hn
<{^_^}> [nixpkgs] @ryantm merged pull request #93091 → phoronix-test-suite: 9.6.1 -> 9.8.0 → https://git.io/JJ3Et
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ3H4
<{^_^}> [nixpkgs] @worldofpeace pushed 53 commits to gnome-stable: https://git.io/JJ3HE
<{^_^}> [nixpkgs] @freezeboy opened pull request #93112 → netdata: 1.23.0 -> 1.23.1 → https://git.io/JJ3H6
<{^_^}> [nixpkgs] @worldofpeace pushed 0 commits to gnome-stable: https://git.io/JJ3HX
<{^_^}> [nixpkgs] @worldofpeace pushed 53 commits to gnome-20.03: https://git.io/JJ3HE
<{^_^}> [nixpkgs] @david-sawatzke opened pull request #93113 → easypdkprog: 1.2 -> 1.3 → https://git.io/JJ3HD
lihram has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #93114 → [20.03] Gnome 3.34 updates (the sequel) → https://git.io/JJ3H5
Rusty1 has joined #nixos
bkv is now known as bqv
<worldofpeace> love all of yall 💖
<timokau[m]> <3 worldofpeace
<{^_^}> worldofpeace's karma got increased to 176
Izorkin has joined #nixos
<gchristensen> <3
itorres has joined #nixos
<adisbladis> worldofpeace: I really need your positivity today <3
<gchristensen> me too
<lihram> Wow, this is a very friendly chatroom
dingenskirchen has joined #nixos
<lihram> It's always nice to see when people get along 😄
sajo has quit [Remote host closed the connection]
<worldofpeace> like every 1532 and counting of u, like even the bots and robots. we'll teach them love too ❣️ It really is isn't it Hilmar Gústafsson 😸
<{^_^}> [nixpkgs] @ckauhaus merged pull request #92890 → [20.03] trojita: apply patch for CVE-2020-15047 → https://git.io/JJYL0
<{^_^}> [nixpkgs] @ckauhaus pushed 2 commits to release-20.03: https://git.io/JJ3Q7
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
Izorkin has joined #nixos
<srxl> Is it possible to access `config` in `imports`'s definition? Trying to import a different path based on a module's configuration
lhurttila has quit [Ping timeout: 245 seconds]
<gchristensen> no, the imports must be static and independent of the configuration
<{^_^}> [nixpkgs] @madjar merged pull request #87738 → erlangR23: init at 23.0.2 → https://git.io/Jf4lr
<{^_^}> [nixpkgs] @madjar pushed 2 commits to master: https://git.io/JJ37q
sangoma has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
gustavderdrache has quit [Client Quit]
jakob38 has joined #nixos
<srxl> ah, that's a bit annoying
gustavderdrache has joined #nixos
<srxl> i'm trying to install the correct version of home-manager based on if i'm using stable (20.03) or unstable nixpkgs
<srxl> any good ways to go about that?
sangoma has joined #nixos
<infinisil> srxl: The only thing you can access for imports is lib, which just so happens to contain the NixOS version
<infinisil> > lib.release
<{^_^}> attribute 'release' missing, at (string):318:1
<infinisil> > lib.trivial.release
<{^_^}> "20.09"
<srxl> ahh, beautiful
<{^_^}> [nixpkgs] @worldofpeace closed pull request #85974 → [20.03] Gnome 3.34 updates → https://git.io/JfLdf
<srxl> thanks!
<srxl> any good way to set that from the config, or just through nix-channel?
<infinisil> rycee has a home-manager module in NUR which correctly selects the right version
<infinisil> srxl: nur.repos.rycee.modules.home-manager
<{^_^}> [nixpkgs] @worldofpeace opened pull request #93115 → [20.03] 1.22.10 -> 1.22.14 → https://git.io/JJ37o
<infinisil> You can install NUR, then define it as nur in your configuration.nix and add `nur.repos.rycee.modules.home-manager` to your imports
alp has quit [Remote host closed the connection]
alp has joined #nixos
<chvp> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
AWizzArd has joined #nixos
<AWizzArd> I have an installation of Nix under Kubuntu. How can I update Nix itself, my install?
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
avaq has joined #nixos
<{^_^}> [nix] @edolstra pushed to flakes « EvalCache: Ignore SQLite errors »: https://git.io/JJ35f
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2020-07-09 -> 2020-07-13 »: https://git.io/JJ35U
cosimone has quit [Read error: Connection reset by peer]
cosimone_ has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #3809 → Fix gitlab-fetcher to obtain tags and branches → https://git.io/JJ3Jv
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/JJ35Z
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meh` has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @symphorien opened pull request #93118 → kcollectd: init at 0.11.99.0 → https://git.io/JJ35y
Henson has joined #nixos
<Henson> hi everyone, I'm planning on contributing some of my own derivations to nixpkgs, but I've never done it before. I read Chapter IV (Contributing to Nixpkgs) of the nixpkgs users and contributor's guide. I need to add myself to the maintainer's list. Should I do that as a separate PR? If I roll it into a PR with a software package, that PR could be rejected
maddo has joined #nixos
maddo has quit [Client Quit]
<{^_^}> [nixpkgs] @marsam opened pull request #93120 → kbs2: 0.1.1 -> 0.1.2 → https://git.io/JJ3dG
emmanuel` has quit [Read error: Connection reset by peer]
virus_dave has quit [Quit: virus_dave]
emmanuel` has joined #nixos
<infinisil> Henson: I usually suggest using the same PR for this, because that's one less PR to review
<{^_^}> [nixpkgs] @marsam merged pull request #93106 → deno: 1.1.3 -> 1.2.0 → https://git.io/JJ3S2
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3du
<Henson> infinisil: I've got several packages I'd like to commit. Should I do them all as separate PRs, or bundle them all together?
<infinisil> Are they related in any way?
<Henson> infinisil: no. I guess that would violate the "Make commits of logical units" rule.
<Henson> infinisil: some of them are for quite old software packges that I used all the time in Debian/Ubuntu, but have since been removed (rpncalc, pcal). Is it okay to put old software in nixpkgs, or should that be avoided?
<{^_^}> [nixpkgs] @knl opened pull request #93121 → oauth2_proxy: 5.1.1 -> 6.0.0 → https://git.io/JJ3dD
<infinisil> There has been a bunch of discussion about which packages to include in nixpkgs: https://discourse.nixos.org/t/we-need-more-defined-guidelines-for-package-inclusion/3592
<{^_^}> [nixpkgs] @marsam merged pull request #92983 → lexicon: 3.3.26 -> 3.3.27 → https://git.io/JJYAK
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3dy
<infinisil> Henson: I guess if it's a bunch of unrelated packages, doing a single first PR adding yourself as maintainer is probably better
<infinisil> Can be merged quickly
<{^_^}> [nixpkgs] @marsam merged pull request #93007 → websocat: 1.5.0 -> 1.6.0 → https://git.io/JJOko
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3db
<{^_^}> [nixpkgs] @marsam merged pull request #92889 → python27Packages.Wand: 0.6.1 -> 0.6.2 → https://git.io/JJYLO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3Ff
<{^_^}> [nixpkgs] @marsam merged pull request #93093 → pmacct: 1.7.3 -> 1.7.5 → https://git.io/JJ3uo
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3FJ
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #93123 → [20.03] syncthing: 1.3.4 -> 1.6.1 → https://git.io/JJ3FU
<Henson> infinisil: rpncalc I think is abandonware. It took me a quite to track down the original source, and is so old it didn't work with libc. Somebody on github forked it and updated it. The other other RPN calculator in nixpkgs is orpie, which uses ncurses and requires a minimum screen size.
<Henson> infinisil: should I perhaps just keep some of these packages to myself? I don't want to contribute noise to the already large number of nixpkgs PRs
<{^_^}> [nixpkgs] @marsam merged pull request #92898 → radarr: 0.2.0.1480 -> 0.2.0.1504 → https://git.io/JJYOa
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3Fq
<infinisil> Henson: You could use https://github.com/nix-community/NUR instead
sangoma has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #92995 → pshs: 0.3.3 -> 0.3.4 → https://git.io/JJOvO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3F3
<{^_^}> [nixpkgs] @marsam merged pull request #92960 → vttest: 20200420 -> 20200610 → https://git.io/JJYDf
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3Fs
<{^_^}> [nixpkgs] @marsam merged pull request #92991 → openimagedenoise: 1.2.1 -> 1.2.2 → https://git.io/JJYjy
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3FG
<{^_^}> [nixpkgs] @marsam merged pull request #92835 → powerstat: 0.02.23 -> 0.02.24 → https://git.io/JJmSh
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3FZ
<{^_^}> [nixpkgs] @marsam merged pull request #92822 → opkg: 0.4.2 -> 0.4.3 → https://git.io/JJm63
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3Fn
<{^_^}> [nixpkgs] @zimbatm merged pull request #93069 → pkgs.terraform: add terraform-provider-shell 1.6.0 → https://git.io/JJObI
<{^_^}> [nixpkgs] @zimbatm pushed commit from @mupdt to master « pkgs.terraform: add terraform-provider-shell 1.6.0 (#93069) »: https://git.io/JJ3Fc
lhurttila has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #93113 → easypdkprog: 1.2 -> 1.3 → https://git.io/JJ3HD
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ3FR
<Henson> infinisil: cool, I didn't know about NUR. I'll take a look at it.
johnnyfive has quit [Read error: Connection reset by peer]
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
johnnyfive has joined #nixos
<{^_^}> [nixpkgs] @maralorn merged pull request #93105 → [haskell-updates] haskellPackages.hnix: Fix build → https://git.io/JJ3yX
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/JJ3FM
quinn has joined #nixos
lhurttila has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @adisbladis opened pull request #93124 → poetry2nix: 1.9.2 -> 1.10.0 → https://git.io/JJ3FF
ixxie has joined #nixos
sauyon[m] has left #nixos ["User left"]
dingenskirchen has quit [Remote host closed the connection]
sauyon[m] has joined #nixos
dingenskirchen has joined #nixos
<CrunchyChewie> adisbladis: PR submitted for documentation
<{^_^}> [nixpkgs] @ttuegel pushed to u/kde « kdsoap: fix meta attributes »: https://git.io/JJ3NV
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
mla has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c71518e75bf (from 3 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1facbd61b17 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
dxtr has quit [Quit: Reconnecting]
dxtr has joined #nixos
camsbury has joined #nixos
oida has quit [Remote host closed the connection]
oida has joined #nixos
<camsbury> hey guys - made a simple derivation to download graalvm-ce-java11-linux-amd64-20.1.0.tar.gz and extract to $out, but the executable didn't work right away, so I used `ldd` to find I needed `libz.so.1`, so I've been trying various ways of getting `zlib` in scope for running the executable. Any tips for dynamically linked executables in nix?
<evanjs> Alright guys, I am having a _wonderful_ time trying to get SimpleHelp (which uses JWrapper) to work on NixOS.... /s
<evanjs> I was wondering
<evanjs> Does anybody have experience/knowledge of any sort of management/administrative software for RDP? Maybe even some solutions that are available on NixOS?
<evanjs> (This is for a current business requirement, not for my own usage :D)
pamplemousse has joined #nixos
<evanjs> https://simple-help.com/remote-monitoring-and-management -- (scroll down to Monitor and Connect from one Application)
FRidh has quit [Quit: Konversation terminated!]
<evanjs> that's sort of the need we're trying to fill atm
<evanjs> nbathum: ^
<{^_^}> [nixpkgs] @ardumont closed pull request #93101 → fmt: Open enableShared option → https://git.io/JJ31K
knupfer has joined #nixos
<evanjs> Really, this extends to any sort of remote access/management software
<evanjs> I only brought up rdp because there xrdp is already an option in NixOS, which I use on all of my Nix devices and find very convenient/performant
NeoCron has quit [Ping timeout: 272 seconds]
ckauhaus has quit [Quit: WeeChat 2.7.1]
cfricke has quit [Quit: WeeChat 2.8]
<nbathum> the problem with SimpleHelp is that it does a few things. it is a "remote administration/monitoring" tool. used to call them RATs back in the day
ddellacosta has joined #nixos
<nbathum> so it "solves" many issues relating to networking, by having the host server call out to another server on the internet, to get around silly things like firewalls and enterprise routing
<evanjs> A similar approach to e.g. TeamViewer?
knupfer has quit [Read error: Connection reset by peer]
simonpe^^ has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #93124 → poetry2nix: 1.9.2 -> 1.10.0 → https://git.io/JJ3FF
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJ3pe
<simonpe^^> I've created a nix-shell environment for a yocto build that I can use to interactively build a binary for my project. The yocto build is very impure and does all the fetching itself. Now I want to automate building images
<simonpe^^> with nix-build
<simonpe^^> a session looks something like `nix-shell` then `bitbake my-image` then `cp build/tmp/deploy/my-image.tar.gz /deploy/location`
<simonpe^^> So I guess my question to you experienced nix people is, what would you do in this situation?
turlando has quit [Ping timeout: 265 seconds]
<{^_^}> [nixops] @adisbladis pushed to master « Bump version number to 2.0.0 »: https://git.io/JJ3pO
<simonpe^^> It uses docker in the background because the build tool is pretty picky with environments
__monty__ has joined #nixos
WilhelmVonWeiner has joined #nixos
<{^_^}> [nixpkgs] @CheariX opened pull request #93126 → open-vm-tools: 11.0.5 -> 11.1.0 → https://git.io/JJ3pl
<WilhelmVonWeiner> so yesterday I performed a series of commands from the shell, what is it called to write a file that runs those commands on a `nixos-rebuild`?
<WilhelmVonWeiner> they culminate in installing a nix package
<infinisil> WilhelmVonWeiner: What are the commands for? There's different solutions depending on this
<atemu12[m]> WilhelmVonWeiner: Do you mean hooks?
zaeph has joined #nixos
erasmas has joined #nixos
markus1189 has quit [Ping timeout: 258 seconds]
<WilhelmVonWeiner> I echo some json to a file, then run `nix-env -f '<nixpkgs>' -iA nodePackages.node2nix` to install node2nix, then run that on the json, and then run `nix-env -f default.nix -iA tiddlywiki`
markus1189 has joined #nixos
<WilhelmVonWeiner> I don't know what I mean, the terminology is... somewhat confusing
<atemu12[m]> WilhelmVonWeiner: I smell an XY problem, what are you actually trying to achieve?
shibboleth has joined #nixos
<evanjs> gah. so close to getting a script with fetchurl implemented. but now I'm getting /build/.attr-0: line 1: /nix/store/dllal5h9pbwdqfvb56fcc2zbqcd9373v-winbox64.exe: Permission denied (from a runCommand)
<evanjs> will share script, plz hold
<WilhelmVonWeiner> atemu12[m]: those steps; node2nix is for deploying NPM packages by generating Nix expressions
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/1a92d0abfcd (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<atemu12[m]> Ohh now I get what you're trying to do; you want a script that runs `node2nix` on the project and then `nix-build`s it, right?
<WilhelmVonWeiner> yeah, that sounds right
kalbasit has joined #nixos
cjay has joined #nixos
ixxie has quit [Ping timeout: 260 seconds]
proofofkeags has joined #nixos
<atemu12[m]> WilhelmVonWeiner: `nix-shell -p nodePackages.node2nix --run node2nix && nix-env -f default.nix -iA tiddlywiki`
<evanjs> mmkay, here is what I'm trying to do https://gist.github.com/evanjs/b517f6e7ba39e16ec0a3f63de050558d
<evanjs> winbox.nix and winbox.sh show the non-working variant
user_0x58 has joined #nixos
<atemu12[m]> Though I'd replace the `nix-env` command with `nix-build && ./result/bin/tiddlywiki`
<WilhelmVonWeiner> atemu12[m]: so where would I add that, if I wanted it to be installed on every nixos-rebuild?
<{^_^}> [nixpkgs] @ttuegel merged pull request #91571 → kde-applications: 19.12.3 -> 20.04.1 → https://git.io/JfjgN
<{^_^}> [nixpkgs] @ttuegel pushed 14 commits to master: https://git.io/JJ3pA
<infinisil> WilhelmVonWeiner: Can you run node2nix beforehand, e.g. by always keeping an up-to-date node2nix-generated default.nix in the project repo?
<atemu12[m]> WilhelmVonWeiner: I'd just put that package in my system closure
<infinisil> That's usually how this is done
<infinisil> WilhelmVonWeiner: If you then have your project somewhere, say /home/paul/src/tiddlywiki, you can install it for NixOS with e.g. `let tiddlywiki = (import /home/paul/src/tiddlywiki {}).tiddlywiki; in { environment.systemPackages = [ tiddlywiki ]; }`
<infinisil> That's in configuration.nix
domogled has quit [Quit: domogled]
domogled has joined #nixos
<WilhelmVonWeiner> that sounds like exactly what I mean to do
<WilhelmVonWeiner> thanks atemu12[m] and infinisil
<atemu12[m]> :)
nikita` has joined #nixos
maier has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #93128 → rust: Fix build flags → https://git.io/JJ3hG
ixxie has joined #nixos
nschoe has joined #nixos
jakob38 has quit [Remote host closed the connection]
domogled1 has joined #nixos
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
codygman has quit [Ping timeout: 240 seconds]
maier has joined #nixos
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
codygman has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #91359 → rust-analyzer: 2020-06-08 -> 2020-07-13, and fix version display → https://git.io/Jfx7Y
<{^_^}> [nixpkgs] @flokli pushed 5 commits to master: https://git.io/JJ3jJ
codygman has quit [Read error: Connection reset by peer]
cosimone_ has quit [Remote host closed the connection]
FRidh has joined #nixos
cosimone_ has joined #nixos
raghavsood has joined #nixos
codygman has joined #nixos
maier has quit [Ping timeout: 258 seconds]
<atemu12[m]> evanjs: Check what paths it's trying to access, it can't create a wine prefix in ~ for example
fresheyeball has quit [Ping timeout: 240 seconds]
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
codygman has quit [Ping timeout: 256 seconds]
fresheyeball has joined #nixos
moet has joined #nixos
leothrix has joined #nixos
<evanjs> atemu12[m]: ah good point. writeScript might not be enough as is
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93129 → python27Packages.python-dotenv: 0.13.0 -> 0.14.0 → https://git.io/JJ3ja
leungbk has joined #nixos
<{^_^}> [nixpkgs] @cmacrae opened pull request #93130 → spacebar: update owner, description, & homepage → https://git.io/JJ3jS
qyliss has quit [Quit: bye]
<sauyon[m]> Heya, I'm using nix (home-manager) on non-nix and it's clobbering my LIBGL_LIBRARY_PATH and causing programs using libva to crash. Is that a home-manager issue?
<sauyon[m]> Some programs are also resolving nix libgl libraries as well as the native ones and causing other programs to crash or otherwise behave strangely.
<sauyon[m]> I'm running Arch Linux, for what that's worth.
qyliss has joined #nixos
codygman has joined #nixos
avaq has quit [Ping timeout: 240 seconds]
<evanjs> atemu12[m]: got a bit further after finding I wasn't following the post too closely. now it's trying to write to homeless-shelter lol
fresheyeball has quit [Ping timeout: 240 seconds]
alexherbo2 has quit [Ping timeout: 240 seconds]
cr4y1 has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
confus has joined #nixos
<evanjs> Oh, man. Starting to realize why wine-run expressions aren't, well, a thing in tree :P
fresheyeball has joined #nixos
<bqv> fetching 35GBs of derivations from substituters
proofofkeags has quit [Remote host closed the connection]
<bqv> oof
<confus> what is a good way on nixos to find out what the default terminal emulator is? I want to patch a hardcoded path to /usr/bin/gnome-terminal with what ever was configured in the nixos configuration
<__monty__> Shouldn't I be able to run nix-collect-garbage without root on a single-user install? I'm getting a permission denied when unlinking a .pyc file in a gdb version.
sangoma has joined #nixos
<__monty__> sauyon[m]: Are you using nixGL? On non-NixOS there's GL issues without that afaik. (And with it but far less ; )
cr4y1 has joined #nixos
<__monty__> confus: Don't think there is a way. Guessing based on TERM is the best you can do (and it's pretty terrible).
user_0x58 has quit [Quit: Leaving]
<simpson> confus: I bet that there's an XDG knob for it. Gotta go look it up.
cosimone_ has quit [Quit: Quit.]
<__monty__> Not afaik. Debian-likes often have an xdg-terminal-emulator link.
cosimone has joined #nixos
<simpson> ,locate xdg-terminal
<{^_^}> Couldn't find in any packages
cosimone has quit [Client Quit]
<simpson> Hm. Upstream bug https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/84 suggests that that tool might exist, but I can't find it anywhere else.
<simpson> Oh well. Guess I'm wrong.
codygman has quit [Read error: Connection reset by peer]
cr4y1 has quit [Ping timeout: 272 seconds]
codygman has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #93089 → nixosTests.gnome3: enable debug mode → https://git.io/JJ30z
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JJse1
<__monty__> Heh, so many ranger users.
cr4y1 has joined #nixos
cosimone has joined #nixos
proofofkeags has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
justanotheruser has quit [Ping timeout: 260 seconds]
shibboleth has quit [Quit: shibboleth]
endformationage has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
kalbasit has quit [Remote host closed the connection]
mallox has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: Quit.]
domogled has joined #nixos
cosimone has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/1a92d0abfcd (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
fresheyeball has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
smatting has quit [Ping timeout: 256 seconds]
ddellacosta has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93131 → python27Packages.pytelegrambotapi: 3.7.1 -> 3.7.2 → https://git.io/JJsvC
fresheyeball has joined #nixos
katie_ has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
cole-h has joined #nixos
<bqv> ranger, that's a file browsing thing isn't it?
alexherbo2 has joined #nixos
domogled has joined #nixos
whald_ has joined #nixos
mallox has quit [Quit: WeeChat 2.8]
<bqv> on the topic of nixpkgs#91367, if i add those config options to my config does that mean i can no longer use a cache for the kernel?
<{^_^}> https://github.com/NixOS/nixpkgs/issues/91367 (by bqv, 3 weeks ago, open): linuxPackages_latest.anbox fails to build (kallsyms_lookup_name)
<bqv> cause i'll be ancient by the time someone does something about it, but i also don't want to have to build a kernel every time i rebuild
waleee-cl has joined #nixos
<__monty__> Yep, a TUI file manager.
<bqv> ah, heh
knupfer has joined #nixos
<cole-h> worldofpeace++ Hopefully, we can figure out what's going on in that flaky test now :) Thanks for merging. (And thanks jtojnar++ for PRing that)
<{^_^}> jtojnar's karma got increased to 56
<{^_^}> worldofpeace's karma got increased to 177
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #93132 → monero: 0.16.0.0 -> 0.16.0.1 → https://git.io/JJsfB
<worldofpeace> yep, np
fresheyeball has quit [Read error: Connection reset by peer]
<worldofpeace> Happy International Nonbinary Day #nixos
<DigitalKiwi> i thought it was bastille day
<DigitalKiwi> i mean it's a good band idk why they get their own day
<cole-h> Why not both
<DigitalKiwi> when is A Perfect Circle day
alexherbo2 has quit [Ping timeout: 260 seconds]
fresheyeball has joined #nixos
<bqv> something astonishingly annoying is happening
<bqv> best i can tell, systemd is randomly killing my emacs service
<makefu> systemd is team VIM it seems
simonpe^^ has quit [Remote host closed the connection]
<DigitalKiwi> hate it when systemd kills my operating system
<bqv> emacs isn't doing anything wrong, systemd just decides to send it SIGTERMs every now and then
<bqv> (my gap in speech there was because it did it again)
domogled1 has joined #nixos
mallox has joined #nixos
mallox has quit [Client Quit]
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cosimone has quit [Quit: Quit.]
<notgne2> I wonder if GNU sheppard kills vim randomly
<bqv> i genuinely don't know where to go with this, it takes the **** if i have to reopen my emacsclients every 10 minutes
<bqv> i can run emacs outside of systemd, but that's just inconvenient now
<cole-h> How are you running it in systemd?
<bqv> i'm using the home-manager emacs service
<cole-h> No problems
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/abdb9352913 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
whald_ has quit [Quit: Leaving]
<bqv> i don't think the home-manager service is very different to that
<bqv> my execstart is `emacs --fg-daemon` like so, my type is `simple` like so, there's basically nothing else of note
<bqv> yet somehow the user manager has it in for it
katie_ has quit [Quit: \o]
alexherbo2 has joined #nixos
<cole-h> Maybe it's adding something fun after the fact? Compare my `systemctl cat --user emacs` to yours: https://gist.github.com/cole-h/5a6eb55c976831f847dba50b3a21add3
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
<benny> can I create a package that depends on either X or Y or is this antithetical to nix?
<cole-h> What do you mean?
<benny> there is firefox and firefox-bin, how do I make a package that depends on either firefox or firefox-bin being present? with a preference from the source version
<benny> firefox and firefox-bin were just randomly chosen, but they are the same from a user perspective but are different packages
hspak has quit [Ping timeout: 240 seconds]
<cole-h> I don't think there's a way to check if a user has a certain package installed. You could just make a toggle, though: `{ ...., useMozilla ? false, useSource ? true }:` and assert that only one is true
<NobbZ[m]> Depend on one by default and use DI the let the user choose.
<cole-h> *there isn't any way to check
<cole-h> Because that would violate the build sandbox, in any implementation I can think of.
<benny> "use DI"? what is DI?
<armin> hi, i have a samba server that's serving well to both linux and windows hosts, but the windows hosts can't "find" that thing via the network neighbours (entering \\IP in the explorer's location bar works). any suggestions what i could try?
<colemickens> I'm not even sure what that would mean.
<NobbZ[m]> Dependency injection
<colemickens> What would it even mean for a package to assert that another package is installed at build time?
<colemickens> That doesn't guarantee it's available at runtime later, unless it's a buildInput, which prevents the problem in the first place.
<colemickens> Or it would just be a runtime check.
<DigitalKiwi> worldofpeace: third picture https://twitter.com/ArchKiwi/status/1250600070636097536?s=20
<benny> I will state my problem concretely, as I may be adding confusion by being abstract
<NobbZ[m]> "{firefox, ...}" and call it with { Firefox = firefox.-bin}`
<NobbZ[m]> Or just omit it as argument
<NobbZ[m]> To use default
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
<benny> babashka depends on graalvm higher than version 20, the graalvm in nixos is version 19 and is built from source since february. this however doesn't work since version 20, because the build process is impossible and the contributor that tried it is exhausted
<DigitalKiwi> worldofpeace: get gchristensen to stream with the wall piece with the colors ;D
<bqv> cole-h: the only difference there is NotifyAccess=all, which everywhere i look doesn't look like it has any effect whatsoever without Type=notify
<benny> now I would like to have babashka depend on graalvm-bin but also be able to use graalvm-src (the normal package) if and when it becomes available
<nicolas[m]1> DI: dependency injection
davidv7 has joined #nixos
<bqv> also, if it was a notify timeout, it would be SIGABRT, not SIGTERM
<cole-h> benny: Not worth it IMO. Just make it graalvm-bin and change it when graalvm-src v20 becomes available.
<benny> cole-h: thanks for the guidance, that seems the most pragmatic
drakonis has joined #nixos
iyzsong has joined #nixos
dansho has joined #nixos
<tlater[m]> Hi, I'm trying to use nixos-container bindmounts: https://nixos.org/nixos/options.html#containers.%3Cname%3E.bindmounts
<tlater[m]> But well, the directories aren't created automagically
<{^_^}> [nixpkgs] @flokli merged pull request #92791 → ceph: 14.2.10 -> 15.2.4 → https://git.io/JJmZk
<{^_^}> [nixpkgs] @flokli pushed 4 commits to master: https://git.io/JJsTm
<tlater[m]> How could I declaratively set up a directory to exist when the system starts?
cr4y1 has quit [Ping timeout: 256 seconds]
<bqv> with mkdir, probably
<puck> tlater[m]: systemd-tmpfiles is basically designed for this purpose i'd say
<tlater[m]> "puck" (https://matrix.to/#/@freenode_puck:matrix.org) That sounds... temporary. I'd like the directory on the host to stay there
<tlater[m]> Or is that what they do?
<bqv> hey, systemd has been gentle for the last half an hour, maybe it's cooled off
<puck> no, they stay there, i'd assume, otherwise we'd have quite a lot of trouble, as /home and /srv are created using this mechanim :p
<cole-h> tlater[m]: If you want it to stay, `mkdir -p`
<qyliss> They do stay there
<qyliss> tmpfiles is a misnomer
<tlater[m]> That's one confusing name! Thanks, I'll take a look :)
jb55 has quit [Remote host closed the connection]
<tlater[m]> "cole-h" (https://matrix.to/#/@freenode_cole-h:matrix.org) That's true. Except my system will not work unless I manually log in. I'd rather not have to do that.
<tlater[m]> Hence "declarative" - purely with configuration.nix
jb55 has joined #nixos
<cole-h> I missed that (^: Sorry
red[evilred] has joined #nixos
<red[evilred]> Does the NixOS calendar still exist for streamed events?
<davidv7> im on unstable, is there any way to tell when a certain package will be updated
<davidv7> specifically wondering about KDE
<worldofpeace> DigitalKiwi: I'd love that
<cole-h> If it's updated in master, it'll be updated when the nixos-unstable job succeeds.
* DigitalKiwi web searches "how to make black with RGB LEDs"
<cole-h> Just turn them off
<cole-h> :P
<{^_^}> [nixpkgs] @claudiiii opened pull request #93134 → riot-desktop: 1.6.7 -> 1.6.8 → https://git.io/JJsTp
<DigitalKiwi> what do you mean the lambdas are black
<DigitalKiwi> gchristensen: attention attention
<DigitalKiwi> gchristensen: we request that you make the lambdas white purlple and yellow and stream
<cole-h> (-> #nixos-chat maybe)
<colemickens> nah
<DigitalKiwi> they don't like me there
<gchristensen> streaming is tough today
<gchristensen> it is a rare day that I do anything not OSS, but today is one.
<gchristensen> but I can definitely take a picture :)
<DigitalKiwi> yussss
<{^_^}> [nixpkgs] @claudiiii opened pull request #93135 → riot-web: 1.6.7 -> 1.6.8 → https://git.io/JJskO
<gchristensen> is just yellow and purple okay? adding white doesn't look as good
<gchristensen> the center is white
fling_ has joined #nixos
turlando has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #93054 → intel-media-sdk: 20.1.1 -> 20.2.0 → https://git.io/JJOy6
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJskD
fling has quit [Ping timeout: 272 seconds]
fling_ is now known as fling
<{^_^}> [nixpkgs] @flokli merged pull request #93001 → nixos/gitolite: provision data directory only before service begins → https://git.io/JJOJ1
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJskb
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93136 → python27Packages.uamqp: 1.2.8 -> 1.2.9 → https://git.io/JJsIf
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #93137 → uncertainties: 3.1.2 -> 3.1.4 → https://git.io/JJsLe
<{^_^}> [hydra] @domenkozar merged pull request #791 → Bump cachix/install-nix-action from v8 to v10 → https://git.io/JJfyC
<{^_^}> [hydra] @domenkozar pushed commit from @dependabot[bot] to master « Bump cachix/install-nix-action from v8 to v10 (#791) »: https://git.io/JJsLq
<{^_^}> [hydra] @dependabot[bot] pushed 0 commits to dependabot/github_actions/cachix/install-nix-action-v10: https://git.io/JJsLm
quinn has quit [Ping timeout: 256 seconds]
quinn has joined #nixos
alexherbo20 has joined #nixos
<fionera> how can I extend the $PATH with home manager?
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo20 is now known as alexherbo2
fendor has quit [Remote host closed the connection]
<davidv7> thanks cole-h
fendor has joined #nixos
parsnip is now known as parsnip0
fling has quit [Ping timeout: 264 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #93138 → bdf2psf: 1.195 -> 1.196 → https://git.io/JJstS
<gueorgui> Hi, I have a kernel hackery question. I need to patch my kernel to support some esoteric hardware. The patches are available in a fork of the linux kernel on github, in a separate branch. The branch is based on the 5.7-rc6 kernel, and since there doesn't seem to be any plans to merge those patches into the mainline kernel so far, I want to set up a derivation that would compile a stable kernel (let's say 5.7
<gueorgui> release) with the patches from this branch applied. What would be a good strategy to do this?
<{^_^}> [nixpkgs] @bennyandresen opened pull request #93139 → graalvm{8,11}-ce: init at 20.1.0 → https://git.io/JJstj
<benny> camsbury: see PR #93139
sigmundv has quit [Ping timeout: 272 seconds]
<{^_^}> https://github.com/NixOS/nixpkgs/pull/93139 (by bennyandresen, 30 seconds ago, open): graalvm{8,11}-ce: init at 20.1.0
sigmundv has joined #nixos
<{^_^}> [nix] @Ma27 opened pull request #3814 → Add `allRefs = true` argument to `fetchGit` to explicitly perform a full checkout → https://git.io/JJsqZ
<camsbury> benny: ty!
<{^_^}> [nixpkgs] @bennyandresen opened pull request #93140 → Babashka update 0.1.3 → https://git.io/JJsqB
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93141 → libsForQt5.qtutilities: 6.0.6 -> 6.1.0 → https://git.io/JJsqw
bqv has quit [Quit: WeeChat 2.8]
simba2 has joined #nixos
codygman has quit [Read error: Connection reset by peer]
bqv has joined #nixos
fling has joined #nixos
codygman has joined #nixos
<clever> gueorgui: linuxPackages_5_7 and boot.kernelPatches
cap_sensitive has joined #nixos
<DigitalKiwi> benny: do i remember you from #archlinux ?
asymptotically has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jonringer merged pull request #93092 → python37Packages.azure-core: 1.6.0 -> 1.7.0 → https://git.io/JJ3Eo
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-core: 1.6.0 -> 1.7.0 »: https://git.io/JJsmm
<cap_sensitive> Hi, how'd I drop into a build shell? I tried: nix-shell -E "with import <nixpkgs> {}; callPackage /path/to/package.nix {}" but I got error: error: expression does not evaluate to a derivation (or a set or list of those)
confus has quit [Ping timeout: 245 seconds]
<gchristensen> cap_sensitive: nix-shell -A thepackage
<clever> cap_sensitive: what are the contents of package.nix? is it part of nixpkgs or outside?
<cap_sensitive> clever: outside
<clever> cap_sensitive: contents of package.nix?
o1lo01ol1o has quit [Remote host closed the connection]
sangoma has quit [Read error: Connection reset by peer]
<cap_sensitive> clever: https://pastebin.com/zUv96RgD
<davidv7> is there a thing where you write your own version of a package for your own usage, and it being accessible globally?
<davidv7> like in configuration.nix
<cap_sensitive> clever: It works in a nix-shell + overlay. I just want to example the build output (because I don't see Python output built)
<clever> cap_sensitive: that should just work..., what happens if you run that expr in `nix repl` ?
<cap_sensitive> clever: nix-repl> callPackage ./default.nix
<cap_sensitive> «lambda @ /nix/store/7pvsgifxzwrn1glrx4ya4kyrnv1k0257-nixpkgs-20.03pre215285.f82e9b88c98/nixpkgs/lib/customisation.nix:117:35»
<clever> cap_sensitive: you forgot the {} at the end
<cap_sensitive> clever: nix-repl> callPackage ./default.nix {}
<cap_sensitive> «derivation /nix/store/78zwcykpxbklyw5jkn2nmmw8z84zwapl-hammer-phys-868fade5.drv»
<clever> cap_sensitive: is the command in irc further up, the exact one you ran?
<clever> maybe you forgot the {} there too?
<cap_sensitive> Hmm, no that's the exact command I run: nix-shell -E "with import <nixpkgs> {}; callPackage /path/to/package.nix {}"
<clever> cap_sensitive: can you screenshot the error msg and the cmd that was ran?
<cap_sensitive> And I used absolute path
<gueorgui> clever: thank you, I'll take a look!
<gchristensen> I think I'm going to smash the merge button on this in a minute here https://github.com/NixOS/nixpkgs/pull/93110
<{^_^}> #93110 (by grahamc, 7 hours ago, open): stage-2: parameterized systemd executable
<adisbladis> Aww yeah
<adisbladis> Smash dat button
<cap_sensitive> clever: Actually, I just copied the default.nix to my pwd, and it drops me into a shell. I guess there must be some fuckery on the path to the derivation
<cap_sensitive> clever: Feels REALLY DUMB
<benny> DigitalKiwi: yeah, it's been a long time ;-)
alp has quit [Ping timeout: 272 seconds]
<clever> gchristensen: doit!
<cole-h> gchristensen: 👀
<{^_^}> [nixpkgs] @grahamc merged pull request #93110 → stage-2: parameterized systemd executable → https://git.io/JJ39p
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JJsm7
<cole-h> gchristensen: You seem to be doing a lot of fun stuff recently... I hope, some day, a blog post emerges from running systemd in a non-default netns
<gchristensen> me too!
<cole-h> gchristensen: Only complaint is that it would have been nice to see an inline example for `systemdExecutable`
<cole-h> (e.g. how you would make the wrapper script with your example)
alexherbo23 has joined #nixos
<gchristensen> https://twitter.com/apenwarr/status/1279993449840869376 is the context for that change btw (this thread)
user_0x58 has joined #nixos
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo23 is now known as alexherbo2
sangoma has joined #nixos
knupfer has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #93132 → monero: 0.16.0.0 -> 0.16.0.1 → https://git.io/JJsfB
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJsmj
moet has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #92831 → wownero: 0.8.0.0 -> 0.8.0.1 → https://git.io/JJmyO
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJsYe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93142 → python37Packages.python3-openid: 3.1.0 -> 3.2.0 → https://git.io/JJsYT
cmk_zzz has joined #nixos
cap_sensitive has quit [Quit: WeeChat 2.7.1]
cmk_zzz_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #89668 → lnd: 0.10.0 -> 0.10.3, enable same features as upstream → https://git.io/JfMvG
<{^_^}> [nixpkgs] @mmahut pushed 3 commits to master: https://git.io/JJsYI
bqv has quit [Quit: WeeChat 2.8]
Asmadeus has quit [Ping timeout: 244 seconds]
chimay has quit [Ping timeout: 272 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @tobim opened pull request #93143 → mpd: 0.21.23 -> 0.21.25 → https://git.io/JJsYW
zupo has joined #nixos
o1lo01ol1o has joined #nixos
eyenx|m has quit [Quit: killed]
eyenx|m has joined #nixos
<{^_^}> [nixpkgs] @tobim opened pull request #93144 → flatbuffers: 1.11.0 -> 1.12.0 → https://git.io/JJsYg
<{^_^}> [nixpkgs] @adisbladis pushed 7 commits to master: https://git.io/JJsY2
wildtrees has joined #nixos
knupfer has joined #nixos
davidv7 has quit [Quit: Konversation terminated!]
wildtrees has quit [Remote host closed the connection]
wildtrees has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
turlando has quit [Ping timeout: 272 seconds]
moet has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93145 → python27Packages.wurlitzer: 2.0.0 -> 2.0.1 → https://git.io/JJsYh
bqv has joined #nixos
orivej has joined #nixos
davidv7 has joined #nixos
<bqv> trying to run nix via the daemon results in "SerialisationError - nonzero padding"
<bqv> there are some environment variables people usually suggest
wildtrees has quit [Remote host closed the connection]
<bqv> i can't remember them, does anyone have them?
wildtrees has joined #nixos
ixxie has quit [Quit: Lost terminal]
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nschoe has joined #nixos
<{^_^}> [nixpkgs] @maralorn opened pull request #93146 → ghc.withPackages: Wrap hls with package lookup env → https://git.io/JJsOP
FRidh has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
noudle has joined #nixos
qsef has joined #nixos
<qsef> Is there a way to experiment with a nix config in a VM? I know that there is "nixos-rebuild build-vm", but this uses my current system configuration instead.
<{^_^}> [nixpkgs] @veprbl merged pull request #92970 → alembic: 1.7.12 -> 1.7.13 → https://git.io/JJY56
<{^_^}> [nixpkgs] @veprbl pushed commit from @r-ryantm to master « alembic: 1.7.12 -> 1.7.13 »: https://git.io/JJs3I
<{^_^}> [nixpkgs] @veprbl merged pull request #91984 → zstd: build programs and tests against the shared library → https://git.io/JJUR8
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to staging: https://git.io/JJs3m
<niksnut> qsef: yes, for instance go to nixpkgs/nixos/tests and run 'nix-build simple.nix -A driver'
<ma27[m]> qsef: try `nixos-build-vms`
<{^_^}> [nixpkgs] @veprbl merged pull request #92295 → Wine update: 5.11 -> 5.12 → https://git.io/JJkQo
<{^_^}> [nixpkgs] @veprbl pushed 5 commits to master: https://git.io/JJs33
<{^_^}> [nixpkgs] @veprbl closed pull request #92002 → faudio: 20.06 -> 20.07 → https://git.io/JJU63
leungbk has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
cr4y1 has joined #nixos
gxt has quit [Quit: WeeChat 2.8]
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
<{^_^}> [nixpkgs] @pgaskin opened pull request #93147 → kepubify: Update my GitHub username → https://git.io/JJs3u
<qsef> It seems that nixos-build-vms seems similar to what I'm trying to do. What hardware-configuration.nix should it have?
bkv has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #93138 → bdf2psf: 1.195 -> 1.196 → https://git.io/JJstS
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JJs32
<ma27[m]> qsef: you don't need one.
<qsef> ok
<ma27[m]> it uses the configs of the nixos test-driver internally
bqv has quit [Ping timeout: 260 seconds]
<qsef> Is there a way to make the result show up in a GUI window? It seems to want to boot inside my terminal, but it's not interactive
<ma27[m]> `./result/bin/nixos-run-vms` ?
<ma27[m]> this should open up a qemu window.
<qsef> That is what I am running
<ma27[m]> if you need a desktop inside, just enable one in your nixos config
<qsef> For some reason it is only showing output in my terminal (no QEMU window)
knupfer has quit [Ping timeout: 240 seconds]
<ma27[m]> how does your config look like?
<qsef> For now it is just my system configuration modulo the hardware-configuration.nix import
<qsef> I do intend to experiment with things that will probably break the system so I don't want to use plain "nixos-rebuild build-vm"
Gorzoid has joined #nixos
<ma27[m]> do you have an attribute defined for each vm you want to boot? (e.g. `{ myvm = { imports = [ /etc/nixos/configuration.nix ]; }; }`)
<qsef> {
<qsef> vm1 = import ./configuration.nix;
<qsef> }
fresheyeball has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @eadwu opened pull request #93148 → nvidia_x11: 440.100 -> 450.57 → https://git.io/JJs3X
<ma27[m]> can you please paste the output on your terminal in e.g. a pastebin or sth similar?
<qsef> There we go, I changed it to {imports=[./configuration.nix]}
<qsef> A QEMU window now shows up
<ma27[m]> nice :)
<qsef> The full file is {vm1={imports=[./configuration.nix]};}
orivej has joined #nixos
fresheyeball has joined #nixos
orivej_ has quit [Ping timeout: 264 seconds]
<qsef> Hmm it is not currently booting because a lot of groups and users seem to be not defined. Should I just set mutableUsers=false ?
mallox has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #93135 → riot-web: 1.6.7 -> 1.6.8 → https://git.io/JJskO
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JJsse
<timokau[m]> Does anyone have a PR that is ready for review? I could use some help testing the latest deploy of marvin. I'll review the first PR that is set to needs_reviewer (https://github.com/apps/marvin-mk2)
<{^_^}> [nixpkgs] @primeos opened pull request #93149 → chromium: 83.0.4103.116 -> 84.0.4147.89 → https://git.io/JJsss
mallox has quit [Quit: WeeChat 2.8]
camsbury has quit [Remote host closed the connection]
<qsef> Alright, the VM builds & runs successfully now.
<qsef> ma27[m]: Thank you!
qsef has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @maralorn opened pull request #93150 → [haskell-updates] haskellPackages.haskell-language-server: 0.1.0.0 -> 0.2.0.0 → https://git.io/JJss2
orivej has quit [Quit: No Ping reply in 180 seconds.]
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
orivej has joined #nixos
nikita` has quit [Quit: leaving]
<{^_^}> [nixpkgs] @romildo merged pull request #92541 → qt5ct: 0.41 -> 1.0 → https://git.io/JJLHB
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJss1
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
alp has joined #nixos
anderslundstedt has joined #nixos
sangoma has quit [Quit: WeeChat 2.8]
wildtrees has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer opened pull request #93151 → azure-cli: 2.8.0 -> 2.9.0 → https://git.io/JJssQ
<tpw_rules> is there a way to have a package depend on libcxx without using clang? it sounds dumb but this is what this package needs
nschoe has quit [Ping timeout: 272 seconds]
anderslu1dstedt has quit [Ping timeout: 240 seconds]
notzmv has quit [Ping timeout: 256 seconds]
oida has quit [Remote host closed the connection]
wildtrees has joined #nixos
wildtrees has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 260 seconds]
wildtrees has joined #nixos
<{^_^}> [nixpkgs] @ttuegel opened pull request #93152 → kdeApplications: 20.04.1 -> 20.04.3 → https://git.io/JJsGI
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @lsix opened pull request #93153 → pythonPackages.django: 2.2.13 -> 2.2.14 → https://git.io/JJsGq
<m1cr0man> Hiya. Anyone know the priority for the default value of an option?
<infinisil> m1cr0man: 1500
<m1cr0man> infinisil: Ah ty. And to confirm, lower values have lower preference yes?
nature has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #3816 → Fix localhost::addToStore(...Path...) → https://git.io/JJsG3
<infinisil> Nope, higher
<infinisil> See the lines next to what I linked
<m1cr0man> infinisil: Ah, yep. Thanks :)
cr4y1 has quit [Ping timeout: 264 seconds]
plutes has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @Ma27 merged pull request #92954 → php.packages.composer: 1.10.6 -> 1.10.8 → https://git.io/JJY1e
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJsGn
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
<nature> Hi, I just discovered nixos recently, I am currently an arch user and nixos seems really nice, I am gonna give it a try in a VM first and then see from there on if I want to replace the system on my laptop
<nature> I just had a question, I read somewhere that you should use nix run instead of nix-env to try package temporarily, what is the logic behind that ?
<bkv> holy fuck
<bkv> you've got to me
<bkv> why has nix done a cartesian product on my flake
<bkv> this is insanity
<bkv> i have 70 thousand derivations
<bkv> all of them are my flake, with various files missing
<infinisil> nature: Don't use `nix run` yet, the `nix` command is still experimental
domogled has quit [Ping timeout: 240 seconds]
<infinisil> nature: But you can use `nix-shell -p <package> <package>` instead
<ma27[m]> nature: `nix run` opens up a shell which has the package you want to test in its `PATH`.
<nature> ooh ok, so nothing is actually being installed ?
<ma27[m]> `nix-env` installs it into `~/.nix-profile` which means that you have to remove it if you want to stop using it (as soon as you close the shell from `nix run` though, the package will be removed as soon as you run `nix-collect-garbage`)
<DigitalKiwi> benny: there are dozens of us! dozens!
<nature> I am brand new to nixos, sorry if my questions seems dumb
<ma27[m]> but infinisil is right, you probably want to use `nix-shell -p` instead (it's basically doing the same) since the `nix` command is marked as experimental due to a lot of ongoing changes.
<ma27[m]> nature: well, the stuff is downloaded, but when running `nix-collect-garbage` it will be removed
<ma27[m]> (when using `nix run` or `nix-shell -p`)
<nature> oh okok, thank you for the thorough explanation :)
<tpw_rules> is there a better place to ask questions about how to put together packages than here?
bqv has joined #nixos
<{^_^}> [nixpkgs] @Lassulus opened pull request #93154 → tor-browser: disable hardening by default → https://git.io/JJsGr
bkv has quit [Ping timeout: 260 seconds]
capt_zap has quit [Read error: Connection reset by peer]
capt_zap has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
alp has quit [Ping timeout: 272 seconds]
<bqv> bad things are happening
<ma27[m]> bqv: would you mind sharing the expression in question with us? :)
<bqv> expression? there's no expression
<bqv> my nix store has comprehensively shat itself
alp has joined #nixos
<bqv> literally all i did was try and upgrade nix
<ma27[m]> oh, sorry I meant bkv
<bqv> i am bkv
<ma27[m]> but they left it seems
<bqv> yes because my machine fucking crashed because everything is broken
<ma27[m]> > why has nix done a cartesian product on my flake
<infinisil> tpw_rules: Here or #nixos-dev is fine
<{^_^}> undefined variable 'why' at (string):318:1
<bqv> i don't even understand how this has happened
<bqv> apart from that "Doh" commit on nix
<bqv> because this is absurd even for shit that i get up to
acarrico has joined #nixos
<tpw_rules> infinisil: i've asked a couple times and i'm not sure if the right person is around to catch it
<nature> Another question, where would you advise me to start, I was thinking of booting nixos in a VM and then try to read the docs in order to arrive to something close as to what I would like. Will I survive by just using the official doc ? Should I start to learn nix and nixpkgs before or is it fine to dive in nixos directly ?
<bqv> holy crap
<bqv> i'm done
<bqv> i'm gonna have to delete my entire nix store
<hexa-> ,locate vips8
<{^_^}> Found in packages: vips, signal-desktop
<infinisil> tpw_rules: I can also recommend https://discourse.nixos.org/ then
<infinisil> Much more async help there
<ma27[m]> nature: from my personal experience it's indeed a good idea to learn the basics in a vm. The official docs are unfortunately rather hard to understand, I additionally recommend https://nixos.wiki/, https://nix.dev/ and asking on IRC and discourse (discourse.nixos.org)
<nature> thanks ma27[m] :) This IRC is fine to ask newbie questions ?
<ma27[m]> yes IMHO :)
cosimone has joined #nixos
chrmb has quit [Remote host closed the connection]
<samueldr> at worst you'll get a canned response that will be helpful
<bqv> whatever the level frick happened between commit 291ff6a and sometime last month, is straight up cursed.
<cole-h> bqv: Time to bisect? ;)
* bqv screams
<{^_^}> [nixpkgs] @veprbl pushed to master « ujson: version 3.0.0 requires python 3.5+ »: https://git.io/JJsZ5
<bqv> no, i'm just not going to upgrade nix until i absolutely have no choice
<tpw_rules> erm, why does libjpeg not have the actual libraries in its dev output?
dermetfan has quit [Ping timeout: 272 seconds]
<samueldr> > libjpeg.outputs
<{^_^}> [ "bin" "dev" "out" "man" "doc" ]
<samueldr> because the default output would be libjpeg.bin
<samueldr> you may want libjpeg.dev
<tpw_rules> they're in out. bin is some command line tools
<tpw_rules> dev only has the headers (and pkgconfig definitions) but out doesn't
<tpw_rules> it just has the .so files
<samueldr> ah, if you use .dev in e.g. buildInputs transitively .out would be used
<samueldr> I figure you're in a nix-shell?
<tpw_rules> yes, i'm trying to write a derivation for another package
<samueldr> things sometimes differ in a nix-shell due to assumptions
<tpw_rules> and i'm getting piles of linker errors for those libjpeg .so files
Henson has quit [Ping timeout: 258 seconds]
<tpw_rules> hm, it should find them i guess. the libdir in the pkgconfig file is correct
grumble has quit [Quit: WASHINGTON, DC—In a move designed to make the United States seem more "bad-assed and scary in a quasi-heavy-metal manner," Congress officially changed the nation's name to the Ünited Stätes of Ämerica Monday. "Much like Mötley Crüe and Motörhead,]
grumble has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
seku has joined #nixos
fendor_ has joined #nixos
leungbk has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #92671 → yaru-theme: 20.04.7 -> 20.10.1 → https://git.io/JJtNl
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJsnG
<tpw_rules> i'm not sure how to debug this really
<tpw_rules> it says i can pass -v to view the linker command line but i'm not sure how to get it there
fendor has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: Quit.]
cosimone has joined #nixos
chrmb has joined #nixos
cosimone has quit [Remote host closed the connection]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
alexherbo2 has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
cosimone has joined #nixos
cosimone has quit [Client Quit]
nature has left #nixos ["thanks for all the insight everybody, I'll probably stick around for the next few weeks :)"]
proofofkeags has quit [Remote host closed the connection]
simba2 has quit [Ping timeout: 260 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
<cole-h> zrsk[m]: You can update it yourself. I believe r-ryantm uses a cron script to check for updates from GitHub, and then some time later it sends those PRs (I think).
<ryantm> zrsk: You can look at https://r.ryantm.com/log/ and see if the update is failing for some reason, but it can take it a while to get to new updates, depending on how it finds them
proofofkeags has joined #nixos
proofofkeags has quit [Remote host closed the connection]
capt_zap has quit [Read error: Connection reset by peer]
proofofkeags has joined #nixos
<ryantm> You defintely don't need to wait.
capt_zap has joined #nixos
orivej has joined #nixos
tazjin is now known as edefdef
<cole-h> Oh wow, that's cool. I didn't nkow that existed.
capt_zap has quit [Read error: Connection reset by peer]
capt_zap has joined #nixos
edefdef is now known as tazjin
oida has joined #nixos
capt_zap has quit [Read error: Connection reset by peer]
capt_zap_ has joined #nixos
Gorzoid has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @rawkode opened pull request #93155 → gnomeExtensions.emoji-selector: init at v19 → https://git.io/JJscv
capt_zap_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam merged pull request #93143 → mpd: 0.21.23 -> 0.21.25 → https://git.io/JJsYW
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJscf
capt_zap has joined #nixos
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @marsam merged pull request #93123 → [20.03] syncthing: 1.3.4 -> 1.6.1 → https://git.io/JJ3FU
<{^_^}> [nixpkgs] @marsam pushed 6 commits to release-20.03: https://git.io/JJscL
fendor_ has quit [Read error: Connection reset by peer]
chrmb has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @marsam merged pull request #93129 → python27Packages.python-dotenv: 0.13.0 -> 0.14.0 → https://git.io/JJ3ja
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJscm
capt_zap has quit [Read error: Connection reset by peer]
capt_zap has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #93120 → kbs2: 0.1.1 -> 0.1.2 → https://git.io/JJ3dG
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJscZ
chrmb has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
cr4y1 has joined #nixos
orivej_ has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 272 seconds]
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
erasmas has quit [Quit: leaving]
teej has joined #nixos
whatisRT has left #nixos ["ERC (IRC client for Emacs 26.3)"]
<chrmb> hi all!
chrmb has quit [Quit: Leaving.]
<bqv> well this has been a fucking unproductive evening
orivej_ has quit [Read error: Connection reset by peer]
orivej has joined #nixos
MmeQuignon has joined #nixos
<zrsk[m]> @ryantm:matrix.org: the last log file is named https:/2020-07-12.log
<zrsk[m]> Thank you
<zrsk[m]> The package got just update, I think I'll wait
<ryantm> zrsk: which package is it?
justanotheruser has joined #nixos
moet has quit [Quit: leaving]
<DigitalKiwi> can you easily customize the PS1 prompt that nix-shell makes? like automatically somehow
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/30adb1013c1 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
fresheyeball has quit [Quit: WeeChat 2.7.1]
philr_ has joined #nixos
<samueldr> DigitalKiwi: using `shellHook` for that derivation
<samueldr> but AFAIK not for all nix-shells
<samueldr> DigitalKiwi: the environment for the nix-shell is made that way https://github.com/NixOS/nix/blob/ea5bcfb59bdf34325d51aa70c8fcb7b399f99d09/src/nix-build/nix-build.cc#L434-L461
AMD1212 has quit [Ping timeout: 264 seconds]
AMD1212 has joined #nixos
capt_zap_ has joined #nixos
noudle has quit []
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
capt_zap has quit [Ping timeout: 258 seconds]
sarcasticadmin has joined #nixos
<DigitalKiwi> samueldr++ thanks
<{^_^}> samueldr's karma got increased to 250
capt_zap has joined #nixos
pamplemousse has quit [Ping timeout: 256 seconds]
capt_zap_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 246 seconds]
chrmb_ has joined #nixos
orivej has joined #nixos
werner291 has quit [Quit: werner291]
plp has quit [Ping timeout: 264 seconds]
mbrgm_ has joined #nixos
<mvnetbiz_> etu, Do you have discovery/zeroconf working with home-assistant? (maybe chromecast?)
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
plp has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
codygman has quit [Ping timeout: 260 seconds]
Henson has joined #nixos
orivej has joined #nixos
o1lo01ol1o has joined #nixos
Rusty1 has joined #nixos