taktoa has quit [(Remote host closed the connection)]
taktoa has joined #nixos
<dhess>
My Hydra stops running builds every once in awhile until I restart hydra-queue-runner.service. Is this a common problem and is there a fix or workaround?
<__monty__>
jb55: Should I mention the hoogle service? Or is the nixpkgs manual not the right place?
otherjrolfs has joined #nixos
sigmundv__ has quit [(Ping timeout: 240 seconds)]
<jb55>
__monty__: I'm sure it wouldn't hurt
<clever>
dhess: one min
<__monty__>
jb55: How would you use it, just install and done?
<clever>
dhess: what does "journalctl -f -u hydra-check-space" say?
sigmundv__ has joined #nixos
<dhess>
clever: it's just this over and over: Dec 30 15:20:12 davinci systemd[1]: Started hydra-check-space.service.
<clever>
dhess: try without -f, and scroll thru the last day of output
<dhess>
clever: I did grab a couple of things from various Hydra configs related to that service I think. Let me post my Hydra module
<clever>
dhess: i think this turns off the "run on bootup" part of hydra
asuryawanshi has quit [(Ping timeout: 248 seconds)]
<jb55>
__monty__: so you can just type `lh SPACE <query>` in chromium omnibar to search local hoogle docs
<jb55>
works great :]
ma27 has quit [(Ping timeout: 252 seconds)]
mgttlinger has quit [(Quit: Connection closed for inactivity)]
<__monty__>
jb55: I just use firefox keywords as a shortcut. No need to send those queries to google : )
<jb55>
:P
<dhess>
clever: I pulled that from the nixos-org hydra config. Figured it was a measure taken to prevent hydra-queue-runner from restarting on a deploy
otherjrolfs has quit [(Ping timeout: 256 seconds)]
<dhess>
clever: however the machine has been up for weeks so the boot issue isn't why it was stopped
<jb55>
and then when you rebuild your system it will rebuild the docs and restart the server
<gchristensen>
anyone know of good tools to make a dashboard of stuff I need to do based on github issues across many projects?
<jb55>
gchristensen: I just use notmuch + tagging but that's not as nice and visual like trello
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<gchristensen>
I get so much email it doesn't work as a todo for me :(
<jeaye>
Given a mkDerivation, how can I declaratively install it from configuration.nix? I've tried callPackage and I've tried import, using both packageOverrides and systemPackages.
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] thoughtpolice pushed 1 new commit to master: https://git.io/vbAl6
<__monty__>
jb55: Is the appropriate place for the service configuration.nix?
<jb55>
ah
<jb55>
I see
<jeaye>
In order to make the derivation callable, I need to change the `with import` to `{my, args}:`
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<jeaye>
Can I consume it without turning it into a function, or do I need to tweak it when I'm done nix-building and ready to add it to my configuration.nix?
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Ericson2314 pushed 2 new commits to staging: https://git.io/vbAlS
<NixOS_GitHub>
nixpkgs/staging 76b5904 John Ericson: boost: Clean, reducing duplication...
<NixOS_GitHub>
nixpkgs/staging da48603 John Ericson: Merge pull request #33188 from obsidiansystems/clean-boost...
NixOS_GitHub has left #nixos []
<jb55>
jeaye: if I want to extend my nixpkgs locally, I just add it to my ~/.nixpkgs/config.nix
<jeaye>
That requires the use of nix-env, right? Not just nixos-rebuild?
<jeaye>
I typically avoid anything that doesn't fully realize itself when I nixos-rebuild.
<jb55>
jeaye: I hack around that by doing nixpkgs.config = import ./nixpkgs/config.nix, not sure if that's best practice... :P
<jb55>
jeaye: I treat my nixpkgs/config as a part of my configuration.nix in that sense
<jeaye>
heh, alright. Sounds like there's no simple approach though. Thanks, jb55.
<jeaye>
Yeah, I see what you mean.
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<NixOS_GitHub>
[nixpkgs] mimadrid opened pull request #33223: Update zathura with plugins (master...update/zathura-with-plugins) https://git.io/vbA4V
NixOS_GitHub has left #nixos []
<dhess>
Hmm. I have a Hydra and the machine where it runs has an armv7l-linux in its /etc/nix/machines, set up for remote builds. But when I try to evaluate a job with supportedSystems = [ ... "armv7l-linux" ] the evaulator says "unsupportedsystem tupe: 'armv7l-linux'"
<dhess>
so err.. how do I get it to build armv7l-linux jobs on that remote builder?
<jtojnar>
clever: the problem is $TMPDIR does not support xattr
<clever>
jtojnar: the /tmp that nix builds under needs to support xattr then
<clever>
dhess: double-check with nix-instantiate or nix-repl, that the expression even allows it
<dhess>
the same setup on the same host where Hydra runs works fine when I deploy via nixops
<clever>
dhess: can you link the hydra page?
<dhess>
clever: nix-repl> armv7l-linux
<dhess>
error: evaluation aborted with the following error message: ‘unsupported system type: armv7l-linux’
<dhess>
«derivation
<dhess>
nix-repl>
<dhess>
<dhess>
that's when I load the release.nix in nix-repl
<dhess>
on the Hydra master
<clever>
dhess: yeah, the problem is with the nix expressions, not the hydra
<clever>
dhess: try something simpler, like hello in the nix-repl first
<clever>
and see what that says
<clever>
ah, your set at 60-63 filters that out
<clever>
jobs.hello needs to be exposed to test that
<dhess>
clever: yeah I just want to build the stuff in my overlays
<__monty__>
srhb: I had to rebase on upstream/master but now I can't push to my fork of course because the histories differ. Can I just push --force or will that break the PR?
<clever>
dhess: try to eval just one package from the jobs set, before you try the aggregate
<dhess>
clever: hmm.. not sure what you're getting at. `nix-build jobsets/release.nix -A x86_64-linux` evaluates ok. Do you mean, try 'hello' for 'armv7l-linux' ?
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<adisbladis>
__monty__: Force pushing to the branch updates the PR
<clever>
dhess: line 57 should give an attribute for every single package under pkgs
taktoa has quit [(Remote host closed the connection)]
<dhess>
clever: right it does.
<clever>
dhess: and each of those attributes will have a .x86_64-linux and .armv6l-linux attr
<__monty__>
adisbladis: Thanks, I'm not exactly experienced with PRs.
<clever>
check that both of those eval for a given pakage
<dhess>
oh because of supportedSystems?
<dhess>
ok
<dhess>
clever: yeah same thing. hello.x86_64-linux is fine, hello.armv7l-linux is not
<clever>
now check hello.x86_64-linux.meta.platforms
<dhess>
clever: no, though I am aware of angerman's stuff
<dhess>
if that is what you mean
<clever>
jtojnar: sometimes certain tests just have to be turned off
<Sonarpulse>
dhess: I do want to make ghc multi-target
<Sonarpulse>
and fix TH semantics
<clever>
dhess: in ghcjs, it compiles the TH into a TH daemon, then it runs it under nodejs to execute it
<Sonarpulse>
but I have to muster some energy and itme after this :)
<clever>
dhess: in theory, an x86->arm ghc could do the same with qemu-user-arm
<Sonarpulse>
I also need to teach cabal some things
<dhess>
Sonarpulse: OMG that will be so amazing
<dhess>
clever: right, sounds probably less painful than running GHC on arm :)
<dhess>
probably.
<Sonarpulse>
cross was a side project, then official, then side again for me at obsidian
<clever>
Sonarpulse: one thing i have thought about, is how `import Foo` needs access to both the x86 version (for TH) and the arm version (for the final result), and that requires ghc building everything twice
ottidmes has quit [(Ping timeout: 260 seconds)]
<Sonarpulse>
clever: yeah we need $import or something
<Sonarpulse>
that's just shitty the way it works today
<clever>
Sonarpulse: that would also solve it
<Sonarpulse>
clever: as I view it, TH has a lot of enemies
<dhess>
I think I'll just pull the release-lib.nix from master into my overlay :)
<dhess>
until I'm on that Nixpkgs again
simukis has quit [(Quit: simukis)]
markus1199 has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
taktoa_ has quit [(Read error: Connection reset by peer)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
markus1189 has quit [(Ping timeout: 248 seconds)]
<dhess>
weirdly the commit from a few hours ago that just happened to fix that issue appears to have nothing to do with the cross-compiling work. Just seems to be a coincidence.
taktoa has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
lambdamu_ has joined #nixos
<angerman>
Sonarpulse: multi-target is indeed the ultimate goal we should try to attain. I'd just not very trivial. But we are making headway.
<Sonarpulse>
angerman: oh headway already?!
<angerman>
well. all the cross compilation/linker logic is part of making it multi-target.
<angerman>
I've also talked to Simon Marlow at ICFP about it. It will just take time.
<angerman>
All the stuff invested into the relocatable binary distributions via hadrian is also part of the puzzle (at least in my view).
<Sonarpulse>
angerman: makes sense and sounds good!
<Sonarpulse>
bgamari and I talked about fixing the configure script
<angerman>
It's a bit towards being able to build GHC with cabal, by cabalifying every component of GHC.
<Sonarpulse>
which currently gets some of its termilog wrong
<Sonarpulse>
angerman: ah yes I am very excited for that
<angerman>
alp is working on the configure script for the relocatable binary dists.
<Sonarpulse>
hmm a separate script?
<angerman>
so yes, there is progress being made. Gradual...
<angerman>
Sonarpulse: well it's just the "install" configure sript.
<Sonarpulse>
I was thinking changes to the current script so it uses CC_FOR_BUILD and CC_FOR_TARGET
<Sonarpulse>
oh ok
lambdamu has quit [(Ping timeout: 256 seconds)]
<angerman>
so it's essentially the old bindist configure script, just shortened alot. As the relocatable bindist logic needs less then the previous approach.
<Sonarpulse>
yeah I have no opinions about installing so thats orthogonal good
<angerman>
it's a requirement for moving the full build system to hadrian (and the relocatable branch).
<Sonarpulse>
nice
<Sonarpulse>
any eta on hadrian only?
<angerman>
I really hope to have some time to hack on that starting tomorrow :D
<Sonarpulse>
haha 2018!
<Sonarpulse>
(well 2018 - 1 day)
<angerman>
Sonarpulse: all the builds on hackage.mobilehaskell.org are built with hadrian.
<angerman>
I'm essentially hadrian only now. But there are some annoying bugs still left. And recompilation could be better. But at least I've got rid of almost all the inplace logic.
<Sonarpulse>
angerman: great!
<angerman>
It all needs GHC+Cabal improvements together.
<angerman>
And cabal new-build is terribly broken for cross compilation. So that's pretty high up on my todo list.
<Sonarpulse>
angerman: yeah I gotta finish my cabal patches
<Sonarpulse>
angerman: btw, and data dir stuff?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<angerman>
data dir stuff?
<Sonarpulse>
that sort of fall under the umbrella of relocatable
<angerman>
`-B`?
<Sonarpulse>
well for cabal new-install
<angerman>
ahh. I haven't looked into `new-install`.
<Sonarpulse>
cabal data dirs, _PATH modules, etc
<angerman>
yea... don't touch that :p
<Sonarpulse>
it's annoying to have to rebuild things just because the data dir moved (in absolute terms and relative to the binary)
<Sonarpulse>
well I don't control every library :D
<angerman>
I think I've commented on something on the cabal issue tracker about that.
<angerman>
But the Path's logic is a bit too hairy for me to touch just yet.
<angerman>
I need `new-unpack`, and `new-doctest` first.
<angerman>
And then get the two open PRs into cabal that allow `--pkgroot` relative paths, and allow to invoke cabal outside of the build directory.
<angerman>
e.g. `$ cabal /path/to/package.cabal` instead of `/path/to $ cabal package.cabal`.
<angerman>
cabal's dependency on the CWD is rather annoying. I've got that removed for all the relevant parts that GHC uses cabal for. But I'm not sure it's comprehensive yet.
justan0theruser has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
justanotheruser has quit [(Ping timeout: 260 seconds)]
mbrgm has quit [(Ping timeout: 240 seconds)]
<Sonarpulse>
angerman: that all sounds good!
vidbina has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
<NixOS_GitHub>
[nixpkgs] Ekleog opened pull request #33227: fcron module: be compatible with non-wrapped sendmail's, like opensmt… (master...fcron-opensmtpd) https://git.io/vbAEm
NixOS_GitHub has left #nixos []
Supersonic112 has quit [(Disconnected by services)]
<loke>
I'm trying to run the Android Emulator in Nixos, and it fails to start, complaining that it cannot load the i965_dri.so library. Has anyone seen this issue before? The file itself is available in /run/opengl-driver/lib/dri (with LD_LIBRARY_PATH including /run/opengl-driver/lib).
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
ericsagnes has joined #nixos
pxc has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Ericson2314 pushed 22 new commits to staging: https://git.io/vbAzx
<NixOS_GitHub>
nixpkgs/staging bb18a3b John Ericson: top-level: Splice in more package sets for new types of deps...
<NixOS_GitHub>
nixpkgs/staging 7f3ca3e John Ericson: stdenv: Fix handling of dependencies and hooks...
<NixOS_GitHub>
nixpkgs/staging a036473 John Ericson: {bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compiler...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] yegortimoshenko pushed 2 new commits to master: https://git.io/vbAzh
<NixOS_GitHub>
nixpkgs/master 4b1cf5a Yegor Timoshenko: chrootenv: rewrite on top of GLib...
<clever>
yegortimoshenko: i had the problem occur on this version
<clever>
and i dont think the chrootenv.c was capable of parallism
<loke>
clever: There are two different libraries, one 32-bit and one is 64-bit. Let me check which one is run. I'm starting it on my Ubuntu system and I'll check the process.
<yegortimoshenko>
clever: it runs (and always did) child and parent in parallel
<clever>
void bind_to_cwd(const char *prefix) {
<clever>
yegortimoshenko: this function is to blame
<clever>
yegortimoshenko: yeah, but the child is where it fails, early in the root setup
<clever>
yegortimoshenko: i happened to have a `watch -d df -h` open in screen, and it broke the instant i ran a chrootenv as root, took longer to figure out why though
<clever>
the system handled it surprisingly well, watch was the only casualty, and it otherwise ran normally, lol
<loke>
clever: sadly, I already had those options set
<clever>
loke: dang
<clever>
loke: its also possible that android is setting LD_LIBRARY_PATH again with its own values
jrolfs has joined #nixos
<yegortimoshenko>
clever: i hope nixos-unstable advances soon so that i can stop worrying that it will remove someone's /home
<loke>
clever: I've been looking at the android-studio nix file, and I can't make heads or tails out of it. It does a lot of magic, since Android Studio downloads all the prebuilt binaries for the emulator(s) itself
<clever>
loke: yeah, android has its own package-manager, to download things at runtime, very anti-nix
tmaekawa has quit [(Quit: tmaekawa)]
<clever>
loke: it might be safer to run it in a chrootenv sandbox like steam
<loke>
clever: Probably. Is there documentation on how to set that up?
<clever>
loke: i believe targetPkgs is for executables, and multiPkgs is for libraries, it will install 32bit and 64bit versions of everything in multiPkgs
<clever>
loke: it does that, by running the fucntion on line 63 twice, passing it a different set of pkgs
jrolfs has quit [(Ping timeout: 252 seconds)]
* loke
is reading this code... It's complicated.
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nix] dtzWill opened pull request #1770: run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XX (master...fix/run-test-sandbox-ubuntu) https://git.io/vbA2m
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
nixos-user has joined #nixos
schoppenhauer has quit [(Ping timeout: 252 seconds)]
schoppenhauer has joined #nixos
<nixos-user>
Hello, I am new to NixOS and am running up against the limits of my understanding. I have installed `bitcoind` by including it in my `configuration.nix` file. I would like to use the Bitcoin GUI (`bitcoin-qt`). Based on my reading of the `bitcoin.nix` file, in order to install `bitcoin-qt` I need to pass `withGui` as a configuration flag, which I am not sure how to do. If someone could provide some guidance, I would be very grateful
jrolfs has joined #nixos
<lassulus>
nixos-user: you can just install bitcoin, which should be bitcoind with the override
<nixos-user>
Ah, that is very obvious in hindsight :-/. Thank you very much for the prompt reply!
<jeaye>
That'll cost 1 BTC, please.
pie_ has joined #nixos
yegortimoshenko has quit [(Remote host closed the connection)]
<nixos-user>
jeaye: ha, I wish I had 1 BTC. Unfortunately I am just getting my feet wet with Bitcoin now.
<jeaye>
:)
jrolfs has quit [(Ping timeout: 272 seconds)]
<lassulus>
nixos-user: you can also checkout electrum, then you wouldn't have to download the whole blockchain
moet has joined #nixos
<jeaye>
Yeah, electrum is quite easy to use.
<nixos-user>
lassulus: Thank you. Yeah, I messed around with Electrum, too; quite easy to use. I want to try my hand at running a full node. I heard there is a way to connect your electrum wallet to your local Bitcoin node?
<jeaye>
Ok, pinpointed my X issues down to a single package. When I have xorg.xinit installed, I can't start X (even through `display-manager.service`) into anything but a black screen with no input.
<jeaye>
Woah. Looks like it does start the display-manager, but it takes 2.5 minutes to show!
nixos-user has quit [(Quit: Page closed)]
<samueldr>
jeaye: 17.09?
<jeaye>
samueldr: Yep.
<samueldr>
I have to read your scrollback
<samueldr>
but I just had that on one of my machine, repeatable
<jeaye>
Did you fix it?
<samueldr>
I can, though, go to VT1, login, restart display-manager, and it works
<samueldr>
so, it may not be the same issue if that doesn't work for you
<jeaye>
Hm, I log into tty directly and start the DM from there.
<samueldr>
(I need to read what you said earlier)
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] markuskowa opened pull request #33232: libxc: init at 2.2.3 (master...libxc-pr) https://git.io/vbAal
NixOS_GitHub has left #nixos []
ssmike1 has joined #nixos
ssmike has quit [(Ping timeout: 252 seconds)]
ssmike1 is now known as ssmike
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] yegortimoshenko pushed 1 new commit to master: https://git.io/vbAaR
<NixOS_GitHub>
nixpkgs/master 0dd6bd2 Yegor Timoshenko: xfce: resolve conflict with KDE...
NixOS_GitHub has left #nixos []
<samueldr>
hm, can't seem to find anything you said previously about your X issues, was it over 12h ago?
<jeaye>
samueldr: Nah, what I'd said in the past 5 minutes is the gist.
<jeaye>
Well, by 5 I literally mean 20.
<samueldr>
oh, I thought when you said "Ok, pinpointed my X issues down to a single package." you were calling back to an older conversation
randomstrangerb has quit [(Ping timeout: 268 seconds)]
<jeaye>
samueldr: I had mentioned 40m ago or so that I'm not getting keyboard/mouse input when I startx and I get a black screen when I start display-manager.
randomstrangerb has joined #nixos
<jeaye>
samueldr: Started with "Gah, if I don't autorun X" but I was wrong about that.
<jeaye>
Or was I... damn.
<samueldr>
oh, missed that one line
<jeaye>
Just ruled out all other related options. It does look like, if I don't autorun X, then starting the DM takes >2 minutes.
jrolfs has quit [(Ping timeout: 240 seconds)]
<samueldr>
I *think* I had a similar issue in the past, like way in the past, possibly using 16.09 or 17.03, when I was dipping my toes in nixos, but I never took time to resolve the issue
* samueldr
is rebooting the affected machine
<jeaye>
Thank you!
<samueldr>
humbug, I just had a boot that worked
<samueldr>
followed by one that does have the black screen
<jeaye>
Are you booting into tty?
<samueldr>
display-manager.service is set to autostart
<jeaye>
To repro, set autorun = false;
<jeaye>
Log in, then sudo systemctl start display-manager
<samueldr>
I hate rebooting that machine, since it means I have to enter a lengthy passphrase :)
<samueldr>
yeah, I'll try that, I *hope* that it shows the same issue
<jeaye>
Me too. Thanks for even trying.
phreedom has quit [(Ping timeout: 240 seconds)]
jrolfs has joined #nixos
phreedom has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
<samueldr>
hmmm, almost locked me out of my machine, partially
<samueldr>
network needs me to be logged in, display manager doesn't start, disabled "svrkeys" (ctrl+alt+Fx to switch to VTs)
<samueldr>
but the issue is much less consistent than it was the other day :(
jtojnar has quit [(Ping timeout: 240 seconds)]
<jeaye>
Alright, thanks again.
<jeaye>
I have a 100% repro on my end, from root or any other user, as long as autorun = false
ericsagnes has quit [(Ping timeout: 264 seconds)]
moet has quit [(Ping timeout: 252 seconds)]
jtojnar has joined #nixos
<samueldr>
just to be sure, autorun = false, and starting using display-manager, right?
<loke>
is there a way to resolve the current path to a given package? I need to find the JAVA_HOME path after installing oraclejdk8. I would have expected a symlink to it to exist in /run/current-system somewhere, but there doesn't seem to be.
<jluttine>
but i get problems that configuration test finds nothing (not present for everything) and build errors because /boot/System.map-4.9.68 no such file or directory
<jluttine>
does anyone know how to build and package kernel modules?
jrolfs has quit [(Ping timeout: 264 seconds)]
aarvar has joined #nixos
rauno has joined #nixos
<rauno>
Hi
silver_hook has quit [(Ping timeout: 256 seconds)]
simukis has joined #nixos
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
jrolfs has joined #nixos
ssmike has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
aarvar has quit [(Ping timeout: 240 seconds)]
<moet>
pikajude: how does it not work for you? i've been having some problems with it too recently
balaji has quit [(Quit: WeeChat 1.4)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] jluttine opened pull request #33236: dattobd: init at 0.10.3 (master...add-dattobd) https://git.io/vbAKP
NixOS_GitHub has left #nixos []
<moet>
ah, hold on i'll check the log
Itkovian has joined #nixos
ssmike has joined #nixos
balaji has joined #nixos
aarvar has joined #nixos
asuryawanshi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vbAKA
<NixOS_GitHub>
nixpkgs/staging 1fcd92c Vladimír Čunát: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] jluttine opened pull request #33237: diskrsync: init at 20170927 (master...add-diskrsync) https://git.io/vbA6J
NixOS_GitHub has left #nixos []
rauno has quit [(Ping timeout: 256 seconds)]
randomstrangerb has quit [(Ping timeout: 248 seconds)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
randomstrangerb has joined #nixos
phreedom has quit [(Ping timeout: 252 seconds)]
aarvar has quit [(Ping timeout: 272 seconds)]
moet has quit [(Quit: leaving)]
jrolfs has joined #nixos
phreedom has joined #nixos
aarvar has joined #nixos
<ma27>
does anybody know if it's possible to run a nixos container wiht an unprivileged user? (Running `nixos-container create foo --config-file bar` prints "/run/current-system/sw/bin/nixos-container: opening /run/lock/nixos-container: Permission denied at /run/current-system/sw/bin/nixos-container line 120.")
rauno has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
leat has quit [(Quit: WeeChat 1.9.1)]
<rauno>
I'm trying to install nixos from custom image
<rauno>
somewhy it still tries to download some packages, for example c-ares
zzamboni has joined #nixos
<rauno>
i read that it should be possible to install without internet connection when the image is created from previous installation
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 1 new commit to release-17.09: https://git.io/vbA6F
<NixOS_GitHub>
nixpkgs/release-17.09 a17d733 Tuomas Tynkkynen: nvidia-x11: Attempt to fix library-only build...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] jluttine opened pull request #33238: lvmsync: init at 3.3.2 (master...add-lvmsync) https://git.io/vbA6N
NixOS_GitHub has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
FRidh has joined #nixos
zzamboni has joined #nixos
jrolfs has joined #nixos
rauno has quit [(Ping timeout: 264 seconds)]
JosW has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
vidbina has joined #nixos
pkill9 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] peterhoeg opened pull request #33239: Migrate from qt4 to qt5 [WIP] (master...f/qt4to5) https://git.io/vbAiS
NixOS_GitHub has left #nixos []
rauno has joined #nixos
rihards has joined #nixos
<hyper_ch>
makefu: *ping*
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh force-pushed python-unstable from acdd544 to 77437ca: https://git.io/v5aIf
<NixOS_GitHub>
nixpkgs/python-unstable 2c41a48 Frederik Rietdijk: python: fonttools: 3.17.0 -> 3.21.0
<NixOS_GitHub>
nixpkgs/python-unstable b0ac491 Frederik Rietdijk: python: ftfy: 5.1.1 -> 5.2.0
<NixOS_GitHub>
nixpkgs/python-unstable c2bd0ce Frederik Rietdijk: python: gensim: 3.0.1 -> 3.2.0
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 265 seconds)]
velovix has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 3 new commits to python-unstable: https://git.io/vbAP5
<NixOS_GitHub>
nixpkgs/python-unstable c107ce4 Frederik Rietdijk: python.pkgs.idna: move expression
<NixOS_GitHub>
nixpkgs/python-unstable 93914f8 Frederik Rietdijk: python: idna: 2.5 -> 2.6
<NixOS_GitHub>
nixpkgs/python-unstable 6665872 Frederik Rietdijk: python: yarl: 0.13.0 -> 0.17.0
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] jtojnar pushed 1 new commit to master: https://git.io/vbAXk
<NixOS_GitHub>
nixpkgs/master c95491c Jan Tojnar: gnome3.epiphany: fix rpath wrapping
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 1 new commit to python-unstable: https://git.io/vbAXI
<NixOS_GitHub>
nixpkgs/python-unstable 6c86adf Frederik Rietdijk: python.pkgs.pyglet: fix build
<Thra11>
I'm just getting rust working on armvl-linux. rustc and cargo are built, but building rust packages doesn't work yet because nixos uses a prebuilt cargo-vendor binary, which isn't available for arm.
<Thra11>
*armv7l-linux
markus1189 has joined #nixos
Mateon2 has joined #nixos
Mateon1 has quit [(Ping timeout: 260 seconds)]
Mateon2 is now known as Mateon1
jrolfs has quit [(Ping timeout: 265 seconds)]
markus1199 has quit [(Ping timeout: 265 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 11 new commits to python-unstable: https://git.io/vbAyT
<NixOS_GitHub>
nixpkgs/python-unstable b6ea033 Frederik Rietdijk: python.pkgs.html5lib: move expression
<NixOS_GitHub>
nixpkgs/python-unstable a78b286 Frederik Rietdijk: python: html5lib: 0.999999999 -> 1.0.1
<NixOS_GitHub>
nixpkgs/python-unstable 5fed925 Frederik Rietdijk: python.pkgs.kombu_3: remove expr...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh force-pushed python-unstable from e52f9d5 to 05ff4d7: https://git.io/v5aIf
<NixOS_GitHub>
nixpkgs/python-unstable 21f377b Frederik Rietdijk: python: cached-property: 1.3.0 -> 1.3.1
<NixOS_GitHub>
nixpkgs/python-unstable 05ff4d7 Frederik Rietdijk: python.pkgs.decorator: move expression
NixOS_GitHub has left #nixos []
raynold has quit [(Quit: Connection closed for inactivity)]
<jluttine>
makefu: oh, we have wiki! the wiki i've tried to used has been non-existent
<sphalerite>
hyper_ch: that's exactly what I was looking for, thanks
<jluttine>
makefu: we also have manuals, are they a better place?
<hyper_ch>
maybe that would be good addition for the wiki?
<sphalerite>
hyper_ch: but no, I guessed it :p
<makefu>
jluttine: the manual would be "more right" but often times people just want to write down what they have found without the hassle of creating a PR to nixpkgs
<sphalerite>
yeah if danbst is ok with it
<makefu>
quirks and howtos are good additions to the wiki
<makefu>
the manual should be the "reference" for all techincal things, not a collection of howtos, imho
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
<pkill9>
nix's audacity doesn't seem to see my system's (not nix os) pulseaudio, is this an issue on nix's side, or a bug with audacity? or maybe just my setup?
coot_ has joined #nixos
coot_ has quit [(Read error: Connection reset by peer)]
coot_ has joined #nixos
LangeOortjes has joined #nixos
JosW has quit [(Quit: Konversation terminated!)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
Ralith_ has quit [(Ping timeout: 272 seconds)]
simendsjo has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
pie_ has joined #nixos
aarvar has quit [(Ping timeout: 248 seconds)]
layus has quit [(Ping timeout: 248 seconds)]
layus has joined #nixos
joncfoo has quit [(Ping timeout: 248 seconds)]
hke has quit [(Ping timeout: 248 seconds)]
otti has quit [(Ping timeout: 248 seconds)]
ndash has quit [(Ping timeout: 248 seconds)]
jekor` has joined #nixos
helpusobi_ has joined #nixos
jrolfs has joined #nixos
dywedir has quit [(Ping timeout: 248 seconds)]
schoppenhauer has quit [(Ping timeout: 248 seconds)]
infinisil has quit [(Ping timeout: 248 seconds)]
jekor has quit [(Ping timeout: 248 seconds)]
isaac__ has quit [(Ping timeout: 248 seconds)]
statusbot has quit [(Ping timeout: 248 seconds)]
marek has quit [(Ping timeout: 248 seconds)]
fleaz has quit [(Ping timeout: 248 seconds)]
clever has quit [(Ping timeout: 248 seconds)]
helpusobi has quit [(Ping timeout: 248 seconds)]
pop has quit [(Ping timeout: 248 seconds)]
orbekk has quit [(Ping timeout: 248 seconds)]
edef has quit [(Ping timeout: 248 seconds)]
shachaf has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
ottidmes has quit [(Ping timeout: 248 seconds)]
balaji has quit [(Ping timeout: 248 seconds)]
lassulus has quit [(Ping timeout: 248 seconds)]
anton__ has quit [(Ping timeout: 248 seconds)]
gspia has quit [(Ping timeout: 248 seconds)]
slyfox has quit [(Ping timeout: 248 seconds)]
viric has quit [(Ping timeout: 248 seconds)]
delta3 has quit [(Ping timeout: 248 seconds)]
derchris has quit [(Ping timeout: 248 seconds)]
Ankhers has quit [(Ping timeout: 248 seconds)]
PlasmaStar has quit [(Ping timeout: 248 seconds)]
silver_hook has quit [(Ping timeout: 240 seconds)]
PlasmaStar has joined #nixos
aarvar has joined #nixos
edef has joined #nixos
shachaf has joined #nixos
viric has joined #nixos
orbekk has joined #nixos
slyfox has joined #nixos
delta3 has joined #nixos
derchris has joined #nixos
ldlework has quit [(Ping timeout: 240 seconds)]
feepo has quit [(Ping timeout: 260 seconds)]
JoJoen has quit [(Ping timeout: 260 seconds)]
ottidmes has joined #nixos
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
cbarrett has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
alexteves has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
ldlework has joined #nixos
joncfoo has joined #nixos
vidbina has joined #nixos
otti has joined #nixos
hke has joined #nixos
anton__ has joined #nixos
clever has joined #nixos
infinisil has joined #nixos
marek has joined #nixos
Ankhers has joined #nixos
drakonis has joined #nixos
pop has joined #nixos
otherjrolfs has joined #nixos
pop is now known as Guest10357
pie_ has quit [(Ping timeout: 260 seconds)]
gspia has joined #nixos
<pstn>
I miss 34C3 already.
fleaz has joined #nixos
balaji has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] lasandell opened pull request #33247: wsjtx: init at 1.8.0 (master...wsjtx) https://git.io/vbAAa
NixOS_GitHub has left #nixos []
lassulus has joined #nixos
otherjrolfs has quit [(Ping timeout: 265 seconds)]
schoppenhauer has joined #nixos
<sphalerite>
So 3D isn't working on one of my machines, glxgears just segfaults. Any suggestions? This is motherboard-integrated intel graphics from 2008 or so
<hyper_ch>
Description:A list of commands called at the end of the interface setup.
wchresta has joined #nixos
otherjrolfs has joined #nixos
<makefu>
yes, maybe you really need explicit routes
<hyper_ch>
makefu: "[17:36] <hyper_ch> in wireguard, how can I make that a peer routes all traffic through the vpn and uses the vpn server as endpoint for internet requests?"
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vbApV
<NixOS_GitHub>
nixpkgs/master fa6c8be Andrew Slough: google-chrome: add new dep on at_spi2_atk...
<NixOS_GitHub>
nixpkgs/master 8d2b39f Joachim F: Merge pull request #33062 from andrewjss/master...
<sphalerite>
hyper_ch: using an appropriate ip route command
otherjrolfs has quit [(Ping timeout: 272 seconds)]
<hyper_ch>
sphalerite: it should do it automagically
<sphalerite>
`ip route add default via 10.123.45.67 dev tun0` or something
pie_ has quit [(Ping timeout: 255 seconds)]
<sphalerite>
should it really?
<sphalerite>
because often VPNs are for accessing private resources, not the internet :)
wchresta has quit [(Quit: wchresta)]
wchresta has joined #nixos
aanderse has joined #nixos
dan_b has joined #nixos
anton__ has joined #nixos
jtojnar has quit [(Read error: Connection reset by peer)]
feepo has joined #nixos
<makefu>
sphalerite: sometimes you want to route through endpoints to impersonate the server ip address or circumvert other kinds of firewalling
aanderse_ has quit [(Ping timeout: 276 seconds)]
<makefu>
well it seems like it is not 100% automatic with default wireguard, but maybe with the nixos module? see https://www.wireguard.com/quickstart/
<prietoj>
Hello! I'm just starting to learn c++. I needed to install a library called Boost, so I did "nix-env -iA nixos.boost160" but the compiler is not being able to find the header files. I get: "Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers."
<prietoj>
Ah, I see. Thanks. It finds it when running a nix-shell instead. Even though now I get: "Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries."
<prietoj>
How do I do such thing?
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<dhess>
domenkozar: ping
aminechi1haoui has quit [(Client Quit)]
jrolfs has quit [(Ping timeout: 264 seconds)]
aminechi1haoui has joined #nixos
aminechi2haoui has joined #nixos
aminechikhaoui has quit [(Ping timeout: 265 seconds)]
aminechi2haoui has quit [(Client Quit)]
aminechi1haoui has quit [(Client Quit)]
aminechikhaoui has joined #nixos
<makefu>
prietoj: you will probably have to add this explicitly when configuring
otherjrolfs has quit [(Ping timeout: 260 seconds)]
asuryawanshi has joined #nixos
prietoj has quit [(Ping timeout: 260 seconds)]
hellrazor has joined #nixos
asuryawanshi has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
hellrazor has quit [(Ping timeout: 240 seconds)]
derreck_ has joined #nixos
knupfer has quit [(Remote host closed the connection)]
yegortimoshenko has joined #nixos
<pie_>
a program that uses this function call is failing http://www.un4seen.com/doc/#bass/BASS_RecordInit.html , do i need to do some kind of preparation to get audio working for programs on nixos? "On Linux, a "Default" device is hardcoded to device number 0, which uses the default input set in the ALSA config; that could map directly to one of the other devices or it could use ALSA plugins. "
Neo-- has joined #nixos
knupfer has joined #nixos
<yegortimoshenko>
happy new year! i'm taking a break until 2018-01-04, but do ping me if something's urgent.
otherjrolfs has quit [(Ping timeout: 256 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
<gchristensen>
have a great vacation, yegortimoshenko!
proteus-guy has quit [(Ping timeout: 255 seconds)]
pie__ has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
phreedom has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] veprbl opened pull request #33254: mupdf: support for macOS (master...mupdf-darwin) https://git.io/vbxUC
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
Neo-- has quit [(Ping timeout: 272 seconds)]
proteus-guy has joined #nixos
yegortimoshenko has quit [(Remote host closed the connection)]
drakonis has quit [(Ping timeout: 272 seconds)]
endformationage has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
* infinisil
is still in 2017
drakonis has joined #nixos
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
ambro718 has joined #nixos
<samueldr>
hi, let's say I have a logging bot already set-up, ready to log nix-related channels that didn't (or can't?) get botbot, who should I ask for the permission to legitimize its addition to all, or some, nix-related channels?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<samueldr>
I have tested it and it has been running for a full week without issues on the wiki channel
<samueldr>
cc: gchristensen
taktoa has quit [(Remote host closed the connection)]
jsgrant_ has joined #nixos
<infinisil>
samueldr: i assume the logs are public?
<samueldr>
yes, that's the intent!
ertes has quit [(Remote host closed the connection)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
pie__ has quit [(Ping timeout: 252 seconds)]
<jeaye>
I like the minimal ui.
<samueldr>
and all depending if it is appropriate, and wanted, I can fill it with existing logs from my client. I intend to fill it with the logs of the channels I'm part of
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<samueldr>
the software isn't mine, it's an existing solution, which is used for other big channels too
otherjrolfs has quit [(Ping timeout: 264 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<infinisil>
samueldr: you mean to fill the logs in the past with what you have in your client?
<samueldr>
yes
<infinisil>
I'm running znc with logging enabled, so I have (pretty much) every message in #nixos from 2017-10-07 if you want that
<infinisil>
samueldr: ^^
<samueldr>
(I'm looking how far back I joined)
<dhess>
gchristensen: don't suppose there are any massive build machines for armv7l-linux like that wonderful aarch64-linux box?
<samueldr>
(I have pretty much everything since I joined, netsplits non-withstanding)
<infinisil>
samueldr: You're also using a bouncer then?
knupfer has quit [(Ping timeout: 264 seconds)]
<samueldr>
I'm using quassel core via znc
<samueldr>
so, yes
<infinisil>
i see, never mind me then
jrolfs_ has joined #nixos
<samueldr>
n/p, thanks for the offer :)
jtojnar has joined #nixos
<samueldr>
I'll have to verify, because it seems I came and left in 2014 and 2015, but it's either early 2017 or late 2016 that my log will start at uninterrupted
bpa has quit [(Quit: Leaving)]
jrolfs has quit [(Read error: Connection reset by peer)]
ryantrinkle has joined #nixos
derreck_ has quit [(Quit: derreck_)]
<ryantrinkle>
i'm running into a situation where dynamic linking seems to be taking a large amount of time for program startup - about half a second on a decent machine
<ryantrinkle>
this is for a haskell program built with standard nix options
<ryantrinkle>
is there a straightforward way to bring this down?
<infinisil>
samueldr: tbh I'm not sure if it's even worth the effort, I have never ever wanted to go back logs more than 1 week or so
<clever>
ryantrinkle: try using static haskell linking
<samueldr>
infinisil: it already is scripted though :)
<ryantrinkle>
clever: i did, but got a bunch of "can't find library" errors
<clever>
ryantrinkle: run haskell.lib.justStaticExecutables over the derivation to make it static
<ryantrinkle>
clever: ahh, ok
<infinisil>
samueldr: I see, well then :)
<samueldr>
the logs for quassel are in a database format that makes it easy to parse, there's no parsing of messages, it's already typed, and the format of irclogger is just similar enough that it is a breeze to map to
<ryantrinkle>
clever: beautiful; thanks!
<ryantrinkle>
(reduced startup time, per `time`, from 0.52s to 0.00s
<ryantrinkle>
)
<clever>
nice
<clever>
the closure size should also be reduced
<clever>
by at least a gig
<ryantrinkle>
haha wow, nice
<clever>
du -hc --max=0 $(nix-store -qR PATH)
<clever>
try that on the old and new path
jb55 has quit [(Ping timeout: 248 seconds)]
<ryantrinkle>
hahaha
<ryantrinkle>
2.0 GB -> 34 MB
<ryantrinkle>
23 of which is glibc
<ryantrinkle>
4.4ms is the final result, including the time of running 'date +%N' to get the info
<ryantrinkle>
not horrible
pie_ has joined #nixos
knupfer has joined #nixos
<LnL>
using absolute paths for linking instead of rpath might help there
jrolfs_ has quit [(Ping timeout: 255 seconds)]
<ryantrinkle>
LnL: yeah, that would make sense; strace had a ton of output related to searching for .so files
otherjrolfs has quit [(Ping timeout: 268 seconds)]
MinceR has quit [(Ping timeout: 240 seconds)]
MinceR has joined #nixos
jtojnar has quit [(Quit: jtojnar)]
jtojnar_ has joined #nixos
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
<clever>
ryantrinkle: thats normally solved by ldconfig and its cache
<LnL>
I don't think it's n2 but n*log(n) in practice, but I would assume the steps are also simpler/faster
<ryantrinkle>
clever: hmm, interesting
<ryantrinkle>
running it multiple times didn't seem to change the results
jb55 has joined #nixos
<clever>
nixos doesnt support ldconfig
jrolfs_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
<ryantrinkle>
ahhh, ok
<ryantrinkle>
(as you can tell, i'm a bit out of my league here)
jrolfs_ has joined #nixos
yegortimoshenko has joined #nixos
<yegortimoshenko>
gchristensen: thanks!
otherjrolfs has joined #nixos
asuryawanshi has joined #nixos
<yegortimoshenko>
♡ ~('▽^人)
yegortimoshenko has quit [(Remote host closed the connection)]
mrkgnao has quit [(Quit: WeeChat 2.0)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
oida has joined #nixos
otherjrolfs has quit [(Ping timeout: 263 seconds)]
otherjrolfs has joined #nixos
drakonis has quit [(Ping timeout: 255 seconds)]
leothrix has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
leothrix has joined #nixos
zzamboni has joined #nixos
jrolfs_ has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
vidbina has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
jrolfs_ has joined #nixos
otherjrolfs has joined #nixos
vidbina has quit [(Ping timeout: 248 seconds)]
randomstrangerb has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] lasandell opened pull request #33255: dump1090: fix html path (master...dump1090-path-fix) https://git.io/vbxLD
NixOS_GitHub has left #nixos []
randomstrangerb has joined #nixos
jtojnar_ has quit [(Ping timeout: 260 seconds)]
jrolfs_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
knupfer has quit [(Ping timeout: 240 seconds)]
dan_b has joined #nixos
zzamboni has joined #nixos
zzamboni1 has joined #nixos
zzamboni has quit [(Read error: Connection reset by peer)]
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
Thra11 has quit [(Remote host closed the connection)]
<clever>
samueldr: if you run something like this on the release.nix file, you will see what hydra does behind the scenes
<samueldr>
not setting up hydra, was asking since I was curious if "the" hydra would continue at the head of master, I'm waiting for the google-chrome PR to be in unstable
<samueldr>
(waiting patiently)
jrolfs_ has joined #nixos
<clever>
samueldr: you can run that step in the issue comment without any hydra config
<samueldr>
that's an interesting link though, thanks
aarvar has quit [(Ping timeout: 263 seconds)]
otherjrolfs has joined #nixos
hiratara has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs_ has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
knupfer1 has joined #nixos
knupfer has quit [(Ping timeout: 240 seconds)]
knupfer1 is now known as knupfer
pie_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs_ has quit [(Ping timeout: 272 seconds)]
orivej has joined #nixos
srdqty has quit [(Ping timeout: 260 seconds)]
orivej has quit [(Ping timeout: 272 seconds)]
stepcut has quit [(Remote host closed the connection)]
babyflakes has quit [(Quit: Connection closed for inactivity)]
asuryawanshi has quit [(Ping timeout: 240 seconds)]
<michalrus>
clever: what would you say is the correct way to nix-build `attr1` from an overlay file containing `self: super: { attr1 = someFunctionOf self.attr2; attr2 = …; }`?