worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || 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-inf
<{^_^}> [nixpkgs] @S-NA opened pull request #108438 → digikam: enable appstyles → https://git.io/JLbGT
<cole-h> Doesn't look like packaged yet
<{^_^}> #107547 (by jerith666, 1 week ago, open): openjdk: 14.0.2 -> 15.0.1
philr has joined #nixos
<KarlJoad> Is there a good/best way to override a custom derivation function that I have made?
<cole-h> Depends on what you mean by "custom derivation function"
<KarlJoad> cole-h: I wrote a buildOctaveLibrary function using lib.extendDerivation. For most libraries, it works fine. I need to get custom behavior on just one package.
<cole-h> and `.overrideAttrs` doesn't work?
<KarlJoad> I take the whole thing `(buildOctaveLib rec {...}).overrideAttrs (oldAttrs: rec {...})`. But, oldAttrs.pname is missing.
fuiltilt has quit [Quit: WeeChat 2.9]
<KarlJoad> And pname _is_ defined.
<{^_^}> [release-wiki] @jonringer pushed to jonringer-tag-master « Tag master after branch with new unstable branch name »: https://git.io/JLbG2
<{^_^}> [release-wiki] @jonringer opened pull request #7 → Tag master after branch with new unstable branch name → https://git.io/JLbGi
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<bqv> ls
rajivr has joined #nixos
teto has quit [Ping timeout: 258 seconds]
Rusty1 has joined #nixos
ps11 has quit [Remote host closed the connection]
<Vanilla[m]> Interesting. I patched `nix`'s flakes module to accept boolean, integer, and string attributes instead of just strings, and that made Git submodules work (by specifying `type = git` and `submodules = true`). However, I still run into a strange error when a lock file is present... Despite this, I really don't think adding submodule support to nix flakes is a big deal.
<bqv> Vanilla[m]: let me know when you have a PR, i'm interested
<Vanilla[m]> bqv: Since I'm a layman to the Nix codebase, it will most likely be decisively shut down. My observation was that since Flakes tries to use its attribute set as an input/fetcher, you can ask for arbitrary inputs. The only issue is that currently, it shoots down non-string attributes, and I don't really see why it should.
DanC has quit [Ping timeout: 258 seconds]
<bqv> Vanilla[m]: oh definitely, but if you've already done it it's at least worth starting the conversation, and sharing the code
<Vanilla[m]> bqv: Of course. I'm trying to figure out why the behavior differs with lock files now. I did open an issue yesterday with my above observations
<bqv> nix#4423, got it
<{^_^}> https://github.com/NixOS/nix/issues/4423 (by DanilaFe, 14 hours ago, open): nix flakes: add support for git submodules
<Vanilla[m]> yup, that's the one
DanC has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #103808 → [20.09] bambootracker: 0.4.4 -> 0.4.5 → https://git.io/Jk3o4
<{^_^}> [nixpkgs] @jonringer pushed commit from @OPNA2608 to release-20.09 « bambootracker: 0.4.4 -> 0.4.5 »: https://git.io/JLbZW
<{^_^}> [release-wiki] @jonringer pushed to jonringer-tag-master « Tag master after branch with new unstable branch name »: https://git.io/JLbZg
emptyflask has joined #nixos
<emptyflask> rubygem question -- why would patching `rbnacl` fail with the typical bundix generated gemset, using nixpkgs 20.09? if I copy over the config from https://github.com/NixOS/nixpkgs/blob/20.09/pkgs/development/ruby-modules/gem-config/default.nix#L455-L460 to `bundlerEnv.gemConfig.rbnacl`, it works
<donofrio> What do I add to "substituters =" in order to tell nix to compile everything and do not use AVX instruction set?
monokrome has quit [Ping timeout: 264 seconds]
<Vanilla[m]> Huh! I think I found a bug in `libfetchers`.
lostone has joined #nixos
aladale84 has joined #nixos
aladale84 has left #nixos [#nixos]
lostone has quit [Remote host closed the connection]
monokrome has joined #nixos
lostone has joined #nixos
<lostone> hey there, i just use nixos-rebuild test to see if my config works, and it involved a long build on the linux kernel but it ended up working as expected
<lostone> can i save the result of this
zebrag has quit [Quit: Konversation terminated!]
<lostone> so that i don't have to rebuild again
<lostone> will running nixos-rebuild boot use the result of nixos-rebuild test or start all over again
<Vanilla[m]> The function that converts JSON to a `fetch::Attrs` appears to accidentally cast booleans to integers. This means that it actually can't read `true` or `false` from JSON. This is why when a `flake.lock` file is present, the Flake input's `submodules` attribute is not properly read (complains about non-boolean). Adding appears to make my submodule-requiring Nix Flake to build.
acarrico has joined #nixos
SrPx has quit [Ping timeout: 268 seconds]
mbrgm_ has joined #nixos
lostone has quit [Remote host closed the connection]
<Vanilla[m]> Shouldn't nix cache builds? If it built an exact derivation once, it shouldn't build it again, so you should be good out of the box.
<Vanilla[m]> but I'm not 100% certain
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm_ is now known as mbrgm
zebrag has joined #nixos
SrPx has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 17 commits to staging-next: https://git.io/JLbnW
<{^_^}> [nixpkgs] @github-actions[bot] pushed 20 commits to staging: https://git.io/JLbnl
<Vanilla[m]> what's the best way to test a build (the C++ executable kind) of `nix`? Now that I have my patch, I want to make sure I didn't break anything else.
janders223 has quit [Quit: Textual IRC Client: www.textualapp.com]
<bqv> if it builds, the test suite succeeds. assuming eelco has done his job right, anything not in the test suite doesn't matter
Volk has joined #nixos
<Vanilla[m]> well, running `make` seems to only compile the nix binary, since it quits right after it finishes linking
<bqv> run nix-build, not make
<Vanilla[m]> oh, that works too. My problem is that it rebuilds from scratch (as it should) but I'm on a super slow virtual machine, so doing that actually takes about 15 minutes every time
<Vanilla[m]> `make check` seems to have some unit tests. 202 of them, anyway
<cole-h> Also installcheck
ky0ko has quit [Read error: Connection reset by peer]
<lukegb> Yeah, nix-build ing nix is not ideal if you're iterating on it
<bqv> worked for me :p but i have a fast machine
<lukegb> It *works* but if you're iterating it's kinda annoying to throw all the state away every time :p
<Vanilla[m]> `make installcheck` fails a _lot_ of tests... but I can't imagine my change cause the failures. I will try stashing and seeing.
<lukegb> (see also: nix is usually used as a packaging system not a build system, but it is at least flexible enough to be the latter see also buildGo)
<bqv> lukegb: i consider the clean builds quite a feature. with C/C++ i can't count the number of times i've had bugs caused entirely by dirty builds
troydm has quit [Ping timeout: 268 seconds]
<lukegb> Yeah, they're great, but there's a trade-off in iteration times
lordcirth has quit [Remote host closed the connection]
<lukegb> Well written make files (hah) or bazel both solve this problem. As does Nix-as-a-build-system
<Vanilla[m]> cole-h: make installcheck fails with a clean checkout of `master`
lordcirth has joined #nixos
lordcirth has quit [Remote host closed the connection]
asbachb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #108439 → apple-music-electron: init at 1.5.2 → https://git.io/JLbn9
<{^_^}> [nixpkgs] @aanderse opened pull request #108440 → nixos/redis: replace extraConfig option with settings option → https://git.io/JLbnb
lordcirth has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108379 → ngt, katago: stdenv.hostPlatform.avxSupport, cleanups, raxml: cleanups → https://git.io/JLFEH
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JLbcm
<donofrio> What do I add to "substituters =" in order to tell nix to compile everything and do not use AVX instruction set?
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @nima2007 opened pull request #108441 → zchunk: 1.1.8 -> 1.1.9 → https://git.io/JLbcC
lordcirth has quit [Remote host closed the connection]
<lukegb> donofrio: did you try what I suggested above, and have you garbage collected your nix store to force a rebuild?
<supersandro2000> donofrio: find out whats wrong in here https://github.com/NixOS/nixpkgs/blob/master/lib/systems/architectures.nix and send a PR
lordcirth has joined #nixos
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
hplar has quit [Ping timeout: 268 seconds]
hplar has joined #nixos
MidAutumnHotaru has quit [Quit: Quit 啾]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JLbcE
MidAutumnHotaru has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #108442 → xorg.xf86videovesa: 2.4.0 -> 2.5.0 → https://git.io/JLbcV
cole-h has quit [Ping timeout: 260 seconds]
troydm has joined #nixos
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
sigmundv_ has quit [Ping timeout: 246 seconds]
<lordcirth> So, my system borked when I did an update - no GUI, low-res tty - and rolling back nixpkgs 20.09 to Jan 1 (using flake.lock) fixed it. Anyone else having this?
<{^_^}> [nixpkgs] @TredwellGit opened pull request #108443 → xorg.xf86videonouveau: 1.0.15 -> 1.0.16 → https://git.io/JLbcN
<dhess> Anyone around who uses pkgs.dockerTools.build* and can explain something to me?
<lordcirth> dhess, just ask the question, saves time
zebrag has quit [Quit: Konversation terminated!]
<lukegb> donofrio: any luck?
zebrag has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
justanotheruser has quit [Ping timeout: 260 seconds]
duckonomy has quit [Quit: z.z]
duckonomy has joined #nixos
<Vanilla[m]> So: if `nix build` inside of the `nix` repo succeeds, it passed the tests?
thibm_ has joined #nixos
<supersandro2000> well... it builds
thibm has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108298 → stegseek: init at 0.5 → https://git.io/JLdl0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLbCK
<bqv> Vanilla[m]: yes
<Vanilla[m]> Alright. Well, I'll test the water with a PR to fix the attribute bug in `libfetchers`.
<bqv> good luck..
<Vanilla[m]> thanks :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108372 → gdu: init at 2.0.0 → https://git.io/JLFlr
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLbCX
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nix] @DanilaFe opened pull request #4424 → Fix conversion from JSON to fetch attributes → https://git.io/JLbC1
ransom has joined #nixos
<Vanilla[m]> Very amusing to watch how much faster the test machines compile the code than my VM does.
chiefgoat has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108213 → vimPlugins.fern-vim: init at 2020-12-22 → https://git.io/JL5u0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JLbCF
justanotheruser has joined #nixos
chiefgoat has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1a57d96edd1 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/bf77245202a (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<supersandro2000> Vanilla[m]: they are probably compiling less
<supersandro2000> Vanilla[m]: and which PR?
<supersandro2000> also unstable advanced 🎉
<Vanilla[m]> supersandro2000: #4424. On second glance, it's not _that_ much faster than my VM.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/4424 (by FlorentBecker, 6 years ago, closed): mark monotone-viz as broken
<Vanilla[m]> except it's on Nix, not NixOS :)
<Vanilla[m]> I don't know how to use the bot, so here it is: https://github.com/NixOS/nix/pull/4424
<{^_^}> nix#4424 (by DanilaFe, 14 minutes ago, open): Fix conversion from JSON to fetch attributes
acarrico has quit [Ping timeout: 256 seconds]
growpotkin has joined #nixos
<donofrio> lukegb, what did you suggest?
<donofrio> supersandro2000, what do I do with that blob?
<lukegb> leave it blank (which means "don't use a binary cache"), clear your nix store, and then everything will build
<lukegb> it _should_ autodetect the absence of avx
<donofrio> leave what blank?
<lukegb> substituters
<donofrio> oh ok
<lukegb> (you probably don't want to completely clear the store, but check the gcroots)
<lukegb> (and then nix-collect-garbage)
ky0ko has joined #nixos
supersandro2000 has quit [Read error: Connection reset by peer]
<bqv> hey, i use git-crypt for my flake secrets. reckon there is any sensible way i could use hydra with my flake?
<donofrio> gcroots?
<bqv> since from the perspective of git, the secrets files are garbage
<donofrio> where is config.nix?
h0m1 has quit [Ping timeout: 264 seconds]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #108445 → Misc updates → https://git.io/JLbWZ
Jd007 has joined #nixos
<Vanilla[m]> Yay, checks passed. Now, looking at the other Nix PRs, it's time to wait at least a month
h0m1 has joined #nixos
<donofrio> lukegb, where is config.nix located /Users/donofrio/.config?
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
<lovesegfault> Can someone remind me what's the handy way of running all the nixos tests locally?
<lovesegfault> I thought it was building nixos/release-combined.nix, but it seems like that isn't it?
<bqv> ok guess i need to stop using git-crypt
<bqv> that's going to be an unpleasant refactor
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
cybrian has quit [Ping timeout: 260 seconds]
Aleksejs has quit [Ping timeout: 260 seconds]
Aleksejs has joined #nixos
luigy has quit [Ping timeout: 260 seconds]
luigy has joined #nixos
hanetzer- has joined #nixos
cybrian has joined #nixos
himmAllRight has quit [Ping timeout: 265 seconds]
hanetzer has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @badmutex opened pull request #108446 → plex: 1.21.1.3795-ee64ab56f -> 1.21.1.3842-b0c7a97d9 → https://git.io/JLbWo
himmAllRight has joined #nixos
ManiacOfMadness has joined #nixos
ManiacOfMadness` has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #108392 → terraform-compliance: put double quotes around the homepage URL → https://git.io/JLF60
<{^_^}> [nixpkgs] @kalbasit pushed commit from @r-ryantm to master « terraform-compliance: put double quotes around the homepage URL (#108392) »: https://git.io/JLbWS
<lukegb> donofrio: no, this is the nix config
<lukegb> lemme doublecheck
<donofrio> lukegb, ok I updated the config.nix with the substituters = but I'm wondering what commands do I type next?
<lukegb> the substituters = is in /etc/nix/nix.conf
<KarlJoad> What would be the proper way to override sympy for Python 3 to use sympy 1.5? I've tried what was suggested in https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#how-to-override-a-python-package, but that didn't work.
<donofrio> oh gee I did it in /Users/donofrio/nixpkgs/config.nix but I'll updated that file as well....
<lukegb> then if you run `nix-collect-garbage` then it should delete a bunch of stuff
<lukegb> then if you try building something it should build from source
<donofrio> the nix directory doesn't exist in /etc
<lukegb> ah - do you know if you have a multi-user or single-user nix setup?
<lukegb> (it's possible it's somewhere else, like /private/etc/nix/nix.conf - I'm not 100% familiar with Nix-on-Mac)
YangM_special1 has joined #nixos
fuiltilt has joined #nixos
<donofrio> no nix in /private/etc
<bqv> the annoying thing, is that git-crypt solves the problem of eval-secrets and runtime-secrets in one fell swoop, whereas if i use one of the secrets provisioning tools, that solves the problem of runtime secrets but i have to find another solution for all my secret .nix files
<YangM_special1> How to install vscode cpptool ?
<{^_^}> [nixpkgs] @Ekleog pushed to master « nixos tests: fix postgresql-wal-receiver.nix's eval »: https://git.io/JLblf
<donofrio> well `nix-collect-garbage' is now deleting all my compiled packages it seems
<lukegb> right, it'll delete anything that isn't a gcroot
<lukegb> well, that isn't referenced by a gcroot
<donofrio> how is this going to exclude AVX from compiling?
<lukegb> it shouldn't be used unless your CPU supports it when building
<donofrio> well ok, but everytime I've compilied it seems to compile for it then I get "Illegal Instruction :4" after 16 hours compiling everything....
<donofrio> but I'm game to "try again"
<donofrio> 4gb freed
<lukegb> what does `nix eval '(import <nixpkgs> {}).stdenv.hostPlatform.avxSupport'` say?
<lukegb> but if you say you've already spent 16 hours compiling everything then it sounds like you already had that part working
<lukegb> which would maybe have been useful to know before I told you to run nix-collect-garbage :p
<lukegb> are you trying any package in particular? can you reproduce it with e.g. hello
psiquo has quit [Quit: psiquo]
<donofrio> pianobar and youtube-dl
<lukegb> yeah, remove the substituters = thing from config.nix
<lukegb> that's not valid syntax there (sorry)
<donofrio> well what am I doing....
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a080e9b9ff0 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<donofrio> nix-shell -p pianobar --option substitute false ?
<lukegb> Right, yeah, that'll do it too (and build everything from source)
<{^_^}> [nixpkgs] @badmutex closed pull request #107668 → plexRaw: 1.21.1.3795-ee64ab56f -> 1.21.1.3830-6c22540d5 → https://git.io/JLMoj
<KarlJoad> Is there a convient way to override a derivation within its defining .nix file?
<bqv> julm: you might want to make a flake for your gnupg module PR too, since that's also stale as heck
<donofrio> but I guess it didn't cause when I tried to install python93full it compiled for 16 hours then pianobar didn't work anymore ?
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108447 → python.buildPythonPackage: Add support for maturin → https://git.io/JLbln
<YangM_special1> Anyone know how to install vscode-cpptool? I can't find that .
<supersandro2000> YangM_special1: probably missing
<donofrio> I also want to compile partclone to be abel to restore data from a backup I made with clonezilla on a 24inch imac with bad partition that I cloned using linux and dd'ed to ssh volume on mac pro server is baseent
<lukegb> I'm surprised it takes 16 hours to compile python, but I guess that's probably down to the enable-optimizations stuff
<YangM_special1> Anyone know how to install vscode cpptool? I can't find it.
YangM_special1 has quit [Remote host closed the connection]
<lukegb> oh, hmm, although optimizations shouldn't be used on Darwin anyway
YangM_special1 has joined #nixos
<{^_^}> [nixpkgs] @Ekleog pushed to master « nixos tests: fix postgresql-wal-receiver »: https://git.io/JLblB
ps11 has joined #nixos
kalbasit has joined #nixos
<donofrio> the compile beings - https://paste.opensuse.org/49501257
<donofrio> why is it building pcre for pianobar?
<lukegb> also, what version of macOS are you using
<kalbasit> How to calculate 2^16 in Nix? :thinking_face:
<siraben> Why when I adjust ghcWithPackages, caramia rebuilds? http://ix.io/2KUt
andreas303 has quit [Remote host closed the connection]
ps11 has quit [Remote host closed the connection]
<julm> bqv: yes, this one would be more easy indeed
<lukegb> donofrio: well, you said you wanted to compile *everything*, and everything includes all the bootstrap utilities and the default standard environment
<donofrio> oh ok
<donofrio> well it's on it's way...
<lukegb> but yeah, donofrio, what macOS version are you on
<siraben> Oh, it's because I'm modifying a file in the directory so the hash changes
morgrimm has quit [Remote host closed the connection]
andreas303 has joined #nixos
<fzakaria> hi
<donofrio> lukegb, 10.15.7 on 2008 21'iMac
<lukegb> hrm
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLblS
<lukegb> donofrio: well, the 16 hour build time is going to suck, but if it's still broken something suspect is going on at least
marcusr has quit [Read error: Connection reset by peer]
<lukegb> did you do the eval thing again? I assume it returned `false`?
<julm> bqv: though I fear it will get even less reviews if not requested to be merged in NixOS
<donofrio> what eval?
<lukegb> the ...avxSupport one
<lukegb> that gave the error about config.nix because of the substituters line
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108448 → teamviewer: fix desktop file → https://git.io/JLblb
<{^_^}> [nixpkgs] @Ekleog opened pull request #108449 → postgresql: add passthru.tests → https://git.io/JLblN
<donofrio> I removed the invalid? config.nix
<lukegb> nix eval '(import <nixpkgs> {}).stdenv.hostPlatform.avxSupport'
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/f53c431645d (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
marcusr has joined #nixos
<lukegb> ^ that should return false
<bqv> julm: i reckon the opposite. e.g. i'm about to start using agenix which i just found because it's available as a flake and doesn't require dirtily patching nixpkgs, but your PR is buried with all the other stale nixpkgs PRs
<lukegb> (it does even on my systems that support avx and avx2)
<bqv> either way, up to you, i care less about this one than the apparmor one
<bqv> it's just a matter of principle
<ekleog> > (import <nixpkgs> {}).stdenv.hostPlatform.avxSupport
<{^_^}> false
<ekleog> lukegb: ^ neat trick :)
<lukegb> ekleog: sure, but I'm mostly trying to make sure it does the right thing on *their* system
<ekleog> oh sorry guess I didn't read enough context to get it, going to go back to hibernation!
<lukegb> heh, no worries :^)
* lukegb nods
<lukegb> so Nix thinks it's building on a system without avx support as well; you can do similarly with .targetPlatform to check it thinks it's building for a system without avx support
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #108350 → treewide: Inline more of the static overlay → https://git.io/JLdFg
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JLblj
orivej has quit [Ping timeout: 246 seconds]
<KarlJoad> Can someone inform my why my overrideAttrs's oldAttrs.pname is undefined here https://github.com/KarlJoad/nixpkgs/blob/symbolic-overrideAttrs/pkgs/development/octave-modules/symbolic/default.nix ?
<kalbasit> KarlJoad: I believe that's because pname gets consumed by `name` which is equal to `${pname}-${version}`...
<{^_^}> [nixpkgs] @alyssais merged pull request #108277 → nixos/nginx: allow overriding fastcgi params → https://git.io/JLdJl
<{^_^}> [nixpkgs] @alyssais pushed to master « nixos/nginx: allow overriding fastcgi params »: https://git.io/JLb8G
<KarlJoad> kalbasit: I didn't think building `name` affected the availability of `pname` and `version`?
<KarlJoad> lukegb: What do you mean by "dopping most of the attributes"?
<lukegb> you swallow them into "attrs"
<lukegb> but then don't pass them into mkDerivation
<lukegb> so from mkDerivation's perspective (and everything downstream), there *is* no pname attribute
<kalbasit> KarlJoad: I believe pname gets removed before it's given to mkDerivation. What lukegb said :) ^^
<lukegb> the conventional way that you'd do that is to only accept as arguments the things you need or the things you're overriding (by adding to or whatever)
<lukegb> and then merging in the original attrs
<lukegb> it's a wrapper around fetchzip that makes sure to pass any arguments it doesn't understand in to the underlying function
<lukegb> donofrio: *nods*
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
<lukegb> I have to go to sleep; if this build doesn't work, do you know how to use a debugger to figure out which library the illegal instruction is in?
<lukegb> it's possible that there's something that's mis-detecting AVX
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #108450 → haskell: Inline static overlay → https://git.io/JLb8W
aw has joined #nixos
<lukegb> (or some other illegal instruction, like trying to make system calls that don't exist for whatever reason)
spacefrogg has joined #nixos
<donofrio> lukegb, what is .targetPlatform? and where do I set it globaally?
<KarlJoad> lukegb: So how would I go about getting `pname` and `version` (or `name`) to be available inside the override?
<lukegb> KarlJoad: well, in the simplest case, you could just add them to the argument attrset and then inherit them separately into the mkDerivation call
<lukegb> but if you're going to do that one-at-a-time, then I'd remove the trailing ", ..."
<lukegb> the preferred approach would be to merge in all of attrs, and use builtins.removeAttrs to remove all the things that you're overriding in buildOctaveThingy
<KarlJoad> Could you point me at an example of the preferred approach?
<lukegb> donofrio: targetPlatform should default to your local system; it's a bit complicated to override because the assumption there is you're cross compiling
<lukegb> KarlJoad: there's other examples; https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/emacs/generic.nix#L72 too, for instance
<lukegb> (https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/NixOS/nixpkgs%24%40master+removeAttrs+f:build-support+count:1000&patternType=regexp#23 is a bunch of these, approximately)
<donofrio> lukegb, how do I tell it I'm not cross compiling? and only compile for core duo 2 only and forever?
stephank8 has joined #nixos
<KarlJoad> lukegb: So, I would do the `//` stuff in mk-octave-derivation.nix, not symbolic/default.nix?
<bqv> ok ok, idea
<bqv> rather than git-crypt, i put all my secrets, runtime or eval-time, into provisioned secrets, then have the current-system secrets directory as a flake input
<bqv> that way, everything is under the same secrets system
<bqv> it's even deterministic, since the input will be locked
stephank has quit [Ping timeout: 240 seconds]
stephank8 is now known as stephank
<{^_^}> [nixpkgs] @cleverca22 opened pull request #108452 → profiteur: jailbreak and un-break → https://git.io/JLb4k
YangM_special1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lovesegfault opened pull request #108453 → binutils: 2.34 -> 2.35.1 → https://git.io/JLb4Z
<{^_^}> [nixpkgs] @kalbasit opened pull request #108454 → ccloud-cli: 0.202.0 -> 1.21.1 → https://git.io/JLb4W
jack has joined #nixos
jack is now known as jhgarner
madalu has quit [Ping timeout: 240 seconds]
<jhgarner> Hi, I run nixos unstable on my laptop and am trying to run a window manager pinned to a version of nixos-20.09. Everything builds fine but I get opengl errors (libGL error: failed to load driver: iris, etc.) when trying to run it. If I build the project using stack then I can run it fine. Any advice on how I can find the problem and fix it?
madalu has joined #nixos
eacameron has quit [Quit: Connection closed for inactivity]
donofrio has quit [Ping timeout: 260 seconds]
<KarlJoad> What is the proper way to override a python package version for nixpkgs? I followed the documentation in nixpkgs, but I didn't end up with the right result. I need sympy 1.5, but python 3 defaults to using a newer sympy version.
gustavderdrache has quit [Quit: Leaving.]
<jhgarner> I've got an example of overriding Python package versions at https://gitlab.com/ColoradoSchoolOfMines/carrier-python/-/blob/master/shell.nix which has worked for me in the past although I haven't touched that codebase in a little while.
<KarlJoad> jhgarner: The thing is, there is already a sympy 1.5 defined in nixpkgs that I have tested and know works.
donofrio has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
Supersonic112 has joined #nixos
jhgarner has quit [Remote host closed the connection]
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
sss2 has quit [Quit: Leaving]
<julm> bqv: hmm, if buildHost == targetHost it can be usefull indeed, you then only write the build-time cleartext on ramfs.; but otherwise it might be confusing and less quick/flexible/portable to have such managing of targetHost's build-time secrets in buildHost's configuration.nix. But I don't know, tell me if this work well for you in the end
lunik1 has quit [Quit: Ping timeout (120 seconds)]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
lunik1 has joined #nixos
<Vanilla[m]> anyone use `buildCrystalPackage` here? It seems to be running the default builder for me....
donofrio has quit [Ping timeout: 240 seconds]
donofrio has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
JaexilGilroyRath has joined #nixos
Volk has quit [Quit: See you next time!]
astylian has quit [Read error: Connection reset by peer]
Dotz0cat_ has joined #nixos
Dotz0cat has quit [Ping timeout: 272 seconds]
zebrag has quit [Ping timeout: 260 seconds]
jumper149 has quit [Quit: WeeChat 3.0]
monotux has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #108455 → python3Packages.scipy: 1.5.4 -> 1.6.0 → https://git.io/JLbBl
monotux has joined #nixos
<{^_^}> [mobile-nixos-website] @samueldr pushed to master « Add December 2020 round-up »: https://git.io/JLbB2
bgamari_ has quit [Ping timeout: 258 seconds]
dansho has joined #nixos
erickLan has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #108456 → Convert Elm from Docbook to Commonmark → https://git.io/JLbRe
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @Profpatsch merged pull request #108413 → zathura: fix fish completions → https://git.io/JLFpb
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @sternenseemann to master « zathura: fix fish completions »: https://git.io/JLbRw
kalbasit has quit [Ping timeout: 265 seconds]
Jd007 has quit [Quit: Jd007]
erickLan has quit [Remote host closed the connection]
ilios has quit [Ping timeout: 260 seconds]
pjt_tmp has joined #nixos
Emantor_ has quit [Quit: ZNC - http://znc.in]
Emantor has joined #nixos
vidbina_ has joined #nixos
tgamblin-llnl has joined #nixos
palo1 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
<Vanilla[m]> How come flakes' `packages` attribute can't have nesting? I had a nice little structure of `blog.<language>.<type>` in my derivation, but now I have to flatten it.
marusich has quit [Quit: Leaving]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @doronbehar merged pull request #107286 → sundials: 5.3.0 -> 5.6.1 → https://git.io/JLaVB
<{^_^}> [nixpkgs] @doronbehar pushed 4 commits to master: https://git.io/JLbEI
leotaku has quit [Ping timeout: 256 seconds]
marusich has joined #nixos
leotaku has joined #nixos
psy3497 has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #277 → doc: Fix lessc maths breaking change → https://git.io/JLbEy
<{^_^}> [mobile-nixos] @samueldr merged pull request #277 → doc: Fix lessc maths breaking change → https://git.io/JLbEy
<{^_^}> [mobile-nixos] @samueldr pushed 2 commits to master: https://git.io/JLbuv
oxalica has joined #nixos
emptyflask has quit [Ping timeout: 264 seconds]
astylian has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #108457 → miniserve: 0.10.3 -> 0.10.4 → https://git.io/JLbuA
<{^_^}> [nixpkgs] @zowoq opened pull request #108458 → gdu: 2.0.0 -> 2.1.0 → https://git.io/JLbzm
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<energizer> how do i set an environment variable in a service?
<energizer> cant find it in the docs
cole-h has joined #nixos
nicoo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @markus1189 opened pull request #108459 → haskellPackages.holmes: unbreak → https://git.io/JLbz1
<{^_^}> [nixpkgs] @markus1189 opened pull request #108460 → haskellPackages.arbtt: unbreak → https://git.io/JLbzD
nicoo has joined #nixos
berberman_ has joined #nixos
berberman has quit [Ping timeout: 268 seconds]
berberman_ has quit [Max SendQ exceeded]
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #108457 → miniserve: 0.10.3 -> 0.10.4 → https://git.io/JLbuA
<{^_^}> [nixpkgs] @zowoq pushed to master « miniserve: 0.10.3 -> 0.10.4 »: https://git.io/JLbzj
berberman has quit [Max SendQ exceeded]
<NobbZ[m]> energizer systemd.services.<name>.environment
berberman has joined #nixos
Diogo has quit [Ping timeout: 240 seconds]
wavirc22 has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #108399 → ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8 → https://git.io/JLF9C
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8 »: https://git.io/JLbg8
Chiliparrot has joined #nixos
Serus has quit [Ping timeout: 240 seconds]
aolasz has joined #nixos
Chiliparrot has quit [Ping timeout: 260 seconds]
<cole-h> If anybody's looking for a PR to merge, look no further: https://github.com/NixOS/nixpkgs/pull/108370
<{^_^}> #108370 (by cole-h, 1 day ago, open): streamlink: 1.5.0 -> 2.0.0
<cole-h> (Please and thanks)
<{^_^}> [nixpkgs] @vbgl opened pull request #108462 → ocamlPackages.ppx_gen_rec: use Dune 2 → https://git.io/JLbgD
lsix has joined #nixos
seku has joined #nixos
teto has joined #nixos
<{^_^}> [nixpkgs] @1000101 opened pull request #108463 → pgmodeler: 0.9.2 -> 0.9.3 → https://git.io/JLbg5
lsix has quit [Client Quit]
lsix has joined #nixos
hiro98 has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
<energizer> NobbZ[m]: thanks
Serus has joined #nixos
lsix1 has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
lunik1 has quit [Quit: Ping timeout (120 seconds)]
lsix1 is now known as lsix
<{^_^}> [nixpkgs] @doronbehar opened pull request #108464 → hplip: 3.20.5 -> 3.20.11 → https://git.io/JLb2G
<aolasz> beware, the minimal 64bit iso which is available at https://nixos.org/download.html does not have the checksum as stated at https://channels.nixos.org/nixos-20.09/latest-nixos-minimal-x86_64-linux.iso.sha256. my sha256sum says it's bec10695ee7c93af1f4ecda4f26554bc5afa8f41915f1545963bbbddb919719b
<aolasz> *nixos-minimal-20.09.2338.3d2d8f281a2-x86_64-linux.iso
<cole-h> Can't reproduce
<aolasz> for some reason when I click on the download 64bit button, I get the nixos-minimal-20.09.2338.3d2d8f281a2-x86_64-linux.iso instead of the nixos-minimal-20.09.2483.c5c6009fb43-x86_64-linux.iso.sha256, thats why I thought its wrong
<cole-h> There's an issue about this, IIRC
<cole-h> It's cause netlify uses 301 redirects instead of 302, which can cause it to be cached
<cole-h> Lemme find it
<aolasz> cole-h thanks, it totally got me
<{^_^}> nixos-channel-scripts#42 (by adisbladis, 13 weeks ago, open): ISOs are redirecting using a 301, should be 302
<cole-h> This one
<aolasz> thanks a lot, I did sweat a little bit
Chiliparrot has joined #nixos
lunik1 has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #108465 → nixos/getty: rename from services.mingetty → https://git.io/JLb2i
lsix has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #107117 → xorg.fonttosfnt: 1.0.5 -> 1.2.1 → https://git.io/JLlHi
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to staging: https://git.io/JLbaY
lsix has joined #nixos
pjt_tmp has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @zowoq merged pull request #108458 → gdu: 2.0.0 -> 2.1.0 → https://git.io/JLbzm
<{^_^}> [nixpkgs] @zowoq pushed to master « gdu: 2.0.0 -> 2.1.0 »: https://git.io/JLba2
jonringer has quit [Ping timeout: 264 seconds]
teto has quit [Quit: WeeChat 3.0]
malook has joined #nixos
graf_blutwurst has joined #nixos
<energizer> systemd is running gpg-agent and i'm not sure why. how can i find out?
phirsch has quit [Quit: Idle for 30+ days]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @roberth merged pull request #108416 → dockerTools: Fix streamLayeredImage for symlinks → https://git.io/JLFhi
<{^_^}> [nixpkgs] @roberth pushed 3 commits to master: https://git.io/JLbVs
<andi-> energizer: systemctl --user | grep gpg
<andi-> any of those running?
<energizer> andi-: nothing
<energizer> not under system either. i just see it in `ps faux`
<andi-> are you sure it wasn't just started because some part of the system did invoke gpg?
<madonius[m]> that would have been my first thought
<madonius[m]> * that would have been my first thought, too
<energizer> no idea what that is other than "some networkmanager thing" but i guess that's good enough
malook has quit [Remote host closed the connection]
<energizer> tho it's probably not ideal to have network/security things running that i can't identify
pushqrdx has joined #nixos
<pushqrdx> for the sake of completeness regarding my very bizarre and apparently very nixos related jack audio issue i reinstalled nixos on another partition
<pushqrdx> and for some reason i have the same issue (that i didn't have just a couple of days ago)
<pushqrdx> can't check in named futex name = jack_sem.default_system err = Permission denied
<pushqrdx> cadence throws this
<pushqrdx> it never did, everything worked out of the box before
<pushqrdx> so what happened? idk and the problem on the internet is virtually non existent aside from some nixos irc logs
<pushqrdx> i even tried to go back with everything to nixos stable 20.03
<pushqrdx> nothing works
<pushqrdx> i am so fed up with this, if someone uses jack/cadence and could chime in and end this suffering please do :D i am calling for help
<andi-> At least it is consistent and doesn't change across reinstalls. NixOS delivers it's promise ;)
<qyliss> pushqrdx: have you tried pipewire?
<qyliss> I've heard of people having much better luck with it than jack on nixos recently.
<qyliss> (although I haven't tried it myself)
<pushqrdx> kinda, except that it was working on gen #4, the i upgraded and it broke on gen #5, but i thought nice that i have my old gen, went back there and it was also broken lol
<andi-> does jack write stateful files somewhere?
<andi-> I know also used to do that / still does that
<andi-> Probably things like volume and sink selection
<pushqrdx> qyliss yeah i was one of the very advocates for pipewire, except that nixos upgraded to 0.3.18 and it was utterly broken on my system
<pushqrdx> andi- but even if it does, why on earth even going to a fresh install (on nixos stable 20.03) have the same exact issue
<andi-> did you keep /home?
<pushqrdx> no, it's a brand new install on another hard drive
<energizer> the author of (the excellent audio tool) Ardour says about pipewire "Given the apparent similarities to gstreamer I have notable doubts about their fundamental design (for example, I’m not convinced that they’ve understood the importance of using a pull model at the lowest layers)." https://discourse.ardour.org/t/is-pipewire-the-answer/89148
<andi-> mhmm
<andi-> I'll give pipewire another 5 years. The entire story isn't as polished as it must be for every day usage..
<pushqrdx> energizer i don't care about opinions, i only care about performance and doing the job it's expected to do, and for that i can safely say after running pipewire for 3 month that even at it's very early stage, it did almost all i used to do seamlessly on macOS
<andi-> I don't have time to contribute nor to play around with it..
<pushqrdx> no other linux audio solution managed to pull that off
<pushqrdx> low latency, running side by side with other higher buffer apps all managed automatically without even touching a config
<andi-> I am pretty happy with pulse but then again I am not a Jack user..
<pushqrdx> reminded me so much of coreaudio
<pushqrdx> pulse is a big nope if you want low latency and/or doing stuff with music or patching audio around
<pushqrdx> after pipewire broke for me i bit the bullet and setup jack and cadence made that a breeze somehow, it worked very nicely for 3 weeks, then i decided to upgrade nixos
<energizer> pushqrdx: if it works for you then good. out of curiosity, what was your use case? just normal desktop usage, or pro audio management?
<pushqrdx> and again, fuck me for every thinking about that again
<pushqrdx> energizer music production, recording
<energizer> ok
tgamblin-llnl has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pushqrdx> point is i can only imagine pipewire at 1.0, it's gonna be really really good, (i ran it for 3 month with pulse/jack disabled) and it did the job of everyone of them
<pushqrdx> jack apps continued to work as if jack was installed, pulse apps were happy, and most importantly it didn't use a fixed buffer size that isn't always necessary at all times
teto has joined #nixos
<pushqrdx> it seamlessly switched depending on demand
<pushqrdx> back again at the jack issue, anybody can help please lol
<pushqrdx> gonna leave that error here again in case
<pushqrdx> Allocate: can't check in named futex name = jack_sem.default_system err = Permission denied
<pushqrdx> (and yes if i run cadence as root i can start jack, but root user doesn't belong or have audio related stuff)
<pushqrdx> previously i just started cadence as normal user and hit start that's it
<kraem> pushqrdx: can't help you but i've been fighting with jack for a while now. do you have some configs i can look at? (even though they're supposedly broken :p)
<energizer> i got jack running but only under root
<pushqrdx> kraem the working setup i had didn't envolve any configs, just enable jack in your configuration.nix (with alsa) add cadence to your packages, that's it
<pushqrdx> oh and disable pulse audio
<pushqrdx> in configuration.nix
<pushqrdx> because you can run pulse from cadence and bridge it into jack
<pushqrdx> all worked perfectly
<kraem> does applications "hardcoded" to use pulse play nicely with jack in that situation?
<kraem> ah alright
<pushqrdx> yeah
eoli3n has quit [Remote host closed the connection]
<kraem> i'll look into that solution. thanks.
<pushqrdx> because you start a pulse server from cadence, and set alsa -> pulse -> jack under Alsa in the JACK Bridges section
eoli3n has joined #nixos
malook has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<aolasz> lordcirth Managed to solve the problem with `nixos-install --max-jobs 1 --cores 1`. Thanks for the discussion yesterday. I think nixos-install is not well tested on multicore machines. How would you start writing a ticket about the issue?
griff_ has quit [Ping timeout: 264 seconds]
malook has quit [Client Quit]
vidbina_ has quit [Ping timeout: 246 seconds]
<aolasz> I had a problem with nixos-install giving me an error: "error: all build users are currently in use; consider creating additional users and adding them to the 'nixbld' group". Managed to solve the problem with `nixos-install --max-jobs 1 --cores 1`. I think nixos-install is not well tested on multicore machines. How would you start writing a ticket
<aolasz> about the issue?
pushqrdx has quit [Remote host closed the connection]
orivej has joined #nixos
<bqv> Pipewire works now?
<bqv> Can it do bluetooth yet
<energizer> a couple people in here are using it with varying levels of success
est31 has quit [Remote host closed the connection]
<energizer> looks like pipewire did actually change its design to use the pull model for reduced latency, which is nice
<bqv> If it can do bluetooth, and really is a drop in pulse replacement, I'll use it
<bqv> Just, last I tried, it broke
<Orbstheorem> o/ Is there anybody using sway who has configured a dark GTK3 theme?
<Orbstheorem> my eyes :(
<qyliss> Orbstheorem: I am
<JaexilGilroyRath> https://stgeorgeastoria.com/
sigmundv_ has joined #nixos
<Orbstheorem> qyliss: are your dotfiles public? ^^
<JaexilGilroyRath> https://stgeorgeastoria.com/
<{^_^}> [nixpkgs] @zowoq merged pull request #108085 → minikube: 1.15.1 -> 1.16.0 → https://git.io/JL7qw
<{^_^}> [nixpkgs] @zowoq pushed commit from @Chili-Man to master « minikube: 1.15.1 -> 1.16.0 »: https://git.io/JLbri
<qyliss> Orbstheorem: they are, moment
cole-h has quit [Ping timeout: 264 seconds]
xelxebar_ has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
<qyliss> Orbstheorem: What you want is https://git.qyliss.net/nixlib/tree/modules/workstation/windowing/gtk/settings.ini, which should live at ${XDG_CONFIG_HOME-~/.config}/gtk-3.0/settings.ini
<Orbstheorem> Thanks, let me try that.
pushqrdx has joined #nixos
<pushqrdx> the problem seems to explain itself though i don't know why it happened now but not before and what can i do about it
<pushqrdx> jackaudio a couple or more years ago switched to Futex for it's mutexyy stuf
<pushqrdx> now it can't allocate one hence futex name = jack_sem.default_freewheel err = Permission denied
<pushqrdx> running as root works
<pushqrdx> which mean root has a certain permission that allows futex that my user doesn't
<JaexilGilroyRath> https://youtu.be/6_OapopJbyk
wfranzini has joined #nixos
JaexilGilroyRath was banned on #nixos by srhb [*!jaexilgilr@gateway/shell/matrix.org/x-kuqrtqcjytghscfl]
JaexilGilroyRath was kicked from #nixos by srhb [JaexilGilroyRath]
dansho has quit [Remote host closed the connection]
belst has quit [Ping timeout: 260 seconds]
greaka has quit [Ping timeout: 256 seconds]
ghasshee has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4424 → Fix conversion from JSON to fetch attributes → https://git.io/JLbC1
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JLbKs
<{^_^}> [nixpkgs] @timokau merged pull request #108187 → clojure: 1.10.1.727 -> 1.10.1.763 → https://git.io/JL5sT
<{^_^}> [nixpkgs] @timokau pushed 3 commits to master: https://git.io/JLbKu
fendor has joined #nixos
qwerty has joined #nixos
thc202 has joined #nixos
<{^_^}> [nixpkgs] @leenaars opened pull request #108466 → Sylk: 2.9.3 -> 2.9.4 → https://git.io/JLbKx
qwerty has quit [Client Quit]
<{^_^}> [nixpkgs] @talyz merged pull request #108403 → [20.09] profiles/hardened: Add note about potential instability → https://git.io/JLF5F
<{^_^}> [nixpkgs] @talyz pushed 2 commits to release-20.09: https://git.io/JLb6f
jonaswouters[m] has joined #nixos
kgz has quit [Ping timeout: 256 seconds]
beaky has quit [Read error: Connection reset by peer]
pushqrdx has quit [Ping timeout: 245 seconds]
jonaswouters[m] is now known as JonasW[m]
andymandias has quit [Quit: ZNC 1.8.1 - https://znc.in]
andymandias has joined #nixos
beaky has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLb6O
__monty__ has joined #nixos
greaka has joined #nixos
belst has joined #nixos
hyper_ch5 has joined #nixos
psy3497 has quit [Ping timeout: 240 seconds]
hyper_ch4 has quit [Ping timeout: 240 seconds]
kgz has joined #nixos
JonasW[m] is now known as JonasWouters[m]
pushqrdx has joined #nixos
<pushqrdx> fuuuuuuuuuck i figured it out, but not technically solved it
<pushqrdx> so the reason i upgraded nixos was that i switched my graphics from ipgu to an nvidia card, so i upgraded and installed nvidia drivers
graf_blutwurst has quit [Read error: Connection reset by peer]
<pushqrdx> nvidia drivers caused the jack audio issue
rapgru has joined #nixos
graf_blutwurst has joined #nixos
<pushqrdx> or nvidia ? i will try to run modesetting driver on the nvidia card and see if jack suffers the same problem
<pushqrdx> but i am now back on igpu (removed nvidia drivers) and jack starts successfully
<rapgru> Hi, question: Is there a way to just add a nix set to nixpkgs via overlay? I want to define kernelPatch sets in one module and set boot.kernelPatches = pkgs.myPatchXY; in another
<{^_^}> [nix] @edolstra pushed to master « Fix deadlock in LocalStore::addSignatures() »: https://git.io/JLbie
attila_lendvai has joined #nixos
beaky has quit [Read error: Connection reset by peer]
pushqrdx has quit [Remote host closed the connection]
rapgru has quit [Remote host closed the connection]
beaky has joined #nixos
lsix has quit [Quit: WeeChat 2.9]
Diogo has joined #nixos
Diogo has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @sikmir opened pull request #108467 → josm: 17329 → 17428 → https://git.io/JLbiX
fuiltilt has quit [Quit: WeeChat 2.9]
riksteri has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108468 → openhmd: 0.3.0-rc1-20181218 -> 0.3.0 → https://git.io/JLbPe
beaky has quit [Read error: Connection reset by peer]
psiquo has joined #nixos
beaky has joined #nixos
Darkmatter66 has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #108469 → home-assistant: add feedparser to component-packages → https://git.io/JLbP9
gxt has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLbXv
hyper_ch4 has joined #nixos
hyper_ch2 has joined #nixos
hyper_ch5 has quit [Ping timeout: 272 seconds]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108469 → home-assistant: add feedparser to component-packages → https://git.io/JLbP9
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLbXX
hyper_ch4 has quit [Ping timeout: 272 seconds]
spudly has quit [Ping timeout: 272 seconds]
respawn_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm has joined #nixos
akaWolf1 has quit [Ping timeout: 240 seconds]
lsix has joined #nixos
akaWolf has joined #nixos
spudly has joined #nixos
spudly has joined #nixos
spudly has quit [Changing host]
pushqrdx has joined #nixos
est31 has joined #nixos
<{^_^}> [nixpkgs] @markus1189 opened pull request #108470 → haskellPackages.threadscope: jailbreak to fix build → https://git.io/JLb1S
respawn_ has quit [Quit: Leaving]
codyopel has joined #nixos
ghasshee has quit [Quit: leaving]
psiquo has quit [Quit: psiquo]
ghasshee has joined #nixos
<sphalerite> Does anyone know a way to combine the boot menus for two separate nixos installations?
<Ke> at least making custom boot script is an option, they do not seem to be super hard to create
<Ke> or whatever booloader install script
spudly1 has quit [Read error: Connection reset by peer]
pushqrdx has quit [Remote host closed the connection]
teto has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @andyrichardson opened pull request #108471 → vscodium: Fix invalid download URL (404) → https://git.io/JLbMF
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @fabaff opened pull request #108472 → python3Packages.pyeverlights: init at 0.1.0 → https://git.io/JLbDI
Darkmatter66 has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @erictapen opened pull request #108473 → ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5 → https://git.io/JLbD4
wfranzini has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @erictapen opened pull request #108474 → ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5 → https://git.io/JLbD6
<{^_^}> [nixpkgs] @erictapen closed pull request #108473 → ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5 → https://git.io/JLbD4
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
lsix has joined #nixos
spudly1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl closed pull request #77655 → NOT READY: imagefree: (embedded libpng): apng support → https://git.io/JvJVQ
<{^_^}> [nix] @edolstra pushed 26 commits to progress-bar: https://git.io/JLbyI
greaka has quit [Ping timeout: 260 seconds]
greaka has joined #nixos
belst has quit [Quit: bb]
<{^_^}> [nixpkgs] @erictapen opened pull request #108476 → merkaartor: unstable-2019-11-12 -> unstable-2020-07-07, build with latest libsForQt5 → https://git.io/JLbyc
belst has joined #nixos
michiel__ has quit [Remote host closed the connection]
michiel__ has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/7144633556b (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/7144633556b (from 12 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<Reventlov> hey there
ManiacOfMadness has quit []
<Reventlov> I replaced my motherboard on my laptop so of course my UUID of the disk has changed, what would be the best way to fix that? (encrypted disk)
<Reventlov> Boot on some live medium and change everything ? Or is there something easier ?
<{^_^}> [nixpkgs] @fabaff opened pull request #108477 → python3Packages.webthing: init at 0.15.0 → https://git.io/JLbyj
<dminuoso> Reventlov: Mmm, Id say booting from any nixos disk is easiest.
<dminuoso> Then you can just run `nixos-generate-config --show-hardware-config > /etc/nixos/hardware-configuration.nix`
<sphalerite> Reventlov: the uuid of the disk should not change as a result of the motherboard swap!
<sphalerite> Are you sure you're using the uuid
<sphalerite> ?
<Reventlov> yeah
<Reventlov> but it's a laptop, and dell is doing weird stuff
<Reventlov> maybe the uefi config changed, let me check
<dminuoso> Well, if the mainboard was switched, the old uefi config is _gone_
ManiacOfMadness has joined #nixos
<Reventlov> yeah but i don't really know why it would prevent stage 1 from finding the disk
<sphalerite> Reventlov: aaah I know!
<sphalerite> Reventlov: you need to switch the mode from RAID to AHCI like you did when you initially set it up :)
<Reventlov> wait, sata operation, "raid on", would that be that ?
<Reventlov> :D
<Reventlov> let me check
<dminuoso> sphalerite: So if there's a raid controller in between, you'd see it's UUID?
<Reventlov> yup that was it !
<Reventlov> thanks all :)
<sphalerite> dminuoso: no, linux just doesn't see the device at all
WilliButz has quit [Ping timeout: 240 seconds]
Supersonic has quit [Quit: Bye]
Acou_Bass has quit [Ping timeout: 260 seconds]
Supersonic has joined #nixos
Acou_Bass has joined #nixos
dycan has joined #nixos
<Cadey> cursed question, but is it even technically possible to use ansible with NixOS?
WilliButz has joined #nixos
vidbina_ has joined #nixos
<dminuoso> Cadey: In principle, sure.
<dminuoso> Many ansible modules wont work under NixOS, however, so there's that.
ferrarinho26 has joined #nixos
ferrarinho26 has left #nixos [#nixos]
graf_blutwurst has quit [Remote host closed the connection]
cfricke has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @kevincox merged pull request #108131 → opentabletdriver: misc improvements to package/module → https://git.io/JL7wQ
<{^_^}> [nixpkgs] @kevincox pushed 3 commits to master: https://git.io/JLb92
olban has joined #nixos
andi- has quit [Ping timeout: 258 seconds]
Volk has joined #nixos
<dycan> hi, I nix-shell -p "haskell.packages.ghcjs.ghcWithPackages (p:[])". But error: https://justpaste.it/4zie8. In an issue it redirects me to, it says "cabal-version: >= ..." should be "cabal-version: ..." in the first line. How could I do that?
cfricke has joined #nixos
<{^_^}> [nixpkgs] @ymarkus opened pull request #108478 → bookstack: init at 0.31.1 → https://git.io/JLbHt
cfricke has quit [Client Quit]
meh` has joined #nixos
aswanson has joined #nixos
andi- has joined #nixos
dycan has quit [Remote host closed the connection]
meh` has quit [Ping timeout: 246 seconds]
cfricke has joined #nixos
<{^_^}> [hydra] @edolstra merged pull request #841 → Implement GitHub logins → https://git.io/JLM0C
<{^_^}> [hydra] @edolstra pushed 8 commits to master: https://git.io/JLbQ3
wfranzini has joined #nixos
dycan has joined #nixos
davidv7 has quit [Remote host closed the connection]
davidv7 has joined #nixos
acarrico has joined #nixos
bgamari has joined #nixos
wfranzini has quit [Quit: wfranzini]
<lordcirth> aolasz, I see... How many cores does your machine have? I could see that happening if it was 32+
cfricke has quit [Quit: WeeChat 3.0]
<esotericn> hmm, building `flatbuffers` fails in latest nixpkgs
<{^_^}> [nixpkgs] @markus1189 closed pull request #90299 → sqldiff: init at 3.31.1 → https://git.io/JfQoQ
gustavderdrache has joined #nixos
ghasshee has quit [Ping timeout: 265 seconds]
Kozova1 has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
jlamothe has quit [Quit: rebooting]
zangi has joined #nixos
Chiliparrot has quit [Ping timeout: 264 seconds]
<zangi> is it even possible to build `haskellPackages.random_1_2_0`? it depends on `haskellPackages.splitmix` while `splitmix` also depends on `random`
Chiliparrot has joined #nixos
<lucus16> In the case of import from derivation, how can I tell what final derivation(s) Nix is trying to build in order to evaluate an expression?
<lucus16> If I nix-instantiate it and then abort immediately, it shows me the first few derivations it starts building but not what that is working towards
dycan has quit [Ping timeout: 264 seconds]
MichaelRaskin has quit [Ping timeout: 260 seconds]
<kraem> i've been searching the irc logs but can't find it; i seem to remember someone calling nix-collect-garbage with an argument of explicitly how many generations to save. is my memory failing me?
<lucus16> kraem: Probably some invocation of nix-env --delete-generations applied to the system env
<kraem> hmm i'm not talking about specifying what generations to collect, but what gens to save..
<lucus16> See its documentation, e.g. +5 keeps the last five generations
<kraem> thanks! didn't find that in the man pages
<zangi> lucus16: `nix show-derivation /path/to/drv`
<lucus16> zangi: Due to import from derivation, the derivation I'm trying to evaluate is not instantiated until after a really long build
<zangi> lucus16: how do you import from derivation?
lsix has quit [Ping timeout: 260 seconds]
<aolasz> lordcirth Thanks for the link
lsix has joined #nixos
<kraem> lucus16: i can't see it mentioned on nixos.org/manual/nix either (both stable/unstable). where did you find it?
<{^_^}> [nixpkgs] @attila-lendvai opened pull request #108481 → nixos/doc/manual: In the preface, add link to #chap-contributing → https://git.io/JLbde
<lucus16> zangi: Dunno, code base is large and not open source. I'm hoping Nix can somehow tell me what dependency is needed for evaluating before building it
<kraem> oh it is under nix-env. thanks :)
<zangi> lucus16: I'm not really sure, but nix-instantiate doesn't build, it only calculates the .drv files, the building is done by `nix-store --realise /path/to/drv`
vidbina_ has quit [Ping timeout: 272 seconds]
<lucus16> zangi: Normally it doesn't build but with import-from-derivation, a build needs to complete before the final derivation can even be instantiated, in which case it will start building that
<KarlJoad> How can I override a python package with an older version? The older version I want to use is already in nixpkgs, and I would prefer to use that.
<{^_^}> [nixpkgs] @fabaff opened pull request #108482 → Pywizlight → https://git.io/JLbdY
jonringer has joined #nixos
jlamothe has joined #nixos
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #108445 → Misc updates → https://git.io/JLbWZ
<{^_^}> [nixpkgs] @AndersonTorres pushed 10 commits to master: https://git.io/JLbdV
<{^_^}> [nixpkgs] @jonringer merged pull request #108482 → python3Packages.pywizlight: init at 0.4.1 → https://git.io/JLbdY
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JLbd6
<esotericn> hmm, okay, so compiling flatbuffers 1.12.0 is broken in latest nixpkgs due to some compilation warnings that end up being treated as errors
<Reventlov> Hey there. Does enabling sway in the xsession is supposed to install sway ?
<Reventlov> s/sway/i3/, sorry
<esotericn> https://github.com/google/flatbuffers/issues/5950 goes through them. they're fixed in master (going to test this locally now), but I guess generally best practices in nixpkgs are to stick to tags - if I want to make a PR to fix this how should I go about doing that?
<{^_^}> google/flatbuffers#5950 (by rkuchumov, 30 weeks ago, closed): Compilation errors [gcc 10.1, Linux 5.6]
<Ke> if you refer to a pgks.sway variable, that package will get automatically installed
<Ke> normally nix gets things automatically installed, not sure about xsession
<KarlJoad> How should I go about overriding the extended mkDerivation function buildOctaveLibrary to use these parameters? https://github.com/KarlJoad/nixpkgs/blob/symbolic-overrideAttrs/pkgs/development/octave-modules/symbolic/default.nix
<KarlJoad> I have checked by removing the oldAttrs.something and hard-coding in the values, and it works as intended. It's the oldAttrs that I'm confused about.
stree_ has joined #nixos
stree has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @andresilva opened pull request #108483 → mdbook: 0.4.4 -> 0.4.5 → https://git.io/JLbFf
<{^_^}> [nixos-org-configurations] @edolstra pushed to master « delft/flake.lock: Update »: https://git.io/JLbFm
Hail_Spacecake has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108471 → vscodium: Fix invalid download URL (404) → https://git.io/JLbMF
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JLbFR
Hail_Spacecake has joined #nixos
attila_lendvai has quit [Ping timeout: 264 seconds]
ilios has joined #nixos
zangi has quit [Quit: WeeChat 2.9]
psiquo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108484 → python37Packages.django_3: 3.1.4 -> 3.1.5 → https://git.io/JLbFM
nwspk has quit [Ping timeout: 268 seconds]
Chiliparrot has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108465 → nixos/getty: rename from services.mingetty → https://git.io/JLb2i
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JLbF9
erickLan has joined #nixos
<{^_^}> [nixpkgs] @dbirks opened pull request #108485 → gnomeExtensions.material-shell: 10 -> 12 → https://git.io/JLbF5
<{^_^}> [nix-idea] @Mic92 merged pull request #22 → Support for IDEA 2020.3 → https://git.io/JLbFF
erickLan has quit [Remote host closed the connection]
<{^_^}> [nix-idea] @Mic92 pushed 10 commits to master: https://git.io/JLbFb
Chiliparrot has joined #nixos
cfricke has joined #nixos
<Mic92> rycee: niksnut Please have a look at https://github.com/NixOS/rfcs/pull/42#issuecomment-754699847
<Mic92> I want to move this one to FCP
<KarlJoad> Does nix have a built-in function or a provided shell function for appending to a file? Right now I'm just `echo "message" >> file` in the buildPhase.
nwspk has joined #nixos
fendor_ has joined #nixos
erickLan has joined #nixos
kunrooted[m]1 has joined #nixos
erickLan has quit [Remote host closed the connection]
fendor has quit [Ping timeout: 260 seconds]
erickLan has joined #nixos
erickLan has quit [Remote host closed the connection]
erickLan has joined #nixos
<sphalerite> KarlJoad: seems like a sensible approach.
<{^_^}> [nixos-org-configurations] @edolstra pushed to master « Enable GitHub logins »: https://git.io/JLbNq
<sphalerite> KarlJoad: if it's the only thing the derivation does, probably use runCommandLocal instead
erickLan has quit [Remote host closed the connection]
erickLan has joined #nixos
cosimone has joined #nixos
<KarlJoad> sphalerite: It's in the postBuild phase of a buildEnv function, so I'll just leave it like so.
<{^_^}> [nixpkgs] @NeQuissimus pushed 4 commits to master: https://git.io/JLbNn
<KarlJoad> I am trying to override python3 so I get sympy 1.5 (defined for python 2 in nixpkgs). This is what I have https://github.com/KarlJoad/nixpkgs/blob/d54e5dec951e6f70316a09720e0ac6f452b1ab40/pkgs/top-level/octave-packages.nix#L64 But, I don't have sympy in the environment at all. Any pointers?
wnklmnn has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108486 → librealsense: 2.40.0 -> 2.41.0 → https://git.io/JLbNB
<lordcirth> aolasz, with hyperthreading, which probably counts for Nix. So you should be able to set buildCores = 32.
erickLan has quit [Read error: Connection reset by peer]
<lordcirth> aolasz, or you can just set nix.nrBuildUsers = 64 or more
<{^_^}> [nixpkgs] @freezeboy opened pull request #108487 → teleport,teleport.client: 4.2.11 -> 5.1.0 → https://git.io/JLbNi
aolasz has quit [Remote host closed the connection]
zebrag has joined #nixos
zfnmxt has quit [Quit: Bye!]
erickLan has joined #nixos
zaeph has quit [Ping timeout: 240 seconds]
xwvvvvwx has quit [Quit: ZNC 1.8.2 - https://znc.in]
zfnmxt has joined #nixos
xwvvvvwx has joined #nixos
donofrio has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #107834 → fishPlugins: create scope and add some plugins → https://git.io/JLSWO
<{^_^}> [nixpkgs] @rnhmjoj pushed 5 commits to master: https://git.io/JLbA4
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #108488 → python3Packages.pygal: unbreak with latest pytest → https://git.io/JLbA0
emptyflask has joined #nixos
mallox has joined #nixos
donofrio has joined #nixos
zarel has quit [Ping timeout: 272 seconds]
erickLan has quit [Remote host closed the connection]
shibboleth has joined #nixos
zarel has joined #nixos
klosteinmann[m] has quit [Quit: Idle for 30+ days]
jocar[m] has quit [Quit: Idle for 30+ days]
JaakkoLuttinen[m has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @Mic92 merged pull request #97740 → nixos/tor: improve type-checking and hardening → https://git.io/JUWGd
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JLbAx
<{^_^}> [nixpkgs] @raboof opened pull request #108489 → jekyll: add jekyll-polyglot → https://git.io/JLbxJ
erickLan has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
cfricke has quit [Quit: WeeChat 3.0]
zebrag has joined #nixos
lordcirth__ has joined #nixos
teto has joined #nixos
lordcirth has quit [Ping timeout: 264 seconds]
endformationage has joined #nixos
<qyliss> Is there an easy way to get build a VM for another architecture?
<qyliss> ah, I can do --argstr system
<qyliss> awesome
naon has quit [Quit: Lost terminal]
<qyliss> Oh actually what I wanted is not that, but nixpkgs.crossSystem.config
lordcirth__ is now known as lordcirth
<ElXreno[m]> I override `linuxPackages_5_10` by version from unstable.
obadz has joined #nixos
<ElXreno[m]> * I override `linuxPackages_5_10` by version from unstable. JFI.
<obadz> hi all — struggling getting grub + EFI working on a new PC. What artifacts should I be looking for in the ESP partition to see that grub was properly installed?
<obadz> I saw an EFI/Boot/bootx64.efi but wasn't 100% sure this was created by GRUB
<obadz> also when I remove it and re-run nixos-rebuild boot it doesn't seem to re-appear
<lukegb> ElXreno[m]: you'll probably have to construct the nixpkgs overlay yourself
<Nigel[m]> obadz: is systemd boot an option for you?
<obadz> (running strings on this file suggests it's definitely grub)
<obadz> Nigel[m]: doesn't that mean the kernels end up being copied on the EFI partition? if so, no.
Neo--- has quit [Ping timeout: 264 seconds]
<ElXreno[m]> <lukegb "ElXreno: you'll probably have to"> Will it work? I assume there is no attribute for the package itself.
<lukegb> ElXreno[m]: well, you can get the set of packages in linuxPackages_5_10 using something like "pkgs.linuxPackagesFor (pkgs.linux_5_10.override { stdenv = pkgs.ccacheStdenv; })"
oht[m] has joined #nixos
<Nigel[m]> <obadz "Nigel: doesn't that mean the ker"> Ok, on a new pc should work out of the box. I can share my nix 'bootstrap' that worked for me last week or so
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #108488 → python3Packages.pygal: unbreak with latest pytest → https://git.io/JLbA0
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JLNv9
Neo--- has joined #nixos
<Nigel[m]> <Nigel[m] "Ok, on a new pc should work out "> https://amsl.consulting/nb
<{^_^}> [nixpkgs] @mweinelt merged pull request #108472 → python3Packages.pyeverlights: init at 0.1.0 → https://git.io/JLbDI
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JLNvx
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108490 → libsurvive: init at 0.3 → https://git.io/JLNfv
<immae> Is there an existing nix function to make use of the stack.yml.lock files in haskell projects, rather than recomputing everything manually? Every tool I see seem to ignore them (it’s a recent addition to stack so this may explain that...)
<{^_^}> [nixpkgs] @pacien opened pull request #108491 → wrapFish: add fish shell wrapper package → https://git.io/JLNfT
<lordcirth> When I run "sudo nix-env --list-generations -p /nix/var/nix/profiles/system" I see 1 through 156. But I just ran "nix-collect-garbage --delete-older-than 30d". Isn't that supposed to delete system generations?
erickLan has quit [Remote host closed the connection]
<lordcirth> Ah, with sudo it deletes system gens. Would be nice to have a warning
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
erasmas has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #108492 → ocamlPackages.cstruct: 5.0.0 -> 6.0.0 → https://git.io/JLNfa
SplitFire[m] has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #108493 → python3Packages.sane: 2.8.2 -> 2.9.1 → https://git.io/JLNfM
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #108494 → python3Packages.pygal: update license → https://git.io/JLNf7
thibm_ has quit [Ping timeout: 246 seconds]
<ElXreno[m]> <lukegb "ElXreno: well, you can get the s"> It works, but ccache seems to be broken.
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JLNfh
<{^_^}> [nixpkgs] @sternenseemann opened pull request #108492 → ocamlPackages.cstruct: 5.0.0 -> 6.0.0 → https://git.io/JLNfa
<{^_^}> [nixpkgs] @mweinelt merged pull request #108494 → python3Packages.pygal: update license → https://git.io/JLNf7
<lukegb> ElXreno[m]: you... may need to disable build sandboxing to get this to work
<lukegb> (or use extra-sandbox-paths, more usefully)
<{^_^}> [nixpkgs] @Ma27 opened pull request #108495 → [20.09] postgresql: 9.5.23 -> 9.5.24, 9.6.19 -> 9.6.20, 10.14 -> 10.15, 11.9 -> 11.10, 12.4 -> 12.5 → https://git.io/JLNJq
<{^_^}> [nixpkgs] @grahamc pushed commit from @abathur to master « resholve: init at 0.4.0 (#85827) »: https://git.io/JLNJW
<{^_^}> [nixpkgs] @grahamc merged pull request #85827 → resholve: init at 0.4.0 → https://git.io/JfIqF
<worldofpeace> omg resholve
<obadz> Nigel[m]: I tried with systemd-boot, it didn't work any better. Something about this PC's BIOS I guess. I disabled secure boot and fTPM and it still refuses to boot linux
<lukegb> new year's resholution
<abathur> <3 gchristensen
<{^_^}> gchristensen's karma got increased to 0x18e
<obadz> (I can only boot in legacy mode using grub on a usb stick)
<gchristensen> worldofpeace: we need some of your trademark sparkles!
<worldofpeace> ✨ abathur
<{^_^}> abathur's karma got increased to -2147483648
<worldofpeace> gchristensen: I was just moving my fingers to send them ✨ ✨
hnOsmium0001 has joined #nixos
<worldofpeace> ✨ abathur
<gchristensen> :D
<{^_^}> abathur's karma got increased to 14, it's a crit!
<KarlJoad> Is there a nice way to add a bash function to the standard setup.sh file used when building?
<worldofpeace> there, now it shows a positive number
<abathur> heheh, pulled me back from the karmic event-horizon
<gchristensen> abathur++
<{^_^}> abathur's karma got increased to 15
<worldofpeace> KarlJoad: having to add to setup.sh I think requires a patch (and thusly a rebuild of everything), so usually that shouldn't be needed. have you looked at setup hooks etc.?
astylian has quit [Ping timeout: 264 seconds]
<KarlJoad> worldofpeace: I have a `makeSetupHook { deps = makeWrapper; } ./wrap.sh`, but I can't seem to get the shell function I wrote there to be present.
zebrag has quit [Quit: Konversation terminated!]
<obadz> Nigel[m]: systemd-boot didn't work any better.
<abathur> are you adding the hook to, eh, I guess it's nativeBuildInputs?
zebrag has joined #nixos
<obadz> Since I booted in legacy mode, I can't touch EFI variables. Do I need to touch EFI variables to install the EFI boot loader properly?
Cale has quit [Read error: Connection reset by peer]
<worldofpeace> KarlJoad: so if your wrap.sh has just bash functions in it, this should work that way. And then in the derivation you want to use them you have to add the setupHook to `nativeBuildInputs` to be able to use them. Have you done that?
<KarlJoad> abathur: Thank you for reminding me. I forgot about that part.
<{^_^}> [nixpkgs] @knedlsepp opened pull request #108496 → [WIP] cmake/setup-hook.sh: Don't skip build-RPATH → https://git.io/JLNJQ
<{^_^}> [nixpkgs] @alyssais merged pull request #108466 → Sylk: 2.9.3 -> 2.9.4 → https://git.io/JLbKx
<{^_^}> [nixpkgs] @alyssais pushed commit from @leenaars to master « Sylk: 2.9.3 -> 2.9.4 »: https://git.io/JLNJ7
veleiro has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #106742 → Migrate qt515 → https://git.io/JIiOY
<{^_^}> [nixpkgs] @doronbehar pushed 8 commits to master: https://git.io/JLNJb
meh` has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #108497 → nixos/getty: add services.getty.loginOptions → https://git.io/JLNJx
<ElXreno[m]> <lukegb "(or use extra-sandbox-paths, mor"> You mean `nix.sandboxPaths`? It not works :\
<ElXreno[m]> > <@freenode_lukegb:matrix.org> (or use extra-sandbox-paths, more usefully)
<ElXreno[m]> Sorry for noob questions, I'm a starter
<ElXreno[m]> * You mean `nix.sandboxPaths`? It not works :(
<{^_^}> error: syntax error, unexpected '<', at (string):460:1
<lukegb> I don't have a huge amount of experience with ccache in nixos
shibboleth has quit [Quit: shibboleth]
<obadz> EFI is the bane of this world.
<{^_^}> [nixpkgs] @prusnak opened pull request #108498 → libuvc: init at unstable-2020-11-29 → https://git.io/JLNUC
<KarlJoad> worldofpeace: I am still getting issues, now with the makeSetupHook attribute being missing. https://github.com/KarlJoad/nixpkgs/blob/42ffce32cc06928595454bee6a95f71bcf42ecd5/pkgs/development/interpreters/octave/default.nix#L176
raihan has joined #nixos
<KarlJoad> I mirrored the one in lua, and I'm getting these issues.
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
mallox has quit [Quit: WeeChat 3.0]
mallox has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #107888 → ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0; ocamlPackages.utop: 2.4.3 → 2.6.0 → https://git.io/JL9iT
<{^_^}> [nixpkgs] @vbgl pushed 5 commits to master: https://git.io/JLNTv
aswanson has quit [Remote host closed the connection]
aswanson has joined #nixos
<donofrio> still compiling clang and moar all for pianobar....ugh lol hour 12 so far
<ElXreno[m]> <lukegb "I don't have a huge amount of ex"> Ok, it works, but nix should be build firstly, and then `extra-sandbox-paths` will be applied. Thank you!
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « qt514.qtwebengine: fix build with gcc10 »: https://git.io/JLNTn
<{^_^}> [nixpkgs] @mweinelt merged pull request #108306 → [20.09] python3Packages.pymetno: 0.5.1 -> 0.8.1 (#100131) → https://git.io/JLd4S
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to release-20.09: https://git.io/JLNT2
<obadz> I ended up creating a 16MB "BIOS boot" partition and installing GRUB in legacy mode. Sad.
shibboleth has quit [Quit: shibboleth]
raihan has left #nixos ["WeeChat 3.0"]
<{^_^}> [nixpkgs] @mweinelt merged pull request #108425 → python3Packages.glances-api: init at 0.2.0 → https://git.io/JLbIQ
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JLNkJ
philr has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #108431 → python3Packages.pywilight: init at 0.0.65 → https://git.io/JLbmt
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JLNk3
hiro98 has quit [Ping timeout: 240 seconds]
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
attila_lendvai has quit [Ping timeout: 264 seconds]
<KarlJoad> Why would a makeSetupHook-provided shell function be available and "working", but not accepting parameters?
<hyper_ch> any docker gurus here?
<sphalerite> ,ask hyper_ch
<{^_^}> hyper_ch: Just ask your question. It's the best way to know if anybody can help. Or look at other ways of getting in touch with the Nix community here: https://nixos.wiki/wiki/Get_In_Touch
Keij0 has quit [Quit: I died, lol]
<{^_^}> [nixpkgs] @fabaff opened pull request #108499 → Ha parse → https://git.io/JLNIn
<sphalerite> if it's actually nixos-related. Otherwise, → #nixos-chat or → #docker :)
<KarlJoad> Wait, nevermind my question. It was just my usual problems with Bash scripting coming along.
<KarlJoad> I lied. The function I provide in a makeSetupHook-added file works, but doesn't accept parameters. Does anyone have a clue why?
<Kozova1> trust nobody, not even yourself
<sphalerite> _especially_ not yourself :D
<KarlJoad> Bash tends to do that to me. The fact an undefined variable can be used and it defaults to an empty string screws with me so much.
<sphalerite> ah, the joys of stdenv and not being able to set -u
<KarlJoad> But seriously, I can't figure out why I can't get the parameters to work. I've tested the function by putting it in the postBuild phase block, and it _does_ do what I want. Just when it's in a separate file, pulled in with makeSetupHook, it doesn't accept more than one parameter, but it works.
hiro98 has joined #nixos
jonringer has quit [Quit: Leaving]
stree has joined #nixos
stree_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed to master « grocy: 3.0.0 -> 3.0.1 »: https://git.io/JLNLt
psiquo has quit [Quit: psiquo]
<{^_^}> [nixpkgs] @Ma27 opened pull request #108500 → [20.09] grocy: 2.7.1 -> 3.0.1 (CVE-2020-15253) → https://git.io/JLNL0
eacameron has joined #nixos
<eacameron> Is there a way to disable wlp4s0? It keeps causing my bootup to hang for 1.5 minutes
<flokli> eacameron: did you explicitly enable dhcp for it in your config?
<eacameron> flokli: yes
<flokli> well, then comment out that line?
<flokli> you might want to manage the wifi link via NetworkManager or so
<flokli> at least not pull it in the critical boot chain
<eacameron> flokli: Oh I thought it was being configured elsewhere and that was just configuring DHCP. But I'll try it!
Lord_of_Life has quit [Read error: Connection reset by peer]
<eacameron> flokli: Yes using network manager for wifi makes more sense.
Lord_of_Life has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #108501 → tcpdump: fix CVE-2020-8037 → https://git.io/JLNLD
rmcgibbo has joined #nixos
<eacameron> flokli: That worked thanks!
<flokli> cool!
<eacameron> NetworkManager doesn't seem to realize I even have a wifi device though but that was already the case because it failed to boot the service.
<eacameron> Does anyone know how to clean up space in /boot/EFI/nixos? It's getting very full
<Nigel[m]> <obadz "Since I booted in legacy mode, I"> Sounds to me like that is the issue here - could always be some BIOS setting too, I tend to persevere with (U)EFI with a view to a more secure setup in the end
<eacameron> Looks like /boot/EFI/nixos has previous versions of the linux kernel still there?
domogled has joined #nixos
Lord_of_Life_ has joined #nixos
<kunrooted[m]1> does cups work properly in NixOS?
rxf4e1 has joined #nixos
Lord_of_Life has quit [Ping timeout: 246 seconds]
Lord_of_Life_ is now known as Lord_of_Life
<kunrooted[m]1> I want to distro hop but I dunno if it's a good idea
rxf4e1 has quit [Client Quit]
<kunrooted[m]1> also, is there a way to use AUR or something? because most of the tools which I use I got from AUR/BlackArch repos
<hexa-> cups works in general, but if your printer driver ships binaries, like brothers cupswrapper, it won't work ootb
rxf4e1 has joined #nixos
<hexa-> unlikely
<hexa-> but nixpkgs has a large package set, so it might already have what you're looking for
rxf4e1 has quit [Client Quit]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
nhs_ has quit [Remote host closed the connection]
andreas303 has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
berberman_ has joined #nixos
<{^_^}> [nixpkgs] @lsix merged pull request #108484 → python37Packages.django_3: 3.1.4 -> 3.1.5 → https://git.io/JLbFM
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/JLNtC
Darkmatter66 has joined #nixos
h0m1 has quit [Quit: WeeChat 3.0]
berberman has quit [Ping timeout: 260 seconds]
Hello71 has joined #nixos
h0m1 has joined #nixos
h0m1 has quit [Client Quit]
andreas303 has joined #nixos
h0m1 has joined #nixos
Chiliparrot has joined #nixos
<kunrooted[m]1> <hexa- "cups works in general, but if yo"> Yeah I sadly have Brother
<obadz> Nigel[m]: what threat vector is it elimiating?
<kunrooted[m]1> MFC-T910DW to be more exact
<hexa-> kunrooted[m]1: some brother printers are packaged, so given enough inspiration packaging yours might be quite straight forward
sangoma has joined #nixos
<kunrooted[m]1> <hexa- "but nixpkgs has a large package "> if there are BlackArch/Kali tools, I'm in
<kunrooted[m]1> I'm just kinda sad that NixOS still uses systemd
<{^_^}> #81418 (by JoshuaFern, 44 weeks ago, open): NixOS for Pentesting Overview
<hexa-> > still uses … what?
<{^_^}> error: syntax error, unexpected $undefined, expecting ')', at (string):460:12
ky0ko has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<lordcirth> I'm using XFCE with the clipboard manager plugin, but it stopped working recently - it's history is always empty
Hello71 has left #nixos [#nixos]
<kunrooted[m]1> <hexa- "kunrooted: https://github.com/Ni"> thanks
<kunrooted[m]1> I mean, I can still build stuff from sources myself, but it's still, sadly, less convinient than just `yay -S blackarch-forensics` or something
<kunrooted[m]1> but thanks
<{^_^}> [nixpkgs] @primeos pushed to master « waypipe: 0.7.1 -> 0.7.2 »: https://git.io/JLNt1
<kunrooted[m]1> also, is there an easy way to dive into nixOS with dwm, st and dmenu?
<kunrooted[m]1> <hexa- "> still uses … what?"> ah, sorry, almost haven't seen your message
<kunrooted[m]1> systemd as an init system
<kunrooted[m]1> I'm a runit guy haha
<hexa-> kunrooted[m]1: nixos uses alot of the more elaborate options systemd provides, so there is a somewhat deep lock-in
<kunrooted[m]1> thanks
<kunrooted[m]1> <hexa- "kunrooted: nixos uses alot of th"> ouch
<kunrooted[m]1> I mean, there was suckless nixOS project, today I've mailed one guy who worked on it and I'm waiting for his response
<hexa-> kunrooted[m]1: if you're looking for a declarative alternative, maybe guix is for you
<kunrooted[m]1> we all know how guix works
<kunrooted[m]1> or more exactly, how it 'works'
<kunrooted[m]1> people on #suckless recommended me to move to hyperbola but nah, I'm not yet experienced enough to give it a shot lmao
<sphalerite> what do you want from nix/nixos?
<{^_^}> [nixpkgs] @esotericnonsense opened pull request #108502 → WIP: flatbuffers: fix compilation errors by upgrading to latest master → https://git.io/JLNtx
<esotericn> is there a way to append to /etc/nix/nix.conf in configuration.nix?
<kunrooted[m]1> <sphalerite "what do you want from nix/nixos?"> what do you mean?
<kunrooted[m]1> what are my expectations?
<hexa-> kunrooted[m]1: why do you think nixos is suitable for you?
<kunrooted[m]1> I'm a functional programming enthusiast
<kunrooted[m]1> and the philosophy behind nix suits me, I think
<kunrooted[m]1> I'd also love to develop my stuff as nix packages one day
<kunrooted[m]1> I mean, it would be pretty cool to do so
<kunrooted[m]1> I mean, it would be pretty cool to do so and develop stuff for nixpackages since more and more of my friends are moving to nixOS
<esotericn> hexa-: ah, excellent
<kunrooted[m]1> I mean, it would be pretty cool to do so and develop stuff for nixpackages since more and more of my friends are moving to nixOS, here's an example of my soft
civodul has joined #nixos
<esotericn> hexa-: thanks, I struggle to search for such generic terms :P
<sphalerite> maybe you should try using nix on your current distro instead of jumping straight into nixos, to get a taste for what it's like working with it and what the difficulties are etc and without needing to use evil systemd :p
<esotericn> useful to look at that page in general for stuff like GC options
nature_ has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
<kunrooted[m]1> <sphalerite "maybe you should try using nix o"> yeah, I did
<{^_^}> [nixpkgs] @bjornfor opened pull request #108504 → nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems → https://git.io/JLNqs
<kunrooted[m]1> but, still, I can't get cups working on Artix, same with some other stuff
<sphalerite> cups is easy to get working, it's your printer that's the tricky bit :p
<{^_^}> [nixpkgs] @fabaff opened pull request #108505 → python3Packages.aiohomekit: init at 0.2.60 → https://git.io/JLNqB
<kunrooted[m]1> <sphalerite "cups is easy to get working, it'"> you see, not on Artix
<{^_^}> [nixpkgs] @fabianhjr opened pull request #108506 → pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31 → https://git.io/JLNqE
<kunrooted[m]1> all guides are for systemd-initted systems so I have to think about commands for my soydev thing
<kunrooted[m]1> I've also installed avahi, and it surely does detect my printer on the network, but it still can't print even one sheet of paper
astylian has joined #nixos
<ronny> anyone aware of a way to parametrize a nix configuration in a way that when the resulting system is booting its autoselecting (i have a folder with per machine modules)
<kunrooted[m]1> yay -S cups doesn't install cups as a service and the service does not exist in `/etc/runit/sv`
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #108507 → ott-mode: Factor our from ott → https://git.io/JLNqw
vidbina_ has joined #nixos
<sphalerite> well, systemd-based systems do tend to be easier :>
<gchristensen> and using the dependency primitives well lets you start faster
astylian has quit [Ping timeout: 246 seconds]
<esotericn> what's the syntax for using remote builders in nix.conf? not the nix language format but the generated one (e.g. for a non nixOS machine)
lsix has joined #nixos
<esotericn> i'm not sure how to put a list in that file
<kunrooted[m]1> <sphalerite "well, systemd-based systems do t"> yeah, surely they are easier, at least in some ways
<kunrooted[m]1> but they also boot slower for me and I don't really need everything that comes with systemd, also, systemd is not actually an init system at all....
<kunrooted[m]1> but don't get me as an hater of systemd, in fact, I love it, but, you know, old habits haha
<esotericn> ah it's a file, okay
ky0ko has joined #nixos
cosimone has quit [Quit: cosimone]
oxalica has quit [Quit: oxalica]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/089afe52aa7 (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @zowoq opened pull request #108508 → nix-update: 0.3 -> 0.3.1 → https://git.io/JLNmE
astylian has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #108509 → gitAndTools.delta: 0.5.0 -> 0.5.1 → https://git.io/JLNmV
evanjs has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
terrorjack has quit [Ping timeout: 268 seconds]
lordcirth__ has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #107416 → phd2: add GApps wrapper to fix breakage on non-nixos wayland systems → https://git.io/JLNYW
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JLNYl
lordcirth has quit [Ping timeout: 264 seconds]
hiro98 has quit [Ping timeout: 240 seconds]
lsix has quit [Remote host closed the connection]
lsix has joined #nixos
terrorjack has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #108510 → fzf: 0.24.4 -> 0.25.0 → https://git.io/JLNYb
<{^_^}> [nixpkgs] @nagy opened pull request #108511 → nixos/httpd: fix lua paths → https://git.io/JLNOJ
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @ShamrockLee opened pull request #108512 → lossless-cut-bin: init at 3.30.0 → https://git.io/JLNOc
MidAutumnHotaru has quit [Quit: Quit 啾]
pushqrdx has joined #nixos
MidAutumnHotaru has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #105923 → mmh: fix static build → https://git.io/JIsW2
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JLN3k
oxalica has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4a75ca4a4e7 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
oxalica has quit [Client Quit]
Volk has quit [Quit: See you next time!]
<{^_^}> [nixpkgs] @languitar opened pull request #108513 → Bump pass-git-helper to 1.1.1 → https://git.io/JLN3Z
lordcirth has joined #nixos
lordcirth__ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #108514 → gnome3.gnome-calendar: add GNOME/gnome-calendar#84 → https://git.io/JLN3Q
jmeredith has joined #nixos
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
cole-h has joined #nixos
psiquo has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
hanetzer- is now known as hanetzer
asbachb17 has joined #nixos
asbachb17 has quit [Remote host closed the connection]
asbachb has joined #nixos
<asbachb> Hi. Is there any refrence howto configure dconf via NixOS?
meh` has joined #nixos
thibm_ has joined #nixos
<pushqrdx> asbachb i don't think it's currently possible? https://discourse.nixos.org/t/gnome3-settings-via-configuration-nix/5121
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108421 → marwaita-manjaro: 1.6 -> 1.8 → https://git.io/JLbf0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNsZ
hiro98 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108412 → tartube: 2.1.0 -> 2.3.042 → https://git.io/JLFxF
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNsC
<asbachb> pushqrdx: Do you know how dconf and gsettings are connected?
<asbachb> I know the dconf key but it seems not to be available to gsettings.
<pushqrdx> asbachb sorry didn't get what you mean by how they are connected, what are you trying to change?
<pushqrdx> i always use dconf to write stuff that can be written with gsettings
<asbachb> pushqrdx: e.g. nautilus settings seems to be not available via gsettings
<asbachb> If I get it right, gsettings is using dconf for storing gnome settings.
<pushqrdx> asbachb did you try to just write the settings you want using "dconf write /path/to/key value"
<asbachb> pushqrdx: Yeah that working, but in case I want to use `gsettingsOverride` I guess it needs to be some kind of gsettings key?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108446 → plex: 1.21.1.3795-ee64ab56f -> 1.21.1.3842-b0c7a97d9 → https://git.io/JLbWo
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNsX
<asbachb> *extraGSettingsOverrides
<asbachb> Ah I think I got it.
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108514 → gnome3.gnome-calendar: add GNOME/gnome-calendar#84 → https://git.io/JLN3Q
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JLNsS
<asbachb> I guess I cannot use extraGSettingsOverrides at all since I don't use gnome3 only nautilus as systemPackage.
<pushqrdx> asbachb if extraGSettingsOverrides is part of the gnome desktop module then ofc you won't be able to use it, however you can see the source code for it on github and see what the option does
<{^_^}> [nixos-search] @turboMaCk pushed to turboMaCk/keyboard-navigation « Add semanticaly clicable `button` element to result list »: https://git.io/JLNGC
<{^_^}> [nixos-search] @turboMaCk opened pull request #260 → Add semanticaly clicable `button` element to result list → https://git.io/JLNG4
<{^_^}> [nixpkgs] @worldofpeace merged pull request #107135 → Cinnamon Fixup → https://git.io/JL4Uy
<{^_^}> [nixpkgs] @worldofpeace pushed 6 commits to master: https://git.io/JLNGz
<cole-h> Anybody up for merging a PR? https://github.com/NixOS/nixpkgs/pull/108370 :) Please and thank you.
<{^_^}> #108370 (by cole-h, 1 day ago, open): streamlink: 1.5.0 -> 2.0.0
psiquo has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
albakham[m]1 has joined #nixos
zebrag has joined #nixos
<{^_^}> [nixpkgs] @mweinelt pushed to master « python3Packages.mpd2: update sha256 after 3.0.1 update »: https://git.io/JLNGX
ilios has quit [Ping timeout: 264 seconds]
dycan has joined #nixos
Dotz0cat_ has quit [Ping timeout: 264 seconds]
veleiro has quit [Read error: Connection reset by peer]
Dotz0cat has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108370 → streamlink: 1.5.0 -> 2.0.0, streamlink-twitch-gui-bin: 1.10.0 -> 1.11.0 → https://git.io/JLFcB
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JLNG5
<worldofpeace> cole-h: done
<cole-h> worldofpeace++ Nice to see you again. Hope you had a good new years and happy holidays.
<{^_^}> worldofpeace's karma got increased to 259
<cole-h> And also thanks, of course.
<worldofpeace> I wonder what #nixos does without me (back to my ostentatious self)
dycan has quit [Remote host closed the connection]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @roosemberth opened pull request #108515 → wtype: 2020-09-14 -> 0.3 → https://git.io/JLNGb
<cole-h> Haha
<worldofpeace> cole-h: it's all perspective, but I'd say it's been pretty good despite everything
<cole-h> Glad to hear that.
mmlb22 is now known as mmlb
<worldofpeace> tbh I had a dream that the packages I maintained all went to shit so it motivated me today 😁
<cole-h> Hahaha. I can't say I've ever dreamed about Nix / Nixpkgs :P
<cole-h> Yet, at least.
lord| has quit [Ping timeout: 264 seconds]
greaka has quit [Quit: ZNC 1.7.5 - https://znc.in]
belst has quit [Quit: bb]
lord| has joined #nixos
<worldofpeace> cole-h: they've mostly been nightmares. oh goodness the shade
<cole-h> lol
<worldofpeace> Actually, I think I had one good dream about Graham and we were in garden and we thought the mountains looked like psoriasis, and we just laughed
<asbachb> pushqrdx: Looks like blackmagic at least for me...
sss2 has joined #nixos
<worldofpeace> pushqrdx: ayee. have u still been pushing that pantheon stuff on github?
<worldofpeace> I just had a patch merged to fix the elementary-files problem with the systemd unit
<pushqrdx> worldofpeace been running and using the full desktop since then works very nicely
<pushqrdx> worldofpeace nice, i don't remember how i got around that systemd unit for files, i think i disabled it
cosimone has quit [Quit: cosimone]
<pushqrdx> yeah i was passing "-Dsystemduserunitdir='no'" to meson but that's a hack
belst has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
greaka has joined #nixos
<pushqrdx> worldofpeace have you found a way around their libgnomekbdui update that broke the keyboard plugin?
<worldofpeace> pushqrdx: ur a mind reader. Just started to look at that. I see you commented the patch also
cyraxjoe has quit [Ping timeout: 260 seconds]
<pushqrdx> worldofpeace lol, yeah that thing was just driving me insane, it works with that derivation, but it's an older version
<worldofpeace> pushqrdx: just made the fix, actually 😸
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108443 → xorg.xf86videonouveau: 1.0.15 -> 1.0.16 → https://git.io/JLbcN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNZQ
<pushqrdx> worldofpeace lmao, how? that libgnomekbdui (it's there part of libgnomekbd) but didn't want to get detected no matter what i did :D
<{^_^}> [nixpkgs] @fabaff opened pull request #108517 → python3Packages.avea: init at 1.5.1 → https://git.io/JLNZ7
<{^_^}> [nixpkgs] @4z3 opened pull request #108518 → stdenv: mute errors when failing to write env-vars → https://git.io/JLNZb
<worldofpeace> pushqrdx: I've fixed this exact issue several times https://github.com/elementary/installer/commit/4a27414c53e0ef49083610d399f6d1e69c22e1ac
mschwaig has quit [Quit: WeeChat 2.7.1]
obadz has quit [Ping timeout: 260 seconds]
<pushqrdx> worldofpeace yeah i don't know why they keep changing it back to libgnomekbdui
mschwaig has joined #nixos
arahael has quit [Ping timeout: 256 seconds]
<{^_^}> elementary/switchboard-plug-keyboard#342 (by worldofpeace, 51 seconds ago, open): build: use find_library correctly
viq|w has joined #nixos
<viq|w> ,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
<rmcgibbo> Does anyone know about nixpkgs-review?It shows the commands that it's execursizing, like
<rmcgibbo> Ah, sorry.
<supersandro2000> rmcgibbo: yeah me
<rmcgibbo> That it's *executing*, like `nix-env -f /home/mcgibbon/.cache/nixpkgs-review/pr-108510-2/nixpkgs -qaP --xml --out-path --show-trace`, for example...
naso has joined #nixos
<pushqrdx> worldofpeace funny that the PR that changed it claims to FIX it lol
<rmcgibbo> But when I try to execute that same kind of command myself, I always get ```$ nix-env -f ~/projects/nixpkgs/ -qaP --xml --out-path --show-trace --metaerror: while evaluating 'callPackageWith' at /home/mcgibbon/projects/nixpkgs/lib/customisation.nix:117:35, called from /nix/store/1d5x84zdwsgl7223b3b66f00dr5s4w1n-source/default.nix:299:21:while
<rmcgibbo> evaluating 'makeOverridable' at /home/mcgibbon/projects/nixpkgs/lib/customisation.nix:67:24, called from /home/mcgibbon/projects/nixpkgs/lib/customisation.nix:121:8:anonymous function at /nix/store/1d5x84zdwsgl7223b3b66f00dr5s4w1n-source/builders/benchmark.nix:1:1 called without required argument 'test', at
<rmcgibbo> /home/mcgibbon/projects/nixpkgs/lib/customisation.nix:69:16```
<rmcgibbo> Do you know if it calls that nix command in some kind of special environment?
lsix has joined #nixos
<naso> by chance someone could merge https://github.com/NixOS/nixpkgs/pull/95050 ?
<{^_^}> #95050 (by paumr, 21 weeks ago, open): nixos/bind: formatted with nixpkgs-fmt
<rmcgibbo> I think my callPackageWith error message must be related to overlays or NIX_PATH.
<pushqrdx> i have an annoyance with nix that i am sure there has to be a way around, i have started to use nix-build more often to build projects but i found that for each run it creates a new store path, copies all files and builds in the store, which ended up wasting huge amounts of space
<rmcgibbo> Also, especially relevant maybe to supersandro2000: I was thinking about trying to make a github bot that runs nixpkgs-review every hour or something against open nixpkgs PRs using github actions. Or maybe it would need to evaluate only a subset of the packages that aren't that slow to build, I'm not sure how much I could fit in the free tier.
<rmcgibbo> But maybe someone's already done that? If not it should fun.
<{^_^}> [nixpkgs] @Ma27 opened pull request #108519 → nextcloud: improve documentation on defaults → https://git.io/JLNnp
<pushqrdx> i wonder if there's a way to locally build or at least use the same store path for each run
sreybastien has joined #nixos
<sreybastien> ,channels
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108415 → flatbuffers: unbreak with gcc10 → https://git.io/JLFhq
<{^_^}> 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
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNcJ
<{^_^}> [nixpkgs] @Ma27 opened pull request #108520 → [20.09] nextcloud: improve documentation on defaults → https://git.io/JLNct
<supersandro2000> rmcgibbo: I already started to collect packages which are slow to build but I think github actions are to slow for that
<supersandro2000> we have ofborg that probably already fits that category
<rmcgibbo> My thinking was that I could, for each package it proposes to rebuild, check the latest hydra evaluation and look at the "duration", and then find only the ones such that sum(durations) <= threshold (binpacking problem).
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108428 → teamviewer: link teamviewer icons → https://git.io/JLbLi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNcC
<{^_^}> [nixpkgs] @rycee pushed commit from @sikmir to master « josm: 17329 → 17428 »: https://git.io/JLNcl
<{^_^}> [nixpkgs] @rycee closed pull request #108467 → josm: 17329 → 17428 → https://git.io/JLbiX
nature_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lovesegfault opened pull request #108521 → vale: 2.6.5 -> 2.6.8 → https://git.io/JLNcE
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108517 → python3Packages.avea: init at 1.5.1 → https://git.io/JLNZ7
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNcP
<worldofpeace> pushqrdx: which PR?
sreybastien is now known as sreybastien_aw
* naso hopes that the changes will make it into nixos-21.03 ;)
asbachb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @0x4A6F opened pull request #108522 → tumpa: init at 0.1.1 → https://git.io/JLNcF
<rmcgibbo> How much compute time do you usually spend per nixpkgs-review, Sandro? I don't know what limits github imposes on compute time for OSS projects, but I would think you could get a lot done with ~15 minutes of build time per allocated per PR x O(100) PRs per day.
<danderson> Anyone seen NixOS hang in early boot before? I somehow have a borked DigitalOcean VM that hangs at "Booting the kernel", right after doing ELF relocations
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108523 → pythonPackages.bluepy: Set platform to linux only as in readme → https://git.io/JLNcN
<{^_^}> elementary/switchboard-plug-keyboard#158 (by davidmhewitt, 2 years ago, merged): Add missing libgnomekbdui dep
<lukegb> naso: it'll be 21.05
<lukegb> :^)
<{^_^}> [nixpkgs] @ju1m opened pull request #108524 → nixos/tor: fix client.dns.automapHostsSuffixes renaming → https://git.io/JLNcx
<pushqrdx> worldofpeace oh i just noticed that this was before you submitted the first fix
<pushqrdx> worldofpeace so it was busted, you fixed it, and they changed it back, and you are now submitting the same fix again lol
<naso> lukegb: would be still fine with me :P initially i was rooting for 20.09 :/
<worldofpeace> pushqrdx: seemed to be one giant squash commit that did it
<worldofpeace> ohh it just got merged
<pushqrdx> sweet, now i think it's safe to update the plugin to latest master
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108429 → kora-icon-theme: init at 1.3.4 → https://git.io/JLbLN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLNCI
<worldofpeace> pushqrdx: I think that's it right?
<worldofpeace> well, I guess as far as problems noticed in the build systems
<pushqrdx> worldofpeace yeah, regarding system stability i am really impressed as everything seems to be working just fine all the apps are behaving as they should
<worldofpeace> pushqrdx: that's vala for ya. I find myself usually having to fix nixos specific bugs. Otherwise, I guess it's working fine because the base for Odin is supposed to be the same gnome version as ours currently
<Yaniel> anyone started updating the pipewire package to 0.3.19 yet?
mschwaig has quit [Quit: WeeChat 2.7.1]
<Yaniel> (new config file format)
stree has quit [Quit: Caught exception]
stree has joined #nixos
<pushqrdx> worldofpeace do we still need 0001-Remove-Install-Unlisted-Engines-function.patch? it seems like i was running without it and didn't notice broken functionality
<worldofpeace> pushqrdx: yes
<{^_^}> elementary/switchboard-plug-keyboard#324 (by worldofpeace, 17 weeks ago, open): Ubuntu specific installer used for InputMethod installer
<pushqrdx> worldofpeace oh i see, that's a nasty thing to hardcode in lol
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JLNCE
<pushqrdx> worldofpeace i guess it wasn't anticipated that the desktop is going to be ported to many other bases, i think i even heard someone was planning to port it to freebsd
<worldofpeace> yeah, because of this I don't have the locale plugin installed. Which I believe(?) allows people to change the language... but it's complicated since I think we're not allowed to change system language like this in nixos. but it still could be useful
<{^_^}> [nixpkgs] @primeos merged pull request #108336 → [20.09] chromium: 87.0.4280.66 -> 87.0.4280.88 → https://git.io/JLdMN
<{^_^}> [nixpkgs] @primeos pushed 17 commits to release-20.09: https://git.io/JLNCr
<worldofpeace> pushqrdx: I can't remember how many places it has been ported into the official distributions
<worldofpeace> IIRC the only other one was Fedora
<worldofpeace> I guess OpenMandriva and Arch too https://repology.org/project/gala/versions
<KarlJoad> Why would a bash function made available to a buildPhase through makeSetupHook only allow one parameter to be passed to the function?
<pushqrdx> worldofpeace yeah was just gonna say arch. it's a nice desktop
<pushqrdx> worldofpeace only a couple of really annoying crap that mostly stems from gala, no switching between same app windows, alt+tab is weird, opening new windows of an app on an active workspace is a pain
<bqv> oh yeah i got pipewire to work
<bqv> which is awesome
mschwaig has joined #nixos
<pushqrdx> bqv just keep note of what versions you're on and tread carefully, i had pipewire working for 3 month before it broke for me for unknown reasons, but the experience was so unbelievably good
vegan_power[m] has joined #nixos
<pushqrdx> i can't even believe it's just v0.3
__monty__ has quit [Quit: leaving]
<Yaniel> interestingly enough I haven't had any major problems with pipewire since it started working for me in the first place
<bqv> well, can always revert it
<bqv> my configuration is well accounted
garionion has joined #nixos
<garionion> hey there :)
<garionion> i'm new with nixos and i want to use it with LXC on proxmox. I followed the guide in the wiki, but now, as I want to use my own configuration, I just get a bunch of this message: »error: cannot open connection to remote store 'daemon': remounting /nix/store writable: Permission denied«
<garionion> Has someone any Ideas?
<{^_^}> [nixpkgs] @prusnak opened pull request #108526 → glslang: 8.13.3743 -> 11.1.0 → https://git.io/JLNWG
bn_work has joined #nixos
<garionion> I also get this message »warning: don't know how to get latest Nix«
mschwaig has quit [Quit: WeeChat 2.7.1]
mschwaig has joined #nixos
<worldofpeace> pushqrdx: yeah, gala is in need of development in those regards. they only recently removed their dependency on bamf, which will hopefully in the very near future mean wayland support
<worldofpeace> they also forked plank to elementary-dock, which needs a bit of a facelift to be more integrated
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108523 → pythonPackages.bluepy: Set platform to linux only as in readme → https://git.io/JLNcN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNWK
vidbina_ has quit [Ping timeout: 256 seconds]
koluacik has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
asbachb has joined #nixos
<pushqrdx> anybody using emacs (gcc) with doom, and has a setup for c/c++/web?
<pushqrdx> i am gonna attempt an emacs switch (from vim) and i want a shortcut
<pushqrdx> but it has to be gcc emacs (native compilation) and libjansson enabled
<supersandro2000> rmcgibbo: 15 minutes maybe enough if you are blacklisting big packages, disable all feature and only build python below 100 and normal below 10
<supersandro2000> and I don't have a metric
<supersandro2000> but when a single package takes 30 to 60 minutes to compile I blacklist it
<{^_^}> [mobile-nixos] @samueldr merged pull request #110 → Add "target-disk-mode" example system → https://git.io/JvQeU
<{^_^}> [mobile-nixos] @samueldr pushed 18 commits to master: https://git.io/JLNl2
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @0x4A6F opened pull request #108527 → dasel: 1.12.0 -> 1.12.1 → https://git.io/JLNlK
<{^_^}> [mobile-nixos] @samueldr merged pull request #274 → uefi-x86_64: Drop "quiet" kernel command line option → https://git.io/JLFE4
<{^_^}> [mobile-nixos] @samueldr pushed 2 commits to master: https://git.io/JLNlD
Volk has joined #nixos
aswanson has quit [Ping timeout: 256 seconds]
olban has quit [Ping timeout: 256 seconds]
gustavderdrache has quit [Quit: Leaving.]
justanotheruser has quit [Ping timeout: 272 seconds]
fuzzypixelz has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @jonringer merged pull request #108329 → consul-template: 0.19.4 -> 0.25.1 → https://git.io/JLdKm
gueorgui_ is now known as gueorgui
<{^_^}> [nixpkgs] @jonringer pushed commit from @cpcloud to master « consul-template: 0.19.4 -> 0.25.1 »: https://git.io/JLN8t
<fuzzypixelz> would be nice if nix had the $ and . functions from Haskell
ransom has quit [Read error: Connection reset by peer]
erasmas has quit [Quit: leaving]
<fuzzypixelz> where the get the best "nix ide" possible? I have the vs-code extention right now and it ... could be better. There is not even a "go to definition"
shibboleth has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/4a75ca4a4e7 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
garionion has quit [Quit: garionion]
<KarlJoad> fuzzypixelz: I don't think there is any particularly good IDE for nix. Emacs's nix-mode also lacks that feature.
<fuzzypixelz> aha, so there is work to be done
<fuzzypixelz> I can't believe hiw the maintainers manage without it
gustavderdrache has joined #nixos
red[evilred] has joined #nixos
<red[evilred]> There is nix syntax for vim
<red[evilred]> But that's not the same thing
<Yaniel> wdym the dev experience is great
<Yaniel> vim can't even indent nix code properly
cantstanya has quit [Ping timeout: 240 seconds]
<Siyo> so I'm provisioning my system with nix flakes and I was wondering is there an easy way to set NIX_PATH so it points to the same version of nixpkgs as in flakes?
<Siyo> i figure I could probably pass the sha to the configuration file somehow and set it to the github archive url, but I wonder if there's a better way
cantstanya has joined #nixos
Chiliparrot has joined #nixos
<noonien> Siyo: https://www.tweag.io/blog/2020-07-31-nixos-flakes/ the "Pinning Nixpkgs" paragraph, i think that's it
<cole-h> That's one part.
Chiliparrot has quit [Client Quit]
<cole-h> You can also do `nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];`
<cole-h> (And you'd probably want to delete any channels you have)
<Siyo> great, that's perfect
<cole-h> If you want access to the overlays you specify in your flake, I have a little hack for that
<cole-h> (e.g. if you want your `git = bash;` overlay to work)
<jbal[m]> KarlJoad: fetchTarball creates a directory in the Nix store containing the extracted tarball, so each call to it with a different input yields a different directory
<jbal[m]> is there a way to do an `overrideScope'` on `pkgs` short of a system wide overlay?
<jbal[m]> Basically I want to create a copy of `pkgs` with some overlays applied.
lsix has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108435 → last: 1145 -> 1170 → https://git.io/JLb3M
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLN4w
<KarlJoad> jbal[m]: Yes, but that is not where this funciton is used. What were you answering?
<jbal[m]> Some random question from hours ago before Element loaded fully, sorry.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108437 → varscan: 2.4.2 -> 2.4.4 → https://git.io/JLbsX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLN46
<KarlJoad> Huh... I don't really recall asking anything along those lines, but ok. Weird it took so long to load.
<Siyo> cole-h thanks, that's exactly what I was looking for!
<noonien> if i have multiple overlays, can i refer to previous overlays from within one?
<KarlJoad> If I completely reworked an interpreter to add add-on module support to it, where should the PR go?
ransom has joined #nixos
fendor_ has quit [Remote host closed the connection]
shibboleth has quit [Quit: shibboleth]
<supersandro2000> KarlJoad: if it rebuilds more than 500+ staging
<KarlJoad> supersandro2000: How would I check how much it rebuilds? I'm pretty sure nothing depends on Octave as an input.
<{^_^}> [nixpkgs] @bkchr closed pull request #107347 → rust-analyzer: 2020-11-09 -> 2020-12-21 → https://git.io/JLNBC
fuzzypixelz has quit [Ping timeout: 256 seconds]
fuiltilt has joined #nixos
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108079 → python3Packages.cfn-lint: future-proof tests for date impurity issues → https://git.io/JL7fw
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLNBF
mschwaig has quit [Quit: WeeChat 2.7.1]
<wnklmnn> Hi, can someone take a look at my attempt to write a derivation for droidcam? I got it to work but it seems kinda odd. https://github.com/wnklmnn/nixpkgs/commit/67c4d1105613b91baecc979b93dc9f044ec6c320
mschwaig has joined #nixos
<{^_^}> [nixpkgs] @kevincox merged pull request #108351 → anbox: unstable-2019-11-15 -> unstable-2020-11-29 → https://git.io/JLdFh
<{^_^}> [nixpkgs] @kevincox pushed 2 commits to master: https://git.io/JLNR8
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108529 → pythonPackages.pytestCheckHook: Add disabledTestFiles option → https://git.io/JLNRB
<supersandro2000> KarlJoad: create a draft PR and wait for ofborg
<supersandro2000> you could also run nixpkgs-review rev HEAD or nixpkgs-review wip
naso has quit [Remote host closed the connection]
<{^_^}> #108346 (by suhr, 2 days ago, open): droidcam: init at 1.6
mallox has quit [Quit: WeeChat 3.0]
<KarlJoad> supersandro2000: nixpkgs-review rev HEAD failed because automatic merging failed.
<wnklmnn> supersandro2000 Nice. Thank you.
<supersandro2000> KarlJoad: if you commited your work already try rev HEAD in your repo
<worldofpeace> KarlJoad: you can do maintainers/scripts/rebuild-amount.sh
<worldofpeace> a little known gem
<{^_^}> [nixpkgs] @thiagokokada opened pull request #108530 → picom: misc fixes → https://git.io/JLNRH
<KarlJoad> worldofpeace: That is perfect! Hopefully it won't fail like nixpkgs-review did.
<{^_^}> [nix-mode] @leungbk opened pull request #122 → Add version to invocation of define-obsolete-function-alias → https://git.io/JLNR7
<{^_^}> [nixpkgs] @jonringer opened pull request #108531 → [staging] python38Packages.cffi: fix tests → https://git.io/JLNRd