<superbaloo>
well, turns out it's quite similar to what gchristensen is doing ><
johnw has joined #nixos
hexa- has quit [Quit: WeeChat 2.7]
evanjs has joined #nixos
tilcreator has quit [Ping timeout: 258 seconds]
hexa- has joined #nixos
hexa- has quit [Client Quit]
asbachb has joined #nixos
noogie has quit [Remote host closed the connection]
<asbachb>
I wonder if there's a possibility not to wait for an ethernet interface. e.g. when having a usb ethernet device which is not connected all the time.
<zeta_0>
i don't have nix.conf, so then in configuration.nix? i thought i am supposed to the content in the cachix directory?
<zeta_0>
i'm confused
<zeta_0>
i wasn't getting this error before, how strange
chloekek has quit [Ping timeout: 268 seconds]
<andi->
zeta_0: 502 is an error on the cachix side and you should report that error to them.
<andi->
I guess that might be due to their new CDN (Cloudflare) being unable to connect to the backend in time
<zeta_0>
andi-: ok, thanks
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<zeta_0>
ok, sent a message in the cachix website, lets see if they respond
<cole-h>
They also have an IRC channel: #cachix
<amanjeev>
duh! I need this import <nixos-unstable> { config = { allowUnfree = true; }; }. :)
Fare has joined #nixos
<cole-h>
amanjeev: Did you also try just adding `{ allowUnfree = true; }` to `~/.config/nixpkgs/config.nix`? That's what I did
<evanjs>
domenkozar[m]: made sure I looked a few places first... but is cachix experiencing issues atm? Getting 502 on nixpkgs.cachix, taffy.cachix, etc
HugoDaniel has quit [Ping timeout: 265 seconds]
<evanjs>
Tried from two different hosts/networks, too
<cole-h>
evanjs: Look up, lol :D
<cole-h>
zeta_0 has the same issue, so CDN is having issues probably
<evanjs>
man I am good at reading lol
<evanjs>
was looking for domen's name, not cachix XD
<evanjs>
I'm more surprised there isn't a cachix health dashboard or something. Seems like something that might be useful
<cole-h>
amanjeev: I'd imagine my suggestion would still work, but glad you found a solution :)
<zeta_0>
should i just comment out the cachix import in configuration.nix for now?
<zeta_0>
to fix the rebuild error
<arcnmx>
mm cachix has been having issues all day o:
<evanjs>
I only just started having issues
mexisme has joined #nixos
<cole-h>
zeta_0: You could try and report back ;^)
m0rphism has quit [Ping timeout: 240 seconds]
<evanjs>
zeta_0: if it's already in your nix.conf I can't remember if that will matter
<evanjs>
(/etc/nix/nix.conf)
<cole-h>
That being said: if you meant commenting out `cachix` from your packages list, that won't solve the problem (that's just the binary itself, which doesn't have direct control over the cachix instances)
<zeta_0>
i already messaged that domen kozar on the cachix website and no response yet, so i want to disable cachix for now
<evanjs>
Should be able to just do --option substituters and paste all but cachix in there
<zeta_0>
and not the cachix installation, commenting out it's import in configuration.nix?
<clever>
CMCDragonkai1: both of them just pass the --option's on to nix-build
<CMCDragonkai1>
`nixos-rebuild` has `--option` as well?
<clever>
yeah
<clever>
In addition, nixos-rebuild accepts various Nix-related flags, including --max-jobs / -j, --show-trace, --keep-failed, --keep-going and --verbose / -v. See the Nix manual for details.
<clever>
its part of this clause in the man page
<CMCDragonkai1>
i see
wavirc22 has joined #nixos
zeta_0 has joined #nixos
asbachb has quit [Ping timeout: 260 seconds]
johnny101m2 has quit [Remote host closed the connection]
<CMCDragonkai1>
This is a bit strange, I'm defining a module service with this name: `options.services.X.Y = { ... }`, however when I try to enable it like `options.services.X.Y.enable = true;` nixos-rebuild thinks the option doesn't exist. It only works if I use `options.services.X.enable = true`.
<zeta_0>
i installed the vscodium package but when i rebooted and search for it in xmonad(dmenu) it is not showing up?
<zeta_0>
there were no errors after the rebuild, so i am not sure what is wrong?
<CMCDragonkai1>
I actually wrote `services.X.Y.enable = true;` in configuration.nix. Not `options.services.X.Y.enable = true;`. But anyway, the rebuild complains that the option doesn't exist.
<infinisil>
CMCDragonkai1: Full module code and error?
<CMCDragonkai1>
and then I use services.image-classifier.scheduler.enable = true;
<zeta_0>
i had to add some gui setting to get java to work with xmonad, does vscodium have a similar issue?
jboy has quit [Quit: bye]
jboy has joined #nixos
<CMCDragonkai1>
infinisil: I end up with `attribute 'enable' missing, at /nix/store/s0qndwn87arnzqvpkkr19b73ckpf3p0h-source/modules/image-classifier/default.nix:14:23`
<CMCDragonkai1>
i've exported a thing from `nix-store` on one system, and tried importing on another system, but the ohter system says error: cannot add path '/nix/store/2fd44mgxgmfmbblxj9r139d4gh65irvg-docker-image-image-classifier.tar.gz' because it lacks a valid signature
<iqubic>
evanjs: I just set the idle_threshold to 0, then ran "systemctl --user stop dunst" in a terminal
mexisme has quit [Ping timeout: 258 seconds]
<iqubic>
And that fixed my issues.
<evanjs>
Wait what haha that was it??
foldingcookie has joined #nixos
mexisme has joined #nixos
foldingcookie has left #nixos [#nixos]
<iqubic>
But what's weird is that I could instantly open a terminal, run notify-send, and then dunst was running again. I have no idea how it got started again, when I had just killed the daemon.
chagra has joined #nixos
<evanjs>
Did it mention anything about a socket still being alive when you stopped it?
<iqubic>
I'm not sure where I'd go to check that.
<iqubic>
It wasn't printed out in the terminal.
<evanjs>
Okay that’s all I was wondering
<iqubic>
another strange thing: runnning "killall dunst" returns "dunst: no process found"
<evanjs>
As sockets can/will wake services on demand/as needed
<iqubic>
I assume killall issue is related to me running dunst as a systemd service.
<evanjs>
How about `pgrep dunst -af`
<evanjs>
should still be running somewhere, though.
<zeta_0>
i give up for now, i'll try this again later
<iqubic>
evanjs: I can't actually run "dunst -print" to see what results that gives me, because I don't actually have the program of dunst installed in my user environment.
drakonis has joined #nixos
<iqubic>
s/program of dunst/dunst command line binary/
<iqubic>
I'm not actually going to look into how or why this work in a strange way.
<{^_^}>
[nixpkgs] @jonringer pushed commit from @xfix to master « pythonPackages.aiohttp: remove pytest-timeout check dependency »: https://git.io/JvRcn
zeta_0 has quit [Remote host closed the connection]
zeta_0 has joined #nixos
<zeta_0>
ok, so after installing vscodium in home.nix it rebuilt without any errors, but after i rebooted i still cannot find the vscodium package with dmenu in xmonad, why is that?
<iqubic>
Try searching for "code"
<iqubic>
zeta_0: Actually, don't search for "code" instead search for "codium"
<zeta_0>
iqubic: cool, codium does show up, but when i run it nothing happens? how weird`
<zeta_0>
iqubic: oh, that's why, let me take a look
<zeta_0>
iqubic: i don't understand the instructions, what am i supposed to do?
<iqubic>
No idea. I'm not familiar with that application. Sorry.
drakonis has quit [Ping timeout: 272 seconds]
<zeta_0>
iqubic: this is frustrating, i did not think it would be this difficult setup vscodium
<iqubic>
I understand.
<colemickens>
codium --verbose
<colemickens>
it can be quiet when it has problems startng up
<zeta_0>
instead of environment.systemPackages in configuration.nix i installed it with home.packages in home.nix maybe that's why it is not working? https://nixos.wiki/wiki/VSCodium
<zeta_0>
i'll change it from 500 to 100, i think i went way past the maximum size
<iqubic>
Nope. That last paste has literally nothing to do with fonts. That's setting your mouse cursor.
<iqubic>
The size of your mouse cursor has literally nothing to do with fonts.
peelz has quit [Quit: Leaving]
<zeta_0>
iqubic: it's talking about the cursor, so that's why i thought that, and i am pretty sure my mouse size is way past the maximum size
<colemickens>
I think it's just a misnomer.
Emiller88 has quit [Remote host closed the connection]
<zeta_0>
colemickens: what does misnomer mean?
<zeta_0>
ok, i looked up it's definition, anyways, i thought they corresponded
<iqubic>
basically he's saying that he doesn't think the error has anything to do with the size of your mouse cursor.
<zeta_0>
ok, understood
Wharncliffe has quit [Quit: Lost terminal]
<colemickens>
Yes. I often get terminal spam from various qt/gtk/whatever applications. In fact, I just tried codium --verbose, and I get some font errors, no icons errors, but a shocking number of other X11 errors. But it stillw orks.
<colemickens>
I'd generally expect that if keeps going, it's non fatal, and pick the last error and go from there.
<colemickens>
Plus, "mkdir" not being found definitely "smells" bad. (aka, seems suspicious).
<zeta_0>
colemickens: do i need to setup environment variables, i followed these instructions except in home.nix instead: https://nixos.wiki/wiki/VSCodium
<zeta_0>
colemickens: is mkdir a systemPackage maybe that's why vscodium cannot find it?
gxt has joined #nixos
<iqubic>
mkdir isn't a systemPackage. It's a command that should be available in any distro, on any terminal.
<colemickens>
zeta_0: at this point, I know that just adding "vscodium" to environment.systemPackages should just work. and if it didn't, it would be an open issue on nixpkgs.
<samueldr>
iqubic: better not answer if you don't _know_ the answer, or make it clear
<colemickens>
If i were you, I would just try that real quick and see if itworks, then you've narrowed your issue down to being related to home-manager or your usage of it.
<iqubic>
Great. In that case, I'm going to stop being a member of this conversation.
<{^_^}>
[nixpkgs] @uosis opened pull request #80690 → nerdfonts: fix build on MacOS → https://git.io/JvRcr
<zeta_0>
ok, i'll remove that code from home.nix and try it out in configuration.nix like the instructions say
<samueldr>
sorry, it was a bit harsh of me, but this is something that can be looked up in the shell `type mkdir` will show that it's known to bash as a specific path
<samueldr>
compare to `type type` which shows that `type` is a shell builtin
<newuser99>
my lorri daemon doesn't start, how can I diagnose?
<zeta_0>
samueldr: sorry, i ask dumb questions when i am brain dead
<newuser99>
systemctl --user status lorri says it's "dead", but it doesn't want me to restart it from systemctl
<samueldr>
zeta_0: don't apologize, that was my way of trying to at least make this constructive
<samueldr>
the question was fine
<newuser99>
Failed to restart lorri.service: Operation refused, unit lorri.service may be requested by dependency only (it is configured to refuse manual start/stop).
<samueldr>
I have a personal policy of not answering when I don't *know* the answer, and if I think I might, but an unsure, front-load heavily with how it could be wrong
<newuser99>
looks like it's supposed to be automatically started after lorri.socket
<newuser99>
...but lorri.socket is dead too
<iqubic>
samueldr: I'm going to adopt that policy in my own irc conversations.
<samueldr>
sorry again for the unprovoked outburst
<newuser99>
ok lorri.socket can be started with systemctl, so that works. but it's a bit strange that home-manager doesnt do that auatomatically.
<newuser99>
colemickens: I don't think so. I think the direnv is supposed to be the client-side of that relationship, communicating with an already-started server over the socket
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17WAAOVIH has joined #nixos
veske has joined #nixos
<kini>
I'm running VirtualBox on a NixOS host, and trying to mount the guest additions ISO inside the guest (Windows), but VirtualBox says it can't find the guest additions ISO. Is there a separate package I need to install to get the ISO to be visible to the VirtualBox program?
marcusr has quit [Remote host closed the connection]
<kini>
hmm, I don't see anything in nixpkgs that downloads the correct URL except for pkgs/applications/virtualization/virtualbox/guest-additions/default.nix which I guess is for *installing* the guest additions on a NixOS *guest*, so I guess there's no such package currently available
<{^_^}>
[nixpkgs] @invokesus opened pull request #80696 → patroni: init at 1.6.4 → https://git.io/JvRCQ
<eyJhb>
kini: It should be able to download it itself
<kini>
yeah, it provides that as an option. keeps getting network failures but that's probably some other issue I guess. I just figured that I'd probably want to avoid letting any application download stuff by itself on NixOS since it's unlikely to know to put it into the Nix store, right?
<eyJhb>
kini: There is no _need_ to put it into the Nix store as such, it will use your home directory for it
<eyJhb>
As VirtualBox runs are your own user, that is where it normally will put it :)
<kini>
I see, but then that also means it won't get deleted when this VirtualBox version gets garbage collected from the Nix store though. I was thinking of it as a piece of the VirtualBox software - on Debian for example there is an apt package called `virtualbox-guest-additions-iso` which contains the ISO and is managed by the package manager etc.
<eyJhb>
kini: well, you could package it for VirtualBox as well ;)
<eyJhb>
/NixOS
<kini>
good idea :)
hyper_ch2 has quit [Remote host closed the connection]
<typetetris>
Hi there! If I have a nix expression, but can't build it, because some builders fail, can I look up, why the derivations with the failing builders are needed in the first place? If so, how?
o1lo01ol1o has quit [Remote host closed the connection]
<NoctisLabs>
Does anyone know how Qubes does that seamless virtual window thing? Is that Xen specific or can I do it with Qemu?
cfricke has quit [Read error: Connection reset by peer]
cfricke_ has joined #nixos
ris has quit [Ping timeout: 258 seconds]
<wakest[m]>
Morning all! how can I change the default browser for https? I have Firefox and Gnome Web installed and I want to only have links open in Firefox.
<wakest[m]>
infinisil: cool thanks, I ran it and it didn't seem to do anything so hopefully I just need to restart for it to take effect.
<infinisil>
wakest[m]: Oh no you shouldn't need to
<infinisil>
wakest[m]: Does `xdg-open https://github.com` open it in firefox?
anohigisavay has joined #nixos
zupo has joined #nixos
florianjacob1117 has quit [Quit: authenticating]
florianjacob1117 has joined #nixos
florianjacob1117 is now known as florianjacob
Arahael has quit [Ping timeout: 258 seconds]
lsix has joined #nixos
fendor has joined #nixos
fre has joined #nixos
dansho has quit [Quit: Leaving]
<wakest[m]>
infinisil: yes it does. the issue I am having is when I click on links in ssb-patchwork they open in Gnome Web, everything else opens in Firefox. running i3
iyzsong-x has joined #nixos
iyzsong has quit [Ping timeout: 260 seconds]
<infinisil>
Well then the default *did* change, which was your original question. If a specific application doesn't work then that's probably that applications fault
<wakest[m]>
infinisil: do you have any idea how I might get Patchwork to stop sending links to Gnome Web? Can I deregister gnome web from being able to handle http links from remote apps?
<infinisil>
Ideally I'd look at the source of patchwork to see how it calls the browser and go from there
<infinisil>
Other than that you might be able to hack around it by wrapping patchwork with a PATH that only contains firefox
fre2 has joined #nixos
<anohigisavay>
Hi. newbie question: i use environment.systemPackages to maintain my packages. how to prevent a package from being upgraded?
<wakest[m]>
thanks that helps!
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
HugoDaniel has joined #nixos
<{^_^}>
[nixpkgs] @basvandijk opened pull request #80705 → .github/CODEOWNERS: remove myself from the Haskell code owners → https://git.io/JvR8M
<tilpner>
NoctisLabs: Check https://github.com/jollheef/appvm , the screenshots look like what you want, but it might just be full-screen applications
Chiliparrot has joined #nixos
ongy[m] has joined #nixos
ongy[m] has quit [Changing host]
ongy[m] has joined #nixos
ongy[m] has quit [Changing host]
civodul has joined #nixos
Arahael has joined #nixos
noudle has joined #nixos
<{^_^}>
[nixpkgs] @Infinisil opened pull request #80706 → swift: Fix build for glibc 2.30 → https://git.io/JvR85
veske2 has quit [Quit: This computer has gone to sleep]
veske has quit [Quit: This computer has gone to sleep]
<infinisil>
anohigisavay: You can do so by pinning the package to a specific nixpkgs version
hyper_ch2 has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
cidkid has joined #nixos
__monty__ has joined #nixos
<mikky>
so I have this Go package (traefik) which is built using `buildGo112Package` and I need to overlay it (newer version) and build it using `buildGo113Package`. I know how to override the version but I'm stuck with forcing build113
<{^_^}>
[nixpkgs] @uosis opened pull request #80707 → ammonite: fix source reference to allow dynamic binding → https://git.io/JvR40
thc202 has joined #nixos
iyzsong-x has quit [Ping timeout: 240 seconds]
iyzsong has joined #nixos
__red__ has quit [Quit: WeeChat 2.6]
bridge[evilred] has quit [Remote host closed the connection]
<asbachb>
Hej! Any idea how I could prevent that systemd is waiting for my network device to come up? e.g. I have a usb ethernet device which is not plugged in all the time.
<{^_^}>
[nixpkgs] @edwtjo closed pull request #72739 → shogun: switch to using opencv3 → https://git.io/Je2k9
<phaebz>
Trying to install on a free partition in a dual-boot scenario where I would boot from that partition with the already installed bootloader, after editing configuration.nix and `nixos-install` I get the error: You must set the option ‘boot.loader.grub.devices’ or 'boot.loader.grub.mirroredBoots' to make the system bootable.
<chloekek>
steevveen: You can configure logrotate with services.logrotate.enable and services.logrotate.config.
<niksnut>
also see journald.conf for journal size limits
HugoDaniel has quit [Ping timeout: 240 seconds]
cidkid has quit [Quit: Leaving.]
hyper_ch2 has joined #nixos
KONTOL has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
kiloreux has joined #nixos
kiloreux_ has joined #nixos
Fare has quit [Ping timeout: 240 seconds]
<kiloreux>
How can optimize hash calculations for derivatives?
<kiloreux>
It's taking a long time on my servers
<{^_^}>
[nixpkgs] @bennofs opened pull request #80712 → weechatScripts.weechat-matrix: enable on darwin → https://git.io/JvRRc
<__monty__>
kiloreux: What sort of optimizing are you expecting? Most CPUs have hardware SHA256 afaik so nothing to optimize on that front probably. Comes down to how fast the data to be hashed can be read from disk.
<kiloreux>
__monty__, I have a huge list of derivatives. And even though everything is backed into an image (No internet downloading). Install is still finished in more than 60s
<kiloreux>
So I am trying to optimize this install
Neo-- has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
newuser99 has quit [Ping timeout: 260 seconds]
<steevveen>
niksnut chloekek thanks, used both services.journald.extraConfig and services.logrotate . The size is more reasonable now :-)
wavirc22 has quit [Ping timeout: 240 seconds]
Neo-- has quit [Ping timeout: 260 seconds]
domogled has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
HugoDaniel has joined #nixos
v88m has quit [Ping timeout: 240 seconds]
wavirc22 has joined #nixos
<infinisil>
kiloreux: What concretely takes a lot of time? What command?
<steevveen>
I thought I could have all parent dependencies using the command `nix why-depends /nix/store/r12lm........-ghc-8.4.4` but it complains it lacks another parameter, so I guess it is a tool for expressing the link between two package. What if I want to have the list of all derivation that are depending on one nix-store entry ?
<multun>
steevveen: nix-store --referrers
<{^_^}>
[nixpkgs] @peti pushed 29 commits to haskell-updates: https://git.io/JvR0Q
<multun>
steevveen: --referrers-closure also gives indirect dependencies
<steevveen>
nix-store --referrers /nix/store/qskdjfhqskjhgf... complains "no operation specified" what am I missing ?
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvR0F
<steevveen>
nix-store -q -referrers /nix/store/dfssjhgjshgf... works fine, thanks !
<{^_^}>
[nixpkgs] @gebner pushed 2 commits to release-20.03: https://git.io/JvR0p
<infinisil>
kiloreux: What about `nix-instantiate file.nix -A myApp -vv`, is that similarly slow? If so, you can get an idea of where it might spend its time because of the output with -vv
sigmundv has joined #nixos
<{^_^}>
[nixpkgs] @peti pushed 25 commits to haskell-updates: https://git.io/JvRET
<kiloreux>
infinisil, nothing significant there. The issue is, if I run this command on my machine it finishes in less than 2 seconds. But when I run it on an AMI image that I baked. It takes a lot of time.
wavirc22 has quit [Ping timeout: 240 seconds]
<kiloreux>
I am trying to understand what could be different inside the new AMI I am building.
chagra_ has joined #nixos
<{^_^}>
[nixpkgs] @rnhmjoj opened pull request #80718 → pythonPackages.pytes-timeout: disable flaky test → https://git.io/JvREr
<{^_^}>
[nixpkgs] @mucaho opened pull request #80719 → clingcon: init at 3.3.0 → https://git.io/JvREi
mlatus_ has joined #nixos
mlatus_ has quit [Client Quit]
sascha-grunert has quit [Ping timeout: 272 seconds]
steevveen has quit [Remote host closed the connection]
zupo has joined #nixos
Mateon2 has joined #nixos
claudiii has joined #nixos
phaebz` has joined #nixos
veske2 has quit [Quit: This computer has gone to sleep]
veske has quit [Quit: This computer has gone to sleep]
mlatus is now known as loka
phaebz has quit [Ping timeout: 240 seconds]
loka is now known as mlatus
tilcreator has joined #nixos
kiloreux has quit [Remote host closed the connection]
cosimone has quit [Quit: Terminated!]
<ircfreenodenetlo>
hi everyone, I have a local fork of xscreensaver and I would like to install it system-wide (in place of the original one) on a nixos system set on stable channel. What would be the best way to achieve something like this?
nschoe has quit [Quit: Program. Terminated.]
anohigisavay has quit [Quit: Konversation terminated!]
<ghasshee>
Hi, I have another question. I copied giant gibytes video files into an encrypted partition over NixOS1903 in the last week. Then OS behaved incredibly slow. Kcryptd threads were not consuming cpu sharing then. Does anyone know what was going internally then?
<ghasshee>
Kcryptd threads were not cosuming cpu sharing so much then.
pnobre has joined #nixos
<pnobre>
hey there... giving nixos a go but having issues in logging in as a normal user (can login with root without any problems) on gdm... same user is able to login using sddm... any clues ?
<ghasshee>
Were GPU calculations off ? I did not check that yet..
<{^_^}>
loyon: Overlays look like `self: super: { foo = ...; }`. Use the self argument to get dependencies, super for overriding things and library functions (including callPackage). More info: https://nixos.org/nixpkgs/manual/#sec-overlays-install
<jluttine_>
how can i find the store path of openssl.out ?
<{^_^}>
[nixpkgs] @Valodim opened pull request #80727 → sphinxsearch: Add support for MySQL & xmlpipe2 → https://git.io/JvRgY
jluttine_ is now known as jluttine
<jluttine>
btw, nixos wiki down?
<jtojnar>
jluttine_ nix-build --no-out-link -A openssl.out
HugoDaniel has quit [Ping timeout: 260 seconds]
<jtojnar>
seems to work for me
<jtojnar>
the wiki
<jluttine>
ah, yeah, now the wiki works..
<jluttine>
jtojnar: error: getting status of '/home/jluttine/default.nix': No such file or directory
pnobre_ has joined #nixos
<jluttine>
needed to be: nix-build '<nixpkgs>' --no-out-link -A openssl.out
<jtojnar>
when running outside of nixpkgs directory: nix-build '<nixpkgs>' --no-out-link -A openssl.out
<jluttine>
thanks!
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 260 seconds]
<{^_^}>
[nixpkgs] @timokau opened pull request #80728 → maven: make jdk overridable → https://git.io/JvRg5
<jluttine>
my weechat relay has broken, perhaps after some recent-ish updates in weechat stuff in nixos/nixpkgs.. i can't connect to my weechat from my android app. i see the following error in my weechat: error -87 No supported cipher suites have been found
<evanjs>
i.e. one image... though I guess the goal is just to get it to the same place on the targert system, right? e.g. I don't need to "make" an ESP partition in the nix build script haha. Just trying to sort the steps/specs out in my head atm
<balsoft>
Hi, is there any way to get the "final state" of some config attribute (i.e. after all other modules have been merged) in a module? I thought I have seen this done somewhere
<balsoft>
Hm, no need to, sorry
<balsoft>
Though I'd still be glad to hear if this is possible
<balsoft>
Basically what I wanted to do is only modify certain systemd units and never add any, but now I don't think there's a need for that
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vidbina has joined #nixos
philr has quit [Ping timeout: 240 seconds]
<{^_^}>
[nixpkgs] @vbgl pushed commit from @marsam to master « dune_2: 2.3.0 -> 2.3.1 »: https://git.io/JvRal
ravndal has quit [Remote host closed the connection]
<kazimazi>
hi I have a uni assignment in which I need to set up an Oracle Database and I have difficulties installing it. Name of the derivatio in nixpkgs is oracleXE. Nix cannot install it so I used "nix-store --add-fixed sha256 oracle-xe-11.2.0-1.0.x86_64.rpm" as suggested, but I#
<kazimazi>
m not sure whats next. (sorry accidentally sent it in 2)
<{^_^}>
aanderse's karma got increased to 17, jtojnar's karma got increased to 31
<jtojnar>
kazimazi if you used nix-store --add-fixed it does not seem to print the hash so you will need to get it using `nix --option experimental-features nix-command hash-path $pathReturnedByTheNixStoreCommand`
<{^_^}>
[nixpkgs] @timokau opened pull request #80735 → [20.03] maven: make jdk overridable → https://git.io/JvRV1
Neo-- has joined #nixos
phaebz` has quit [Ping timeout: 240 seconds]
<kazimazi>
jtojnar I couldn't make it work, it might have been due to my inexperience.
<jtojnar>
kazimazi what are you stuck on?
<kazimazi>
jtojnar So I cloned nixpkgs and edited the sha of oracle-xe/default.nix then I ´nix-env -f $NIXPKGS -iA oracleXE´ (set the $NIXPKGS beforehand) and got the same error that nix couldn't download it
endforma1 has joined #nixos
<kazimazi>
I might be going in a totally wrong way that's my first tring to "contribute"
hyper_ch2 has quit [Remote host closed the connection]
HugoDaniel has quit [Quit: leaving]
ryantrinkle has joined #nixos
fenedor has joined #nixos
fendor has quit [Ping timeout: 265 seconds]
ddellacosta has joined #nixos
<{^_^}>
[nixops] @grahamc opened pull request #1227 → Python 2to3, too → https://git.io/JvRwn
mlatus_ has quit [Remote host closed the connection]
<philipp[m]>
Wait, flakes are already rolling out?
<philipp[m]>
At least that's what I'm getting from that office-hours announcement. Can I see the state of the rollout anywhere?
<gchristensen>
philipp[m]: people think they are, and the purpose of office hours today is to talk about the reality of it
<gchristensen>
(which is that they aren't)
<jared-w>
gchristensen: You mean to say that an unstable opt-in way to test out an experimental feature means it's not officially supported and stable? *gasp*
<philipp[m]>
Alright, thought I had missed something.
<jared-w>
gchristensen: Unrelated note. It'd be nice if there was a python3toRust out there somewhere... :p
<philipp[m]>
(For the record I trust the people that are involved with the judgment when they are ready for release and I'm looking forward to the day they are released)
<gchristensen>
philipp[m]: thanks :) there were a few things over the last weeks that together looked really fishy and strange as if flakes were becoming more official than the RFC allows them. we'll be talking about what happened when and why, and the current state of things and how to go forward from here
typetetris has quit [Quit: Connection closed for inactivity]
<evanjs>
okay so I'm unsure if it's just taffybar or GDK_PIXBUF or something with the desktop files, but is anybody else getting "Failed to load icon from filepath clion" errors? Maybe in the dock or, well, taffybar :P
aminechikhaoui has joined #nixos
<evanjs>
*filepath <app_name>
<evanjs>
happens with multiple, but not all applications
ATuin has joined #nixos
nschoe has quit [Ping timeout: 258 seconds]
<mdash>
yeargh. Trying to get started using ReasonML and for some reason they love to distribute compiled executables in their source packages
<mdash>
it doesn't have to be this hard guys
<simpson>
It *gets* to be this hard.
<Taneb>
mdash: are they required?
<mdash>
Taneb: Supposedly they can be built from source. We'll see.
<mdash>
(Oh look, the package manager has compiled executables in its distribution too)
<pwaller[m]>
By removing pieces of the patch, the problematic construct appears to be the use of `targetLlvmLibraries.compiler-rt` in `extraPackages` for `libstdcxxClang` (line 49) of the patch. I'm new to both nix and cross-compiling, but I have read a lot and I'm getting some confidence. Anyone able to see the issue in these lines or ping someone who might easily spot it?
<pwaller[m]>
`extraBuildCommands = mkExtraBuildCommands cc;` for `libstdcxxClang` is also problematic. If I comment out those two lines, then `nix-instantiate` succeeds.
<evanjs>
hrm... got a few more icons working by removing a postInstall gdk_pixbuf wrapper I had on taffybar but various icons still don't show :/
stree has joined #nixos
phaebz` has joined #nixos
Ianulus has joined #nixos
coco has quit [Quit: WeeChat 2.6]
<johanot>
hmm.. I don't know what I think about this: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/gnupg.nix#L71 . this gives me an eval-dependency on pkgs.pinentry, even though I never enable the gnupg module. What is the official opinion about module options defined with eager references to packages? :)
iqubic` has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
<mkaito>
I'm trying to get the modSha256 for buildGoModule, so I gave it an incorrect one, but then it tells me it wanted "sha256-ye8H9kolO4hCCSCAhMic/z76u6wxiGyTl+xzlOOfB4A=" which... kinda looks like base64? what's that and what hash does it want?
Tucky has quit [Quit: WeeChat 2.7]
stree has quit [Remote host closed the connection]
<{^_^}>
[nixpkgs] @Infinisil pushed to release-20.03 « swift: Fix build for glibc 2.30 »: https://git.io/JvRKr
<zeta_0>
hello there, yesterday i installed vscodium by following the nixos wiki instructions, but for some reason vscodium is not opening and is throwing these errors? https://hastebin.com/lomemiyifa.rb
<zeta_0>
have any of you had similar issues with vscodium?
<cole-h>
Is there an option in NixOS similar to pacman's `IgnorePkg`? Basically, when you update, it won't update that package (and thereby won't build it if it's not in the cache)
<andi->
not really unless you explicitly pin that to some revision
asbachb has joined #nixos
<asbachb>
Do I get it right, that overlays are preferred over pkgOverride?
<infinisil>
asbachb: Yup
<asbachb>
Is it possible to write a overlay directly into a configuration.nix (without placing it somewhere else=?
<zeta_0>
i am also using xmonad so maybe that's what is causing vscodium to not work, i have no idea?
<{^_^}>
[nixpkgs] @zimbatm merged pull request #80554 → google-cloud-sdk: fix Darwin build by only stripping local symbols → https://git.io/JvB4K
<{^_^}>
[nixpkgs] @zimbatm pushed commit from @honkfestival to master « google-cloud-sdk: fix Darwin build by only stripping local symbols (#80554) »: https://git.io/JvRPn
<{^_^}>
[nixpkgs] @zimbatm pushed commit from @honkfestival to release-20.03 « google-cloud-sdk: fix Darwin build by only stripping local symbols (#80554) »: https://git.io/JvRPc
asbachb2 has quit [Remote host closed the connection]
<aswanson>
I'm attempting to run a factorio server via `services.factorio.enable`. I'm on nixos-19.09 which uses v0.16.51 of the headless factorio server which isn't compatible with up to date installations of factorio. Nixos-unstable has the latest version of factorio-headless. I attempted to use the version from unstable via nixpkgs.config.packagesOverrides but it doesn't seem to be working. Will
<aswanson>
packageOverrides impact a service like I'm expecting it to?
<ircfreenodenetlo>
Jan Tojnar: thanks a lot, I just created my first overlay and it is working like a charm!
<zeta_0>
any ideas on what configuration i'd need to add to xmonad to get vscodium working? apologies for being off topic
krasnij has joined #nixos
<{^_^}>
[nixpkgs] @rnhmjoj merged pull request #71079 → Theming options for Gtk and Qt → https://git.io/JvRXo
ircfreenodenetlo has quit [Ping timeout: 240 seconds]
balsoft has quit [Ping timeout: 240 seconds]
sebass[m] has quit [Ping timeout: 240 seconds]
nrdxp[m] has quit [Ping timeout: 240 seconds]
val2229[m] has quit [Ping timeout: 240 seconds]
neonfuz2 has quit [Ping timeout: 240 seconds]
siraben has quit [Ping timeout: 240 seconds]
emily has quit [Ping timeout: 240 seconds]
Ovsyanka[m] has quit [Ping timeout: 245 seconds]
tyrion-mx has quit [Ping timeout: 245 seconds]
devis350[m] has quit [Ping timeout: 245 seconds]
pinion[m] has quit [Ping timeout: 245 seconds]
truby has quit [Ping timeout: 245 seconds]
pentadyne[m] has quit [Ping timeout: 245 seconds]
musicmatze has quit [Ping timeout: 245 seconds]
maddo has quit [Quit: See ya]
edomfjp[m]1 has quit [Ping timeout: 252 seconds]
emmanuelrosa[m] has quit [Ping timeout: 252 seconds]
Leira[m] has quit [Ping timeout: 252 seconds]
isgy[m] has quit [Ping timeout: 252 seconds]
rnhmjoj has quit [Ping timeout: 252 seconds]
p-h[m] has quit [Ping timeout: 252 seconds]
sreybastien[m] has quit [Ping timeout: 252 seconds]
petersjt014[m] has quit [Ping timeout: 252 seconds]
babariviere[m] has quit [Ping timeout: 252 seconds]
kennykwey[m] has quit [Ping timeout: 252 seconds]
aterius has quit [Ping timeout: 252 seconds]
qqlq has quit [Ping timeout: 252 seconds]
Irenes[m] has quit [Ping timeout: 252 seconds]
gustavderdrache[ has quit [Ping timeout: 252 seconds]
Dandellion has quit [Ping timeout: 252 seconds]
flacks_ has quit [Ping timeout: 252 seconds]
Victor[m] has quit [Ping timeout: 252 seconds]
MerlinGttlinger[ has quit [Ping timeout: 252 seconds]
puzzlewolf has quit [Ping timeout: 246 seconds]
sehqlr[m] has quit [Ping timeout: 246 seconds]
st3r4g[m] has quit [Ping timeout: 246 seconds]
schmittlauch[m] has quit [Ping timeout: 246 seconds]
aanderse has quit [Ping timeout: 246 seconds]
luc65r[m] has quit [Ping timeout: 240 seconds]
eol[m] has quit [Ping timeout: 240 seconds]
haruko[m] has quit [Ping timeout: 240 seconds]
mica[m] has quit [Ping timeout: 240 seconds]
blitzclone_ has quit [Ping timeout: 240 seconds]
dpc has quit [Ping timeout: 240 seconds]
veleiro has quit [Ping timeout: 240 seconds]
florianjacob has quit [Ping timeout: 248 seconds]
srid[m] has quit [Ping timeout: 248 seconds]
aleph9[m] has quit [Ping timeout: 248 seconds]
xavierzwirtz[m] has quit [Ping timeout: 248 seconds]
goibhniu has quit [Ping timeout: 248 seconds]
M2easy2do[m] has quit [Ping timeout: 248 seconds]
PlayfulCuriosity has quit [Ping timeout: 248 seconds]
hr[m] has quit [Ping timeout: 248 seconds]
geemili has quit [Ping timeout: 248 seconds]
Pasha[m] has quit [Ping timeout: 248 seconds]
mupf[m] has quit [Ping timeout: 248 seconds]
mudrii[m] has quit [Ping timeout: 248 seconds]
Notkea[m] has quit [Ping timeout: 248 seconds]
GerdFlaig[m] has quit [Ping timeout: 248 seconds]
Minijackson[m] has quit [Ping timeout: 248 seconds]
gsals[m] has quit [Ping timeout: 248 seconds]
test53453535[m] has quit [Ping timeout: 272 seconds]
ZerataX has quit [Ping timeout: 272 seconds]
abbec has quit [Ping timeout: 256 seconds]
Logan[m] has quit [Ping timeout: 256 seconds]
boogiewoogie[m] has quit [Ping timeout: 256 seconds]
Keith[m] has quit [Ping timeout: 256 seconds]
jbbr[m] has quit [Ping timeout: 256 seconds]
pkolloch[m] has quit [Ping timeout: 256 seconds]
hpfr[m] has quit [Ping timeout: 256 seconds]
bennofs[m] has quit [Ping timeout: 256 seconds]
Guest95114 has quit [Ping timeout: 245 seconds]
cornu has quit [Ping timeout: 245 seconds]
wjjunyor[m] has quit [Ping timeout: 245 seconds]
timokau[m] has quit [Ping timeout: 245 seconds]
joelwallis1[m] has quit [Ping timeout: 245 seconds]
maralorn[m] has quit [Ping timeout: 245 seconds]
pingveno[m] has quit [Ping timeout: 245 seconds]
yoho[m]1 has quit [Ping timeout: 245 seconds]
killercup[m] has quit [Ping timeout: 245 seconds]
Ericson2314 has quit [Ping timeout: 245 seconds]
nilsirl[m] has quit [Ping timeout: 245 seconds]
contrun[m] has quit [Ping timeout: 245 seconds]
cyberwolf[m] has quit [Ping timeout: 252 seconds]
the_pumpkin_man[ has quit [Ping timeout: 260 seconds]
gcoakes[m] has quit [Ping timeout: 260 seconds]
dot-product[m] has quit [Ping timeout: 260 seconds]
index-0[m] has quit [Ping timeout: 260 seconds]
fabiomen10[m] has quit [Ping timeout: 260 seconds]
gotofail[m] has quit [Ping timeout: 260 seconds]
wnklmnn[m] has quit [Ping timeout: 260 seconds]
eddyb has quit [Ping timeout: 260 seconds]
leons has quit [Ping timeout: 260 seconds]
kaychaks[m] has quit [Ping timeout: 260 seconds]
rycee has quit [Ping timeout: 260 seconds]
thefloweringash has quit [Ping timeout: 260 seconds]
fgaz has quit [Ping timeout: 260 seconds]
tek[m] has quit [Ping timeout: 252 seconds]
seb314[m] has quit [Ping timeout: 252 seconds]
hiroshi[m] has quit [Ping timeout: 252 seconds]
arcnmx has quit [Ping timeout: 252 seconds]
colemickens has quit [Ping timeout: 252 seconds]
layus[m] has quit [Ping timeout: 246 seconds]
tbenst[m] has quit [Ping timeout: 246 seconds]
sputny[m] has quit [Ping timeout: 246 seconds]
grahamc[m] has quit [Ping timeout: 246 seconds]
akapaka[m] has quit [Ping timeout: 246 seconds]
Jarva[m] has quit [Ping timeout: 246 seconds]
imj[m] has quit [Ping timeout: 246 seconds]
slby[m] has quit [Ping timeout: 246 seconds]
dyon[m] has quit [Ping timeout: 246 seconds]
HailSagan[m] has quit [Ping timeout: 246 seconds]
Criena has quit [Ping timeout: 246 seconds]
alan[m]1 has quit [Ping timeout: 246 seconds]
chatmaster5000[m has quit [Ping timeout: 246 seconds]
kraem[m] has quit [Ping timeout: 246 seconds]
grin[m] has quit [Ping timeout: 246 seconds]
hagelslag[m] has quit [Ping timeout: 246 seconds]
DenisLehmann[m] has quit [Ping timeout: 246 seconds]
Gaz[m]1 has quit [Ping timeout: 246 seconds]
slabity has quit [Ping timeout: 246 seconds]
denbrahe[m] has quit [Ping timeout: 246 seconds]
ilya-fedin has quit [Ping timeout: 246 seconds]
morgib[m] has quit [Ping timeout: 246 seconds]
mt[m] has quit [Ping timeout: 246 seconds]
webdavis has quit [Ping timeout: 246 seconds]
mkg20001 has quit [Ping timeout: 246 seconds]
haslersn has quit [Ping timeout: 246 seconds]
atopuzov[m] has quit [Ping timeout: 246 seconds]
wangoe[m] has quit [Ping timeout: 246 seconds]
frhun has quit [Ping timeout: 246 seconds]
kriteus[m] has quit [Ping timeout: 246 seconds]
Noughtmare[m] has quit [Ping timeout: 246 seconds]
Valodim[m] has quit [Ping timeout: 246 seconds]
jamiemagee has quit [Ping timeout: 240 seconds]
acowley[m] has quit [Ping timeout: 240 seconds]
alexarice[m] has quit [Ping timeout: 240 seconds]
Smith[m] has quit [Ping timeout: 240 seconds]
chris| has quit [Ping timeout: 240 seconds]
tokudan[m] has quit [Ping timeout: 240 seconds]
xa0[m] has quit [Ping timeout: 240 seconds]
rendeko[m] has quit [Ping timeout: 240 seconds]
bricewge has quit [Ping timeout: 240 seconds]
jschievink has quit [Ping timeout: 240 seconds]
keithy[m] has quit [Ping timeout: 240 seconds]
kiloreux_ has quit [Quit: Leaving]
TroelsAgergaardJ has quit [Ping timeout: 248 seconds]
aquarial has quit [Ping timeout: 248 seconds]
Nyanloutre[m] has quit [Ping timeout: 248 seconds]
l_inus[m] has quit [Ping timeout: 248 seconds]
quiet_laika[m] has quit [Ping timeout: 248 seconds]
li_matrix has quit [Ping timeout: 248 seconds]
ksixty has quit [Ping timeout: 248 seconds]
DanP[m] has quit [Ping timeout: 248 seconds]
bohan[m] has quit [Ping timeout: 248 seconds]
thequux[m] has quit [Ping timeout: 248 seconds]
Ox4A6F has quit [Ping timeout: 248 seconds]
EuAndreh[m] has quit [Ping timeout: 248 seconds]
jonge[m] has quit [Ping timeout: 248 seconds]
domenkozar[m] has quit [Ping timeout: 248 seconds]
MarkOtaris has quit [Ping timeout: 248 seconds]
MilkManzJourDadd has quit [Ping timeout: 248 seconds]
f0i[m] has quit [Ping timeout: 245 seconds]
wedens[m] has quit [Ping timeout: 245 seconds]
wildtrees[m] has quit [Ping timeout: 245 seconds]
quidel[m] has quit [Ping timeout: 245 seconds]
danielrf[m] has quit [Ping timeout: 245 seconds]
bachp has quit [Ping timeout: 246 seconds]
jtojnar has quit [Ping timeout: 246 seconds]
bobvanderlinden_ has quit [Ping timeout: 252 seconds]
Dave[m]1 has quit [Ping timeout: 252 seconds]
Zero-ghost[m] has quit [Ping timeout: 252 seconds]
tobia_[m] has quit [Ping timeout: 252 seconds]
softinio[m] has quit [Ping timeout: 252 seconds]
ongy[m] has quit [Ping timeout: 252 seconds]
rihardsk[m] has quit [Ping timeout: 252 seconds]
snupples[m] has quit [Ping timeout: 252 seconds]
sylvie[m] has quit [Ping timeout: 252 seconds]
david-sawatzke[m has quit [Ping timeout: 252 seconds]
nocoolnametom has quit [Ping timeout: 252 seconds]
lucasmarcos[m] has quit [Ping timeout: 256 seconds]
teuffil[m] has quit [Ping timeout: 256 seconds]
bb010g has quit [Ping timeout: 256 seconds]
tlater[m] has quit [Ping timeout: 256 seconds]
LinuxHackerman has quit [Ping timeout: 256 seconds]
tomberek[m] has quit [Ping timeout: 256 seconds]
marijan[m] has quit [Ping timeout: 256 seconds]
notice81cabbage[ has quit [Ping timeout: 256 seconds]
nolan_d has quit [Ping timeout: 256 seconds]
prusnak[m] has quit [Ping timeout: 256 seconds]
ma27[m] has quit [Ping timeout: 256 seconds]
alienpirate5 has quit [Ping timeout: 256 seconds]
wakest[m] has quit [Ping timeout: 256 seconds]
dtz has quit [Ping timeout: 256 seconds]
vaibhavsagar has quit [Ping timeout: 256 seconds]
ragge[m] has quit [Ping timeout: 240 seconds]
tsrt^ has quit [Max SendQ exceeded]
worldofpeace has quit [Ping timeout: 272 seconds]
ngerstle[m] has quit [Ping timeout: 272 seconds]
xavierm02 has quit [Ping timeout: 272 seconds]
pantomath[m] has quit [Ping timeout: 272 seconds]
philipp[m] has quit [Ping timeout: 272 seconds]
kiloreux has joined #nixos
jonreeve[m] has quit [Ping timeout: 260 seconds]
WillW has quit [Ping timeout: 260 seconds]
boturl4r[m] has quit [Ping timeout: 260 seconds]
psiperator[m] has quit [Ping timeout: 260 seconds]
phittacus has quit [Ping timeout: 260 seconds]
abbradar[m] has quit [Ping timeout: 260 seconds]
roberth has quit [Ping timeout: 260 seconds]
NoblesseOblige24 has quit [Ping timeout: 260 seconds]
deepchange[m] has quit [Ping timeout: 260 seconds]
pinage404[m] has quit [Ping timeout: 260 seconds]
spacekitteh[m] has quit [Ping timeout: 260 seconds]
shizonic has quit [Ping timeout: 272 seconds]
<evax>
hi, I'm trying to build a minimal docker image to run an Rscript. I'm using dockerTools.buildImage and rWrapper to inject the R packages I depend on, but Rscript fails to start complaining it can't find packages that are part of the R distribution (namely utils and stats)
tsrt^ has joined #nixos
<evax>
I suspect the docker image environment is too shallow and R is expecting more
zeta_0 has quit [Remote host closed the connection]
<evax>
in particular which being in the path, but I tried and can't seem to find a way to make R happy. What would the nix way to setup the path for the entrypoint in a docker image?
maddo has joined #nixos
<evanjs>
clever: hrm. any thoughts on how I might "easily" test a split initrd+kernel setup with nix and the mini-system setup I currently have? My current obstacle is "given a startup.nsh that needs to be in the ESP root, how do I get nix to generate an image (iso?) so I can like my efi directory into said image and load that image into QEMU?"
zeta_0 has joined #nixos
<evanjs>
I guess TL;DR -- is there a mechanism in nixos for creating empty images? I'm seeing stuff under vmtools and etc, but can't figure out how I might just create a generic empty/formatted disk image
joelwallis1[m] has joined #nixos
kaychaks[m] has joined #nixos
yoho[m]1 has joined #nixos
pingveno[m] has joined #nixos
thefloweringash has joined #nixos
killercup[m] has joined #nixos
eddyb has joined #nixos
wjjunyor[m] has joined #nixos
maralorn[m] has joined #nixos
<clever>
evanjs: vmTools.runInLinuxVm, will basically just run a buildCommand in qemu, as root
<clever>
preVM and postVM can be used to attach an extra .img file to the vm and process it further
<clever>
evanjs: nixpkgs/nixos/lib/make-disk-image.nix is an example usage
<evanjs>
stumbled across that earlier, lemme go back and actually read it :P
<clever>
evanjs: line 205 and onward, gets ran in the vm, as root
jonreeve[m] has joined #nixos
fabiomen10[m] has joined #nixos
WillW has joined #nixos
timokau[m] has joined #nixos
kazimazi has quit [Remote host closed the connection]
boturl4r[m] has joined #nixos
wnklmnn[m] has joined #nixos
abbradar[m] has joined #nixos
roberth has joined #nixos
danielrf[m] has joined #nixos
ghasshee has quit [Ping timeout: 240 seconds]
deepchange[m] has joined #nixos
wildtrees[m] has joined #nixos
gotofail[m] has joined #nixos
<zeta_0>
clever: i installed vscodium using the nixos wiki instructions and it built without any errors, but when i rebooted and ran codium, it is throwing this weird error, i am using xmonad without a desktop environment, so i am guessing that it is missing some sort of functionality? https://hastebin.com/lomemiyifa.rbhttps://nixos.wiki/wiki/VSCodium
psiperator[m] has joined #nixos
<srk>
evanjs: possibly also via virt-format from libguestfs
wedens[m] has joined #nixos
<clever>
zeta_0: unknown, i dont use xmonad or codium
quidel[m] has joined #nixos
<aswanson>
is this the completely wrong approach? I added the unstable channel as `nixos-unstable` and have this in my configuration.nix but now I'm getting errors about perl350 and callPackage missing - https://gist.github.com/aswan89/752f4eb7ef9dbd9d8b99033c9b1d726a
spacekitteh[m] has joined #nixos
pinage404[m] has joined #nixos
kazimazi has joined #nixos
<zeta_0>
clever: it's ok, thanks for taking a look, xmonad has been great, but it has these frustrating edge cases where certain desktop environment things don't work
f0i[m] has joined #nixos
chvp has joined #nixos
pheoxy has joined #nixos
aanderse has joined #nixos
sehqlr[m] has joined #nixos
simbergm1 has joined #nixos
st3r4g[m] has joined #nixos
phittacus has joined #nixos
NoblesseOblige24 has joined #nixos
kazimazi has quit [Remote host closed the connection]
vidbina has joined #nixos
val2229[m] has joined #nixos
balsoft has joined #nixos
neonfuz2 has joined #nixos
nrdxp[m] has joined #nixos
Valodim[m] has joined #nixos
schmittlauch[m] has joined #nixos
pwaller[m] has joined #nixos
puzzlewolf has joined #nixos
Dandellion has joined #nixos
MerlinGttlinger[ has joined #nixos
Victor[m] has joined #nixos
emmanuelrosa[m] has joined #nixos
aterius has joined #nixos
Leira[m] has joined #nixos
petersjt014[m] has joined #nixos
Irenes[m] has joined #nixos
kennykwey[m] has joined #nixos
babariviere[m] has joined #nixos
domogled has quit [Read error: Connection reset by peer]
tomberek has quit [Remote host closed the connection]
lord| has quit [Ping timeout: 255 seconds]
<{^_^}>
[nixpkgs] @Infinisil pushed commit from @xfix to release-20.03 « cmake_2_8: fix build »: https://git.io/JvRS6
<Thra11>
If a package is broken because a single test is failing, what's the best course of action (I believe the test is invalid): Should I set doCheck = false (overkill IMO), write my own patch to disable the broken test, just be patient and give upstream a chance to fix it (I have reported it), or do something else?
<simpson>
Thra11: All of those are reasonable. In addition, you could override checkPhase to tell the test harness to avoid the broken test, if the harness supports that.
<{^_^}>
#80749 (by zeta-00, 56 seconds ago, open): vscodium not working with xmonad?
<zeta_0>
thanks in advance
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
vidbina has joined #nixos
vidbina has quit [Read error: Connection reset by peer]
vidbina has joined #nixos
Ox4A6F has joined #nixos
EuAndreh[m] has joined #nixos
Ericson2314 has joined #nixos
cornu has joined #nixos
Minijackson[m] has joined #nixos
MilkManzJourDadd has joined #nixos
Noughtmare[m] has joined #nixos
Valodim[m] has joined #nixos
abbradar[m] has joined #nixos
aanderse has joined #nixos
abbec has joined #nixos
alienpirate5 has joined #nixos
arcnmx has joined #nixos
aterius has joined #nixos
atopuzov[m] has joined #nixos
Guest97578 has joined #nixos
bennofs[m] has joined #nixos
blitzclone_ has joined #nixos
phittacus has joined #nixos
bohan[m] has joined #nixos
chvp has joined #nixos
boturl4r[m] has joined #nixos
cyberwolf[m] has joined #nixos
colemickens has joined #nixos
Dandellion has joined #nixos
danielrf[m] has joined #nixos
deepchange[m] has joined #nixos
david-sawatzke[m has joined #nixos
bserckx[m] has joined #nixos
domenkozar[m] has joined #nixos
dpc has joined #nixos
dtz has joined #nixos
DanP[m] has joined #nixos
edomfjp[m]1 has joined #nixos
eddyb has joined #nixos
emily has joined #nixos
v88m has quit [Read error: Connection reset by peer]
f0i[m] has joined #nixos
fgaz has joined #nixos
flacks_ has joined #nixos
frhun has joined #nixos
xa0[m] has joined #nixos
florianjacob has joined #nixos
Gaz[m]1 has joined #nixos
goibhniu has joined #nixos
GerdFlaig[m] has joined #nixos
grin[m] has joined #nixos
gustavderdrache[ has joined #nixos
gsals[m] has joined #nixos
hagelslag[m] has joined #nixos
ilya-fedin has joined #nixos
hpfr[m] has joined #nixos
hiroshi[m] has joined #nixos
Irenes[m] has joined #nixos
jschievink has joined #nixos
jonge[m] has joined #nixos
ksixty has joined #nixos
jtojnar has joined #nixos
kaychaks[m] has joined #nixos
keithy[m] has joined #nixos
killercup[m] has joined #nixos
kriteus[m] has joined #nixos
leons has joined #nixos
bricewge has joined #nixos
M2easy2do[m] has joined #nixos
Ovsyanka[m] has joined #nixos
acowley[m] has joined #nixos
loyon[m] has joined #nixos
aleph9[m] has joined #nixos
alan[m]1 has joined #nixos
maralorn[m] has joined #nixos
ma27[m] has joined #nixos
marijan[m] has joined #nixos
MarkOtaris has joined #nixos
MerlinGttlinger[ has joined #nixos
simbergm has joined #nixos
mkg20001 has joined #nixos
aquarial has joined #nixos
babariviere[m] has joined #nixos
mt[m] has joined #nixos
alexarice[m] has joined #nixos
bobvanderlinden_ has joined #nixos
musicmatze has joined #nixos
NoblesseOblige24 has joined #nixos
nilsirl[m] has joined #nixos
notice81cabbage[ has joined #nixos
chatmaster5000[m has joined #nixos
chris| has joined #nixos
nolan_d has joined #nixos
ongy[m] has joined #nixos
pantomath[m] has joined #nixos
Notkea[m] has joined #nixos
pentadyne[m] has joined #nixos
mica[m] has joined #nixos
bachp has joined #nixos
bb010g has joined #nixos
DenisLehmann[m] has joined #nixos
balsoft has joined #nixos
philipp[m] has joined #nixos
pheoxy has joined #nixos
dot-product[m] has joined #nixos
pinage404[m] has joined #nixos
prusnak[m] has joined #nixos
quidel[m] has joined #nixos
quiet_laika[m] has joined #nixos
rendeko[m] has joined #nixos
dyon[m] has joined #nixos
eol[m] has joined #nixos
emmanuelrosa[m] has joined #nixos
roberth has joined #nixos
psiperator[m] has joined #nixos
puzzlewolf has joined #nixos
rycee has joined #nixos
Dave[m]1 has joined #nixos
devis350[m] has joined #nixos
gcoakes[m] has joined #nixos
grahamc[m] has joined #nixos
seb314[m] has joined #nixos
schmittlauch[m] has joined #nixos
sebass[m] has joined #nixos
haslersn has joined #nixos
siraben has joined #nixos
shizonic has joined #nixos
slabity has joined #nixos
snupples[m] has joined #nixos
spacekitteh[m] has joined #nixos
geemili has joined #nixos
Pasha[m] has joined #nixos
boogiewoogie[m] has joined #nixos
fabiomen10[m] has joined #nixos
tokudan[m] has joined #nixos
st3r4g[m] has joined #nixos
sylvie[m] has joined #nixos
tbenst[m] has joined #nixos
HailSagan[m] has joined #nixos
Jarva[m] has joined #nixos
PlayfulCuriosity has joined #nixos
imj[m] has joined #nixos
thefloweringash has joined #nixos
thequux[m] has joined #nixos
haruko[m] has joined #nixos
jbbr[m] has joined #nixos
gotofail[m] has joined #nixos
hr[m] has joined #nixos
nocoolnametom has joined #nixos
index-0[m] has joined #nixos
jamiemagee has joined #nixos
qqlq has joined #nixos
isgy[m] has joined #nixos
veleiro has joined #nixos
Criena has joined #nixos
Keith[m] has joined #nixos
contrun[m] has joined #nixos
vaibhavsagar has joined #nixos
kennykwey[m] has joined #nixos
Victor[m] has joined #nixos
wak-work has joined #nixos
joelwallis1[m] has joined #nixos
webdavis has joined #nixos
wangoe[m] has joined #nixos
wakest[m] has joined #nixos
jonreeve[m] has joined #nixos
l_inus[m] has joined #nixos
Leira[m] has joined #nixos
li_matrix has joined #nixos
kraem[m] has joined #nixos
luc65r[m] has joined #nixos
xavierm02 has joined #nixos
wnklmnn[m] has joined #nixos
worldofpeace has joined #nixos
layus[m] has joined #nixos
morgib[m] has joined #nixos
yoho[m] has joined #nixos
ZerataX has joined #nixos
mupf[m] has joined #nixos
Logan[m] has joined #nixos
neonfuz2 has joined #nixos
LinuxHackerman has joined #nixos
mudrii[m] has joined #nixos
lucasmarcos[m] has joined #nixos
p-h[m] has joined #nixos
petersjt014[m] has joined #nixos
ngerstle[m] has joined #nixos
pkolloch[m] has joined #nixos
Nyanloutre[m] has joined #nixos
pingveno[m] has joined #nixos
rnhmjoj has joined #nixos
rihardsk[m] has joined #nixos
pinion[m] has joined #nixos
pwaller[m] has joined #nixos
ragge[m] has joined #nixos
sreybastien[m] has joined #nixos
slby[m] has joined #nixos
sputny[m] has joined #nixos
softinio[m] has joined #nixos
srid[m] has joined #nixos
sehqlr[m] has joined #nixos
Smith[m] has joined #nixos
teuffil[m] has joined #nixos
the_pumpkin_man[ has joined #nixos
nrdxp[m] has joined #nixos
tlater[m] has joined #nixos
tobia_[m] has joined #nixos
test53453535[m] has joined #nixos
TroelsAgergaardJ has joined #nixos
timokau[m] has joined #nixos
tek[m] has joined #nixos
val2229[m] has joined #nixos
truby has joined #nixos
wedens[m] has joined #nixos
tomberek[m] has joined #nixos
wjjunyor[m] has joined #nixos
WillW has joined #nixos
tyrion-mx has joined #nixos
Zero-ghost[m] has joined #nixos
wildtrees[m] has joined #nixos
xavierzwirtz[m] has joined #nixos
akapaka[m] has joined #nixos
v88m has joined #nixos
<gchristensen>
/!\ Today's office hours is a different format /!\ watch live: https://youtu.be/FKpeI8U8-AE discuss in #nixos-officehours, no group Zoom call today. We're discussing the last few weeks: Hydra's memory problems, the flakes.nix merge to nixpkgs, RFC process, etc. We start in 38 minutes
lord| has joined #nixos
smollcato has quit [Read error: Connection reset by peer]
<qyliss>
Does anybody have the microphone on Bluetooth headphones with a built-in mic working on NixOS?
smollcato has joined #nixos
<adisbladis>
qyliss: Yeah
<qyliss>
adisbladis: do you have to do anything special with hardware.pulseaudio or hardware.bluetooth?
<adisbladis>
qyliss: Nope, special there.
<qyliss>
hmm
<adisbladis>
But you have to set the bluetooth profile to HSP to use both headphones & microphone at the same time
<qyliss>
Aha!
<qyliss>
I had to change the profile
dansho has joined #nixos
<adisbladis>
qyliss: So it works now?
<qyliss>
Needs to be set to "Headset Head Unit" rather than "High Fidelity Playback"
<qyliss>
adisbladis: well it shows up in pavucontrol
<qyliss>
need to test it actually uses it
averell has quit [Quit: .]
averell has joined #nixos
<samueldr>
the audio quality will be different, but I assume you know :)
<qyliss>
I only got high fidelity working a few minutes ago so can't say I'll miss it :P
drakonis has joined #nixos
<noonien>
is there a variation of the nix pills that focuses a bit more on nixpkgs?
zupo has joined #nixos
kleisli has joined #nixos
<evanjs>
clever: srk it was way easier than I thought haha ${self.qemu}/bin/qemu-system-x86_64 ${usb3HubConfig}${smallAdapterConfig} -nographic ${highMemoryConfig} -drive file=fat:rw:${updEFIDir},format=raw,media=disk -net none -drive if=pflash,format=raw,readonly,file=${OVMFFile}
<evanjs>
I just pass in -drive file=fat:rw with the directory I created that has the startup.nsh, kernel, and initrd :D
<clever>
evanjs: yeah
zeta_0 has quit [Quit: rebuilding]
growpotkin has joined #nixos
zeta_0 has joined #nixos
florianjacob has quit [Quit: authenticating]
florianjacob has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.6]
<Raito_Bezarius>
Quick question, if I modify networking.firewall.allowedPorts from multiple locations, will this be merged?
<Raito_Bezarius>
Or is it like wrong to try to have a module which touch to the firewall configuration?
<cole-h>
If it's a list, I think they'll merge
opthomasprime has quit [Remote host closed the connection]
<iqubic>
Yes.
<Raito_Bezarius>
It is a list, indeed
<Raito_Bezarius>
Alright, thanks!
<iqubic>
lists do merge.
<Raito_Bezarius>
cole-h++
<{^_^}>
cole-h's karma got increased to 2
<Raito_Bezarius>
iqubic++
<{^_^}>
iqubic's karma got increased to 1
<cole-h>
(also just want to make sure you know: it's `allowedUDPPorts` and `allowedTCPPorts`)
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<cole-h>
AFAICS, there is no "general" `allowedPorts`
<Raito_Bezarius>
(yes, I know, I should have mentioned XXXPorts but I was saying this from memory!)
<infinisil>
Although to be pedantic, it's not the fact that it's a list that makes it mergeable, it's that the type of the option allows merging like that. You could have an option settable to a list that doesn't merge different assignments
pnobre_ has quit [Ping timeout: 265 seconds]
<cole-h>
OKOK, just making sure so you didn't have to come back and ask about that :D
<Raito_Bezarius>
infinisil: is there a list of mergeable types?
<Raito_Bezarius>
or is it like the "obvious" ones? (listOf X & attrs?)
<cole-h>
infinisil: Could you give an example? That kinda went over my head (still new to Nix{,OS})
<infinisil>
All option types have a .merge attribute, and the result of that decides how different assignments get merged together
<eyJhb>
infinisil: basically need your help, because I am 99% sure you know the solution :p 2 sec
kiloreux_ has joined #nixos
<infinisil>
Sounds good
<eyJhb>
infinisil: I basically have this (imagine the rest around it), https://termbin.com/l1dy and I need to combine the customize and override into a single statement, as currently it only takes the override if I use it
<eyJhb>
And I need python3 support, because.. YouCOmpleteMe :/
<cole-h>
Couldn't you just tack on the `.customize` to the outside of the parens of the `.override`?
<infinisil>
eyJhb: vim_configurable.override { ... } returns a new vim_configurable you can further .customize
<cole-h>
^
linarcx has quit [Ping timeout: 240 seconds]
<Raito_Bezarius>
is it okay to write option builder?
kiloreux has quit [Ping timeout: 265 seconds]
<Raito_Bezarius>
like, a function which takes a param and returns an option module declaration
<Raito_Bezarius>
But, I suppose some people have used such a setup?
bhipple has quit [Ping timeout: 255 seconds]
<cole-h>
eyJhb: I believe so
<infinisil>
eyJhb: Needs some more parens around the whole thing though
<eyJhb>
`error: The option value `environment.systemPackages.[definition 2-entry 16]' in `/etc/nixos/hosts/eos/development.nix' is not of type `package'.` :/
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cole-h>
Probably need another layer of parens, yeah
mexisme has joined #nixos
<eyJhb>
Works, thanks guys!
<cole-h>
otherwise it will treat it like `(vim_configurable.override { python = python3; }).customize` and `{ ...<configure stuff>... }`
<eyJhb>
OR gals, or... Whatever you prefer
<newuser99>
`nix-shell .` works but `nix-shell` doesn't. I guess that means my shell.nix is wrong. What do I need to change?
<Raito_Bezarius>
it'll answer most of your questions
NoctisLabs has joined #nixos
<eyJhb>
Raito_Bezarius: seems like I need to add more than deoplete-go, as I only get `5fnhsqfsxsc0zpqz37dic7y4daghvzg2-vimplugin-deoplete-go-2020-01-01`
<Raito_Bezarius>
eyJhb: you need deoplete too
<eyJhb>
Just, nix search doesn't reveal any deoplete package
<Raito_Bezarius>
eyJhb: I'm not very accustomed to how Nix+Vim interacts, maybe jared-w or someone else can help you on this
<Raito_Bezarius>
though it sounds strange there would be only deoplete-go and not deoplete
<evanjs>
so how do I override runtimeShell? Hard to find examples of how do so :P
<zeta_0>
cole-h: ok, i just need to find this folder that shows the packages? pkgs/development/node-packages
<zeta_0>
cole-h: if all of nodes packges are generated by nix then great, but i also have to make sure that i have the right names
bhipple has quit [Ping timeout: 260 seconds]
<NoctisLabs>
Question, when I do a rebuild switch and get the error: "warning: error(s) occurred while switching to the new configuration" did the new configuration switch and it's just warning me about the errors, or did it not switch because of the errors?
acarrico has quit [Ping timeout: 260 seconds]
<jared-w>
eyJhb: nix + vim is a bit weird. You have to either go all in and write your vim config in nix or you use nix purely to setup vim and leave vim to manage most of its own plugins. I choose the latter approach, personally. But neither are wrong.
<evanjs>
more specifically, is there an easy way to say, use busybox for makeWrapper in place of bash? Looks like busybox does not have a shellPath...
hax404 has joined #nixos
erictapen has quit [Ping timeout: 260 seconds]
<noonien>
hmm, is there any reason why buildGoModule requires a sha? dependencies can be vendored
nixtacular has joined #nixos
<nixtacular>
i'm trying to get overlays to work with home-manager, but it just seems to ignore them
growpotk- has quit [Ping timeout: 258 seconds]
<noonien>
and there would be no need for a fixed output derivation, also, passing `= null`, gives this error: ` has '__noChroot' set, but that's not allowed when 'sandbox' is 'true'`
<nixtacular>
i have all my overlays in ~/.config/nixpkgs/overlays as individual files. not sure what's going on.
MmeQuignon has joined #nixos
<jared-w>
noonien: if your dependencies are vendored then it's not really a module then, iirc?
ryantrinkle has quit [Ping timeout: 255 seconds]
<nixtacular>
example (~/.config/nixpkgs/overlays/vimPlugins.nix): `self: super: { vimPlugins = thisDoesntExist }` should raise an error, but it doesn't. it just gets ignored
<jared-w>
(the traditional way is a Sha with all zeroes, not "null")
justanotheruser has quit [Ping timeout: 245 seconds]
<eyJhb>
jared-w: I manage vim using Nix, but I am trying coc now
<eyJhb>
But everything seems weird...
Cadey has joined #nixos
<noonien>
jared-w: it is, to buidl it, you need to do `go build -mod=vendor`
bhipple has joined #nixos
ambro718 has quit [Ping timeout: 258 seconds]
<MmeQuignon>
Hi everyone. I'm trying to configure nginx and acme here. I would like to create one certificate for two domains (example.com and sub.example.com). I create two virtualhosts in nginx with forceSSL and enable ACME set to true, and one entry security.acme.certs."example.com" with extraDomains = {"sub.example.com"=null;};. But at build, nixos complains about duplicate entries in
<MmeQuignon>
/etc/tmpfiles.d/nixos.com ([/etc/tmpfiles.d/nixos.conf:7] Duplicate line for path "/var/lib/acme/acme-challenge/.well-known/acme-challenge", ignoring.). It seems there's a conflict, but I can't figure out by myself. What am I doing wrong ? Thanks !
<MmeQuignon>
Maybe both nginx and acme are trying to create a webroot for that domain, but I'm not sure of what I should do.
<nixtacular>
weird. i fixed my problem with the overlays. it was a two part solution. 1) had to remove `nixpkgs-overlays` from my NIX_PATH, 2) had to reboot
<nixtacular>
the reboot was what surprised me. i had already removed `nixpkgs-overlays` from my nix path.
<{^_^}>
[nixpkgs] @Ma27 opened pull request #80751 → treewide: add a debug-output to a few packages → https://git.io/JvRd9
<{^_^}>
[nixpkgs] @jonringer pushed to master « pulseaudio-dlna: add missing setuptools dep »: https://git.io/JvRFt
vidbina has joined #nixos
vidbina has quit [Read error: Connection reset by peer]
<{^_^}>
[nixpkgs] @doronbehar opened pull request #80752 → abcde: use python3 eyeD3 → https://git.io/JvRF0
gustavderdrache has quit [Quit: Leaving.]
vidbina has joined #nixos
steve-chavez has quit [Quit: WeeChat 2.4]
<{^_^}>
[nixpkgs] @doronbehar opened pull request #80753 → bear: Use python3 by default → https://git.io/JvRFz
jgeerds has joined #nixos
<kiloreux__>
I have a set of nix expressions and derivatives that are taking a very long time to evaluate when booting a new machine.
<kiloreux__>
They evaluate in 2 seconds on my machine
<kiloreux__>
But very long times in the machine built from the image
<kiloreux__>
Can't still figure out what's the difference
<kiloreux__>
And why this is happening
<kiloreux__>
No network calls are being madde
<niksnut>
disk I/O maybe? evaluation can be very slow if you're not on an SSD
Anton-Latukha has joined #nixos
Anton-Latukha has quit [Client Quit]
v0|d has joined #nixos
shafox_ has joined #nixos
<Raito_Bezarius>
is it possible to dynamically import module options?
<Raito_Bezarius>
like can I configure a module option to import other module options and configure them?
shafox has quit [Read error: Connection reset by peer]
kiloreux_ has joined #nixos
gxt has joined #nixos
<Raito_Bezarius>
it sounds like I can declare them statically as imports and dynamically generate an attrset to configure them in the config of my meta module option
kiloreux__ has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NoctisLabs has quit [Quit: WeeChat 2.7]
<{^_^}>
[nixops] @grahamc opened pull request #1228 → travis: check files are formatted correctly with `black` → https://git.io/JvRbb
<Thra11>
simpson, samueldr: Thanks. I'll see about writing a patch to remove the test for now.
<MmeQuignon>
Hi everyone. I'm trying to configure nginx and acme here. I would like to create one certificate for two domains (example.com and sub.example.com). I create two virtualhosts in nginx with forceSSL and enable ACME set to true, and one entry security.acme.certs."example.com" with extraDomains = {"sub.example.com"=null;};. But at build, nixos complains about duplicate entries in
<MmeQuignon>
/etc/tmpfiles.d/nixos.com ([/etc/tmpfiles.d/nixos.conf:7] Duplicate line for path "/var/lib/acme/acme-challenge/.well-known/acme-challenge", ignoring.). It seems there's a conflict, but I can't figure out by myself. What am I doing wrong ? Maybe both nginx and acme are trying to create a webroot for that domain, but I'm not sure of what I should do. Thanks !
<simukis_>
I’m trying to narrow down onto a reproducibility problem. Are there any tools in nix that would build derivation multiple times and compare output or something?
<gchristensen>
--check
<simukis_>
gchristensen: is there a way to `--check` an arbitrarily sized closure?
<simukis_>
as in "this and all its dependencies 3 levels deep" or something?
<bhipple>
simukis_: the --rebuild N option will rebuild every package N times and works for all builds in a closure -- though if you already have the package, it won't force a rebuild the way --check will
<simukis_>
awesome, that sounds super close to what I am looking for. I can get the whole closure invalidated no problem if its just once.
<bhipple>
simukis_: err, the option is --repeat N, not --rebuild N
<bhipple>
Yeah, you do something like make a change to <low lvl pkg in closure> then do nix-build --option repeat 2 <top pkg in closure> I think
<{^_^}>
[nixpkgs] @ikervagyok opened pull request #80758 → nixos/wireguard: fix wireguard service as well after it got upstreamed → https://git.io/JvRAQ
<simukis_>
bhipple: ahead of time, does nix end up installing the output to the store once it goes through all the rounds?
<bhipple>
Not sure; I haven't used the --repeat option much. For --check, it will build/install it into /nix/store/...-foo.check, then delete when it's done checking
<nerdmaxx>
hi
* simukis_
sets `--repeat 20` for starters
sigmundv has joined #nixos
<{^_^}>
[nixpkgs] @Thra11 opened pull request #80759 → Fix R → https://git.io/JvRAx
<simukis_>
too bad --repeat does not run builds in parallel :(
<bhipple>
There are a couple improvements to Nix itself that could be made here, for sure. Another one is that --check will just error out if the package you're chekcing doesn't already exist
<bhipple>
When really you'd want --check on a not-yet-built pkg to first build the pkg, then build it a 2nd time to --check
<bhipple>
You should send a PR to nix improving it :)
<simukis_>
I will consider it if I end up having to run `--repeat 10000` or something