worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
thelounge52 has joined #nixos
<Yaniel> unrelated question: how do I define a function in a nixos module so that it can be used in configuration.nix?
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @winterqt opened pull request #111690 → surface-control: init at 0.3.0-1 → https://github.com/NixOS/nixpkgs/pull/111690
charukiewicz has joined #nixos
Luker_ has joined #nixos
jpo has quit [*.net *.split]
bennofs_ has joined #nixos
<Cadey> how do i use clang 11 in a nix-shell instead of clang 7?
leotaku has quit [Ping timeout: 240 seconds]
<Yaniel> nix-shell -p clang_11
jpo has joined #nixos
leotaku has joined #nixos
<clever> Yaniel: that wont work right, $CC will still point to gcc
<clever> clangStdenv properly routes everything to clang
<clever> (clang 7)
<Yaniel> is there something like llvmPackages_11.stdenv
<clever> yep!
<{^_^}> [nixos-hardware] @winterqt opened pull request #227 → microsoft-surface: add surface-control → https://github.com/NixOS/nixos-hardware/pull/227
<clever> with exactly that name
<{^_^}> [nixpkgs] @cdepillabout merged pull request #111538 → haskellPackages.hum: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111538
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @jbedo opened pull request #111691 → bowtie2: resolve missing runtime dependencies → https://github.com/NixOS/nixpkgs/pull/111691
bennofs__ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111666 → _1password-gui: 0.9.10-5 -> 0.9.11-3 → https://github.com/NixOS/nixpkgs/pull/111666
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
S0rin has quit [Quit: WeeChat 2.3]
naivesheep has joined #nixos
superherointj has joined #nixos
kei[m] has joined #nixos
S0rin has joined #nixos
<kei[m]> Hello, I have been interested in using NixOS but my biggest concern is using Suckless software, which is configured by modifying and compiling the source code, which would not work properly under an OS like Nix. I've seen that some people override the packages with their own custom versions, but I feel like one is not supposed to do this. I've also been trying out some non-Suckless software to brace for the change in the case
<kei[m]> that I cannot use them. What solutions do you have to this?
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ece3 has joined #nixos
<Yaniel> kei[m]: overrides are there to be used when you have a reason to. configuration happening by changing the source and recompiling sounds like a good enough reason to me
<Yaniel> they won't be rebuilt unless either the sources or dependencies change so that shouldn't be a big problem
<{^_^}> [nixpkgs] @lopsided98 opened pull request #111692 → nixos/chrony: split the initstepslew attrset into options → https://github.com/NixOS/nixpkgs/pull/111692
<kei[m]> <Yaniel "kei: overrides are there to be u"> wouldn't that interfere with the system retaining its "purity"? doesn't this go against the principle of having "unbreakable" software to which one can revert to previous versions?
<colemickens> how?
Cale has joined #nixos
<Yaniel> you can still do that if you either keep the old builds or the old sources around
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111663 → ajour: 0.6.3 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/111663
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<kei[m]> ok
supersandro2000 has quit [Disconnected by services]
thelounge52 has joined #nixos
supersandro2000 has joined #nixos
<kei[m]> i saw a thing about adding patches to software in the nix config itself but idk how, or if its necessary
<kei[m]> maybe i'll just go with overrides or maybe i'll just try using other software (although what i'm using now lacks features that dwm had, for example (but it does have other stuff that dwm lacked so idk))
<{^_^}> [nixpkgs] @WolfangAukang opened pull request #111693 → signumone-ks: removing libav_0_8 → https://github.com/NixOS/nixpkgs/pull/111693
nhs has quit [Ping timeout: 256 seconds]
xps has quit [Ping timeout: 246 seconds]
nhs has joined #nixos
turlando has quit [Ping timeout: 246 seconds]
zebrag has quit [Quit: Konversation terminated!]
superherointj has quit [Quit: Leaving]
zebrag has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
thelounge52 has quit [Ping timeout: 272 seconds]
rajivr has joined #nixos
fuzzypixelz has joined #nixos
tsrt^ has quit []
mkaito has quit [Quit: WeeChat 3.0]
<DigitalKiwi> ldlework: yeah first the installer.sh and then the thing it installs
madalu has quit [Remote host closed the connection]
<shapr> How do I run a "nix-shell -p foo" but with unstable as the channel?
ahmedelgabri has quit [Ping timeout: 260 seconds]
<shapr> I'm running 20.09 by default, and would prefer to stay that way.
AlpineLlama has joined #nixos
madalu has joined #nixos
<fuzzypixelz> shapr: add -I nixpkgs=channel:nixos-unstable
<shapr> thanks!
<Yaniel> and I'm guessing you have to add a channel called nixos-unstable using `nix-channel add`
<shapr> seems to work without that?
<Yaniel> huh
turlando has joined #nixos
domogled has quit [Ping timeout: 258 seconds]
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
<samueldr> channel:* is a special syntax
<samueldr> it automatically knows to use the nixos.org channel of that name, freshly fetched
<samueldr> (freshly with cache, IIRC ~1h)
<fuzzypixelz> this is awesome: https://github.com/colemickens/nixpkgs-wayland
thelounge52 has joined #nixos
Qwerky has joined #nixos
fuzzypixelz has left #nixos [#nixos]
<DigitalKiwi> ldlework: if you figure out a better way plz let me know :(
Qwerky has quit [Ping timeout: 240 seconds]
<DigitalKiwi> should probably make something that uses buildfhsuserenv
charukiewicz has quit [Quit: charukiewicz]
ahmedelgabri has joined #nixos
charukiewicz has joined #nixos
charukiewicz has quit [Client Quit]
<{^_^}> [nixpkgs] @mweinelt opened pull request #111694 → python3Packages.py-cpuinfo: 5.0.0 -> 7.0.0 → https://github.com/NixOS/nixpkgs/pull/111694
charukiewicz has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtEDf
sigmundv has quit [Ping timeout: 240 seconds]
bitmapper has joined #nixos
thc202 has quit [Ping timeout: 258 seconds]
Jd007 has quit [Quit: Jd007]
cole-h has quit [Ping timeout: 258 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #110971 → mavproxy: 1.8.30 -> 1.8.31 → https://github.com/NixOS/nixpkgs/pull/110971
<{^_^}> [nixpkgs] @ryantm merged pull request #111178 → discord-canary: 0.0.116 -> 0.0.118 → https://github.com/NixOS/nixpkgs/pull/111178
medvid has quit [Ping timeout: 246 seconds]
Qwerky has joined #nixos
medvid has joined #nixos
Qwerky has quit [Ping timeout: 264 seconds]
m0rphism1 has quit [Ping timeout: 258 seconds]
philr_ has joined #nixos
<{^_^}> [nixpkgs] @jansol opened pull request #111695 → xow: fix service → https://github.com/NixOS/nixpkgs/pull/111695
marcusr has quit [Remote host closed the connection]
philr has quit [Ping timeout: 264 seconds]
marcusr has joined #nixos
<{^_^}> [nix] @matthewbauer opened pull request #4515 → Use derivation output name from toDerivation → https://github.com/NixOS/nix/pull/4515
Qwerky has joined #nixos
ahmedelgabri has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
Qwerky has quit [Ping timeout: 256 seconds]
nuncanada has joined #nixos
czer00 has joined #nixos
jonatanb has joined #nixos
<{^_^}> [mobile-nixos-website] @samueldr pushed to master « Add January 2021 round-up »: https://git.io/JtEys
Jd007 has joined #nixos
thelounge52 has quit [Ping timeout: 264 seconds]
jonatanb has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
philr has joined #nixos
ahmedelgabri has joined #nixos
philr_ has quit [Ping timeout: 265 seconds]
tomberek has joined #nixos
Qwerky has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
ahmedelgabri has quit [Ping timeout: 258 seconds]
<tomberek> anyone have experience with the emscripten stdenv? I'm trying to see if i can build gdal.
nhs has joined #nixos
Qwerky has quit [Ping timeout: 246 seconds]
Jd007 has quit [Quit: Jd007]
nhs has quit [Ping timeout: 240 seconds]
Mic92 has quit [Ping timeout: 260 seconds]
nfip^ has joined #nixos
thelounge52 has joined #nixos
Mic92 has joined #nixos
nhs has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
<alienpirate5> hi! i'
<alienpirate5> uh
Reiser has joined #nixos
<alienpirate5> hello, i am having a problem with home-manager. i'm unable to rebuild the system due to this error http://u.dk0.us/18110.txt
spacekookie has joined #nixos
acarrico has quit [Ping timeout: 258 seconds]
johnnyfive has quit [Quit: I quit now.]
johnnyfive has joined #nixos
<energizer> alienpirate5: if you dont get an answer here, #home-manager might know better
<tomberek> alienpirate5: is your home-manager ahead of your host?
nuncanada has quit [Quit: Leaving]
h0m1 has quit [Ping timeout: 258 seconds]
h0m1 has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
nixbitcoin has quit [Ping timeout: 268 seconds]
nhs has joined #nixos
fresheyeball has quit [Ping timeout: 258 seconds]
Jd007 has joined #nixos
spudly1 has quit [Ping timeout: 240 seconds]
fresheyeball has joined #nixos
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
nixbitcoin has joined #nixos
nhs has joined #nixos
thelounge52 has quit [Ping timeout: 272 seconds]
mmmattyx has quit [Quit: Connection closed for inactivity]
nhs has quit [Ping timeout: 240 seconds]
svrana has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
tomberek has quit [Quit: Connection closed]
nhs has joined #nixos
tompurl[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111696 → visidata: 2.1.1 -> 2.2 → https://github.com/NixOS/nixpkgs/pull/111696
Hank11 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<Hank11> Lets say that in a COMPLETELY hypothetical situation
<Hank11> That you rm -rf ed the contents of /boot
<Hank11> What would you do :/
Jd007 has quit [Quit: Jd007]
spudly1 has joined #nixos
<ashkitten> Hank11: nixos-rebuild has a --install-bootloader option
<Hank11> Do I do it from Live USB
<Hank11> or do I need to chroot or something?
<ashkitten> you can mount the filesystems to /mnt from a live usb and nixos-enter, then nixos-rebuild boot --install-bootloader
<Hank11> I've never heard of nixos-enter
<Hank11> What does that do?
<ashkitten> it chroots to the system mounted on /mnt
<samueldr> did you reboot or are you still booted in NixOS?
<Hank11> Rebooted
<samueldr> right, then yeah, ashkitten's suggestion is probably the better one
<samueldr> (if you hadn't rebooted, doing it from the still-running system would have worked)
<Hank11> Yeah I didnt realize that I deleted /boot until I rebooted :/
<Hank11> So nixos-enter is like a chroot?
<ashkitten> easy way to find out :p
<Hank11> Indeed lol
<samueldr> yeah no worries :) I was completing the information if anyone else was reading
<ashkitten> Hank11: yes, you will be put in a root shell of the mounted system
<ashkitten> most things should work normally from there, except systemd services
<Hank11> I need to mount /boot as well right?
<ashkitten> yes
gustavderdrache has joined #nixos
thelounge52 has joined #nixos
<Hank11> Do I need to change the channel on the Live USB? I use unstable
<alienpirate5> <tomberek "alienpirate5: is your home-manag"> no my host is on unstable-small and both it and home-manager are updated to latest
<alienpirate5> <energizer "alienpirate5: if you dont get an"> i'll join and ask there too!
<ashkitten> Hank11: no, your channels and nix store are inside the mounted system
nhs has joined #nixos
<ashkitten> it will evaluate the system, see that it's already built, and run the bootloader install script
nhs has quit [Ping timeout: 240 seconds]
ManiacOfMadness has quit [Ping timeout: 260 seconds]
thelounge52 has quit [Ping timeout: 272 seconds]
<Hank11> Uhm it didn't work
<Hank11> "systemd-boot not installed in ESP.
<Hank11> No default/fallback bootloader install in ESP.
<Hank11> could not find an
<Hank11> *could not find any previously install systemd-boot
Supersonic112 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #111697 → Chemtool: init at 1.6.14 → https://github.com/NixOS/nixpkgs/pull/111697
tomberek has joined #nixos
nhs has joined #nixos
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
<ashkitten> i don't know how systemd-boot works, honestly
<ashkitten> never used it before
<Hank11> Maybe I should use GRUB for now?
nhs has quit [Ping timeout: 265 seconds]
<klardotsh> not sure if this has been mentioned here before, but is "Assertion failed: (S_ISLNK(st.st_mode)), function canonicalisePathMetaData, file src/libstore/local-store.cc, line 529." a particularly common issue on MacOS?
<klardotsh> this is on a brand-new (literally first command ever run) EC2 mac1.metal instance, with "--darwin-use-unencrypted-nix-store-volume --daemon"
ahmedelgabri has joined #nixos
Qwerky has joined #nixos
nhs has joined #nixos
<Hank11> ashkitten doesn't appear to work
<klardotsh> nvm, found https://github.com/NixOS/nix/issues/3156 which is my issue, and the solution there does seem to fix (assuming I trash all files and rerun the installer, with the new volume in place)
<{^_^}> nix#3156 (by angerman, 1 year ago, closed): daemon user fails to install on macOS
domogled has joined #nixos
Qwerky has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
nhs has quit [Ping timeout: 258 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @siraben opened pull request #111698 → uutils-coreutils: 2019-05-03 -> 0.0.3 → https://github.com/NixOS/nixpkgs/pull/111698
codezero has joined #nixos
wrench has joined #nixos
growpotkin has joined #nixos
nhs has joined #nixos
growpotk- has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer opened pull request #111699 → Readd "Apple IST CA 2" to certificates → https://github.com/NixOS/nixpkgs/pull/111699
fresheyeball has quit [Quit: WeeChat 2.9]
nhs has quit [Ping timeout: 240 seconds]
Hank11 has quit [Quit: Ping timeout (120 seconds)]
endformationage has quit [Quit: WeeChat 2.9]
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @MatthewCroughan opened pull request #111700 → U-Boot: Adds Orange Pi 3 build → https://github.com/NixOS/nixpkgs/pull/111700
domogled has quit [Quit: domogled]
<matthewcroughan> :D
<matthewcroughan> I may not have split up this PR enough to make it in, can any contributors give me feed back? https://github.com/NixOS/nixpkgs/pull/111700
<{^_^}> #111700 (by MatthewCroughan, 2 minutes ago, open): U-Boot: Adds Orange Pi 3 build
Hank17 has joined #nixos
thelounge52 has quit [Ping timeout: 264 seconds]
<matthewcroughan> since technically the arm trusted firmware is a second package
<matthewcroughan> but based on feeling I didn't split it up, since the change is so relevant to getting this working
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #111701 → llvmPackages_11.compiler-rt: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/111701
mmohammadi9812 has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 258 seconds]
mmohammadi9812 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #111702 → tflint: 0.24.0 -> 0.24.1 → https://github.com/NixOS/nixpkgs/pull/111702
Hank17 has quit [Quit: Connection closed]
mmohammadi9812 has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
simba1 has joined #nixos
wrench has quit [Ping timeout: 240 seconds]
<matthewcroughan> Does anyone know how to contribute to the wiki?
<matthewcroughan> I can't find the "create new page" button lol
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111703 → python37Packages.azure-mgmt-batch: 14.0.0 -> 15.0.0 → https://github.com/NixOS/nixpkgs/pull/111703
mmohammadi9812 has joined #nixos
mmohammadi9812 has quit [Client Quit]
nhs has quit [Ping timeout: 256 seconds]
alexbakker has joined #nixos
kapil_ has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #111704 → starship: 0.49.0 -> 0.50.0 → https://github.com/NixOS/nixpkgs/pull/111704
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #111705 → nodejs-15_x: 15.7.0 -> 15.8.0 → https://github.com/NixOS/nixpkgs/pull/111705
np is now known as nerdypepper
emptyflask has quit [Quit: WeeChat 2.9]
wrench has joined #nixos
kapil_ has joined #nixos
thelounge52 has quit [Ping timeout: 256 seconds]
growpotk- has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #111702 → tflint: 0.24.0 -> 0.24.1 → https://github.com/NixOS/nixpkgs/pull/111702
nhs has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
tomberek has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @Mic92 merged pull request #111704 → starship: 0.49.0 -> 0.50.0 → https://github.com/NixOS/nixpkgs/pull/111704
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111706 → python37Packages.casbin: 0.16.0 -> 0.16.1 → https://github.com/NixOS/nixpkgs/pull/111706
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/90cec09c364 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #109644 → libnftnl: 1.1.8 -> 1.1.9, nftables: 0.9.7 -> 0.9.8, iptables: 1.8.6 -> 1.8.7 → https://github.com/NixOS/nixpkgs/pull/109644
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111707 → python37Packages.cmd2: 1.4.0 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/111707
<{^_^}> [nixpkgs] @Mic92 merged pull request #109635 → linux-pam: fix cross compilation on Darwin → https://github.com/NixOS/nixpkgs/pull/109635
thelounge52 has joined #nixos
nhs has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @euank opened pull request #111708 → libvirt: add patch for CVE-2020-25637 → https://github.com/NixOS/nixpkgs/pull/111708
gustavderdrache has quit [Quit: Leaving.]
nhs has joined #nixos
yjftsjthsd has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111709 → python37Packages.cvxpy: 1.1.7 -> 1.1.8 → https://github.com/NixOS/nixpkgs/pull/111709
jonatanb has joined #nixos
yjftsjthsd has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
jonatanb has quit [Ping timeout: 264 seconds]
palo1 has joined #nixos
dnlkrgr has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111710 → datasette: 0.54 -> 0.54.1 → https://github.com/NixOS/nixpkgs/pull/111710
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
nhs has joined #nixos
thelounge52 has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111711 → python37Packages.bids-validator: 1.5.10 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/111711
nhs has quit [Ping timeout: 258 seconds]
<evanjs> was going to ask if anybody can confirm this is broken but omg that test... https://github.com/raftario/licensor/commit/77ae1ea6d9b6de999ee7590d9dbd3c8465d70bb6
thelounge52 has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
<evanjs> "It's 2020 (and I need to fix that test)" -- guess that needs to be bumped again lol
dnlkrgr has quit [Ping timeout: 240 seconds]
Qwerky has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
Qwerky has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111712 → certbot: 1.11.0 -> 1.12.0 → https://github.com/NixOS/nixpkgs/pull/111712
sangoma has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111713 → python37Packages.cftime: 1.3.1 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/111713
nhs has quit [Ping timeout: 258 seconds]
EMayej has joined #nixos
<gentauro> I'm doing to testing with `curl` therefore I'm using `--write-out "%{time_total}"`. I would expect to see something like 0.23 seconds (measure unit is seconds taken from `man curl`). But what I see is a number like this -> 300767
<gentauro> anybody else experienced that on `nixos`?
orivej has quit [Ping timeout: 240 seconds]
simba1 has quit [Ping timeout: 265 seconds]
alekhine[m] has joined #nixos
nhs has joined #nixos
<aforemny> gentauro: Comparing it to `time`'s output of the command, it seems to print milliseconds for me as well.
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #111703 → python37Packages.azure-mgmt-batch: 14.0.0 -> 15.0.0 → https://github.com/NixOS/nixpkgs/pull/111703
<aforemny> gentauro: Oh no, that would be micro-seconds.
<aforemny> gentauro: curl tells me 46455, time tells me 0.055s. And 46455 * 10^-6 = 0.05. So it seems to be micro-seconds.
<{^_^}> [nixpkgs] @jonringer merged pull request #111711 → python37Packages.bids-validator: 1.5.10 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/111711
nhs has quit [Ping timeout: 272 seconds]
euandreh has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #111706 → python37Packages.casbin: 0.16.0 -> 0.16.1 → https://github.com/NixOS/nixpkgs/pull/111706
<{^_^}> [nixpkgs] @jonringer merged pull request #111713 → python37Packages.cftime: 1.3.1 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/111713
<evanjs> I should probably update the patch used in the expression after it gets merged but https://github.com/raftario/licensor/pull/28
<{^_^}> raftario/licensor#28 (by evanjs, 24 minutes ago, open): "Fix" integration test
<{^_^}> [nixpkgs] @jonringer merged pull request #111710 → datasette: 0.54 -> 0.54.1 → https://github.com/NixOS/nixpkgs/pull/111710
euandreh has joined #nixos
cole-h has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #111160 → python3Packages.keystone-engine: init at 0.9.2 → https://github.com/NixOS/nixpkgs/pull/111160
thelounge52 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #111707 → python37Packages.cmd2: 1.4.0 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/111707
asheshambasta has joined #nixos
mallox has joined #nixos
mallox has quit [Client Quit]
akaWolf has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111714 → nixos/venus: drop module since quite old and gets no updates → https://github.com/NixOS/nixpkgs/pull/111714
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/cba9995cace (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
nhs has quit [Ping timeout: 246 seconds]
thc202 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111715 → python37Packages.django-cache-url: 3.1.2 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/111715
<fuiltilt> TIL (here) about "nix-shell -I nixpkgs=channel:nixos-unstable". Why doesn't that work for nix-env? "nix-env -I nixpkgs=channel:nixos-unstable -i musescore" installs MuseScore 3.5 like from stable, not 3.6 from unstable.
j2t has joined #nixos
<adisbladis> fuiltilt: nix-env is a special case and directly understands the concept of channels
<adisbladis> fuiltilt: So I think you want `nix-env -f channel:nixos-unstable -i musescore`
<adisbladis> But you should really use -iA
<adisbladis> ,iA
<adisbladis> I thought we had a bot feature for that, but apparently not
<cole-h> ,-iA
<{^_^}> see ,-A
<cole-h> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<cole-h> adisbladis: ;)
<adisbladis> Ahh, thanks cole-h
* cole-h had to pull up the listing of commands for the bot to remember it
<cole-h> lol
nhs has joined #nixos
Qwerky has joined #nixos
noudle has joined #nixos
orbekk has joined #nixos
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<fuiltilt> "nix-env -f channel:nixos-unstable -i musescore" worked, "nix-env -f channel:nixos-unstable -iA nixos.musescore" didn't. I'm guessing that I can use nix-channel to add unstable as a named channel, and it won't interfere with stable as long as I name it? Is that right?
Qwerky has quit [Ping timeout: 240 seconds]
attila_lendvai has joined #nixos
<cole-h> What about `nix-env -f channel:nixos-unstable -iA musescore`?
<cole-h> nixos.musescore is not the correct attrpath for musescore, while plain `musescore` is
<adisbladis> (hot damn nix-env has confusing UX)
<fuiltilt> Works. Thanks! Going back to the manpage to learn more about "-f"...
<cole-h> Which is why I hate it and refuse to use it for things I don't have a copy-paste invocation for :D
<cole-h> (e.g. I use it for ofborg's outpaths check, which I can copy-paste the invocation from GH, but nothing else)
<adisbladis> cole-h: Yeah, I never ever use nix-env for anything
<{^_^}> [nixpkgs] @vbgl merged pull request #109479 → coq: 8.13+beta1 -> 8.13.0 → https://github.com/NixOS/nixpkgs/pull/109479
<adisbladis> I mean, of course indirectly
thelounge52 has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
ATuin has joined #nixos
<energizer> when i started i used nix-env and it caused me nothing but problems tbh
<energizer> i dont think it should be exposed
<Hail_Spacecake> is there a guide on how to build a single nix package locally without downloading the nixpkgs repo?
<fuiltilt> So you folks all just add packages in config.nix?
akaWolf has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<energizer> on nixos, configuration.nix. off nixos, home-manager's home.nix
<Hail_Spacecake> I'm trying to build a nix version of some source code from github
<energizer> Hail_Spacecake: do you need any dependencies from nixpkgs?
<Hail_Spacecake> and I'm getting error: cannot auto-call a function that has an argument without a default value ('pkgs')
<Hail_Spacecake> energizer: yeah
<energizer> Hail_Spacecake: you want to use nixpkgs, you just don't want to git clone it, right?
<Hail_Spacecake> yeah
<Hail_Spacecake> I have my NIX_ENV set to the tarball url
<Hail_Spacecake> set -x NIX_PATH "nixpkgs=https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz"
<energizer> Hail_Spacecake: nix-build -E '(import <nixpkgs> {}).callPackage ./. {}'
<Hail_Spacecake> so I should be able to pull in the dependencies I need from tehre, right?
<Hail_Spacecake> what's that command do?
<cole-h> It builds in expression.
<energizer> it uses the nixpkgs from your NIX_PATH and passes it into your function
<cole-h> The expression being to import <nixpkgs> with an empty attrset, which then gives you all the top-level attrs of nixpkgs -- one of which is callPackage
<Hail_Spacecake> okay that seems to be doing something, I"m not sure what
<{^_^}> [nixpkgs] @jonringer merged pull request #111709 → python37Packages.cvxpy: 1.1.7 -> 1.1.8 → https://github.com/NixOS/nixpkgs/pull/111709
holymonson has joined #nixos
<cole-h> callPackage is where the auto dependency resolution happens (don't know a better term) -- it gives you all the dependencies specified as an input for the file.nix you're trying to build
holymonson has quit [Client Quit]
<gentauro> 07:54 < aforemny> gentauro: curl tells me 46455, time tells me 0.055s. And 46455 * 10^-6 = 0.05. So it seems to be micro-seconds.
<gentauro> aforemny: thx
<gentauro> aforemny: but I'm just wondering why it's stated seconds in the `man`
<fuiltilt> adisbladis++
<{^_^}> adisbladis's karma got increased to 130
Hirmes[m] has joined #nixos
<fuiltilt> cole-h++
<{^_^}> cole-h's karma got increased to 127
<gentauro> aforemny++
<{^_^}> aforemny's karma got increased to 1
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/a3a53107159 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/cba9995cace (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/60d9784263c (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nhs has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #111716 → python3Packages.androidtv: 0.0.50 -> 0.0.57 → https://github.com/NixOS/nixpkgs/pull/111716
nhs has quit [Ping timeout: 246 seconds]
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #111548 → pykms: 2019-06-11 -> 2021-01-25 → https://github.com/NixOS/nixpkgs/pull/111548
thelounge52 has joined #nixos
nhs has joined #nixos
lsix has joined #nixos
fuiltilt has quit [Ping timeout: 260 seconds]
Qwerky has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
fuiltilt has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
Qwerky_ has joined #nixos
Qwerky has quit [Read error: Connection reset by peer]
EMayej has quit [Quit: Ping timeout (120 seconds)]
Qwerky_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111717 → python37Packages.eventlet: 0.30.0 -> 0.30.1 → https://github.com/NixOS/nixpkgs/pull/111717
cfricke has joined #nixos
<aforemny> gentauro: It is a (regression) bug that appears to already been fixed in master: https://github.com/curl/curl/pull/6322
<{^_^}> curl/curl#6322 (by bagder, 7 weeks ago, closed): tooĺ_writeout: fix the -w time output units
ahmedelgabri has joined #nixos
nhs has joined #nixos
hiro98 has joined #nixos
charukiewicz has quit [Quit: charukiewicz]
cfricke has quit [Ping timeout: 260 seconds]
ahmedelgabri has quit [Remote host closed the connection]
nhs has quit [Ping timeout: 265 seconds]
Qwerky has joined #nixos
<gentauro> aforemny: :o
<gentauro> so I have to be carefull with my performance script if I do an update
<gentauro> :D
Qwerky has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cole-h opened pull request #111718 → doas: don't configure pamdir → https://github.com/NixOS/nixpkgs/pull/111718
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
nhs has joined #nixos
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111719 → python37Packages.google-cloud-storage: 1.35.0 -> 1.35.1 → https://github.com/NixOS/nixpkgs/pull/111719
concept2 has quit [Quit: Ping timeout (120 seconds)]
concept2 has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #111667 → [20.09] rebar3: 3.12.0 -> 3.14.2 → https://github.com/NixOS/nixpkgs/pull/111667
simonpe^1 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
adr has joined #nixos
adr has quit [Client Quit]
attila_lendvai has quit [Ping timeout: 258 seconds]
<simonpe^1> Something that bugs me with nix is that I don't have an easy way to show me the definition of a function. For example, say I want to see the source code for mkDerivation, how would I do that?
<simonpe^1> I mean I can spend 5 minutes investigating the nixpkgs repo, but I want something better than that so I can do it in 5 seconds through my tty instead
rajivr has quit [Quit: Connection closed for inactivity]
sigmundv has joined #nixos
<energizer> i agree. in practice i just use `rg 'mkDerivation =' pkgs/` and it pretty much works
<cole-h> For most things you can pull up a repl in nixpkgs and then `:e attr`
alexherbo2 has joined #nixos
<simonpe^1> cole-h: my repl doesn't have an :e option :/
<cole-h> Really? How old is your nix :o
<energizer> mine doesnt either, nixos unstable
<simonpe^1> it's unstable since november or something
neuronuser1[m] has quit [Quit: Idle for 30+ days]
<energizer> maybe it comes with flakes
<simonpe^1> flakes disabled
<cole-h> Ah, I guess nixStable doesn't have it
nhs has joined #nixos
<cole-h> Goes to show what I know
<simonpe^1> yeah, I can't use flakes due to it messes up stuff I need for work
zupo has joined #nixos
<cole-h> Well, you can still `nix-shell -p nixUnstable --run "nix repl <nixpkgs>"` and use :e there ;)
<simonpe^1> that actually works
<cole-h> :)
<simonpe^1> except I point <nixpkgs> to the derivation I'm working with
<simonpe^1> thanks
thelounge52 has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 272 seconds]
ggp0647 has joined #nixos
bougyman has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #111696 → visidata: 2.1.1 -> 2.2 → https://github.com/NixOS/nixpkgs/pull/111696
cole-h has quit [Ping timeout: 240 seconds]
malook has joined #nixos
ravndal has joined #nixos
Darkmatter66 has joined #nixos
nhs has joined #nixos
malook has quit [Quit: malook]
deltab has quit [Ping timeout: 265 seconds]
sangoma has quit [Ping timeout: 258 seconds]
jluttine has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #111720 → patroni: 1.6.5 -> 2.0.1 → https://github.com/NixOS/nixpkgs/pull/111720
<{^_^}> [nixpkgs] @Mic92 merged pull request #111698 → uutils-coreutils: 2019-05-03 -> 0.0.3 → https://github.com/NixOS/nixpkgs/pull/111698
vidbina has joined #nixos
respawn has joined #nixos
urkk has joined #nixos
deltab has joined #nixos
nhs has joined #nixos
sangoma has joined #nixos
thelounge52 has joined #nixos
hyper_ch2 has quit [Read error: Connection reset by peer]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111722 → aide: 0.17 -> 0.17.1 → https://github.com/NixOS/nixpkgs/pull/111722
thelounge52 has quit [Ping timeout: 240 seconds]
rajivr has joined #nixos
<klardotsh> I see occasional mentions of this error in irc logs and on github, but seemingly no resolution: file system sandbox blocked open() of '/nix/store/r4aghdazpyy7c8i5wkvmdldr4pqgj086-libsodium-1.0.18/lib/libsodium.23.dylib'
ArdaXi has joined #nixos
fendor has joined #nixos
<klardotsh> thoughts? I'm trying to port my nix-shell setup from Linux to MacOS (all of my coworkers are Mac people.... sigh) and testing my documentation on a mac1.metal EC2 box. I've tried both the upstream installer with the --darwin-etc-etc flags as well as Travis' updated installer from https://github.com/NixOS/nix/pull/4289. it's been one nightmare after another, but most of the nightmares have ended in
<{^_^}> nix#4289 (by abathur, 9 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
<klardotsh> etiher a completely botched install, or nix-daemon not starting with the above error in /var/log/nix-daemon.log
srk has quit [Remote host closed the connection]
cfricke has joined #nixos
srk has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111724 → argo: 2.12.6 -> 2.12.7 → https://github.com/NixOS/nixpkgs/pull/111724
nhs has quit [Ping timeout: 256 seconds]
<patagonicus> klardotsh: This sounds similar, but skimming it I didn't see a solution: https://logs.nix.samueldr.com/nix-darwin/2020-11-04 Maybe try in #nix-darwin?
<klardotsh> yeah, I went a few days ahead in the logs from there and didn't uncover much :(
<{^_^}> [nixops] @adisbladis closed pull request #1428 → build(deps): bump lxml from 4.5.2 to 4.6.2 in /doc → https://github.com/NixOS/nixops/pull/1428
<klardotsh> I'm kinda surprised folks are having all this luck with https://github.com/NixOS/nix/pull/4289 and I'm.... not getting anywhere? there's folks on m1 arm boxes getting further than I am haha
<{^_^}> nix#4289 (by abathur, 9 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
<klardotsh> might be a sign that 2am is a good time to call it a night and circle back tomorrow ~
kaivai has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/fab6fcdceb2 (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
Diagon has joined #nixos
Khetzal_ is now known as Khetzal
Khetzal is now known as Guest45666
Guest45666 is now known as Khetzal_
Darkmatter66 has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #nixos
Sigma has joined #nixos
<j2t> Hi, could someone to a place explaining '<something>' syntax part? I see in repl that '<nixpkgs>' for example evaluate to a path.
<immae> j2t: I don’t know of a "place" that documents it, but you should look at your NIX_PATH env var, which looks like `NIX_PATH=foo=https://someurl:bar=https://otherurl`. Then you’ll have access to <foo> and <bar>
<immae> which will point to https://someurl and https://otherurl respectively
<j2t> i see, thanks immae
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111725 → bchoppr: 1.10.0 -> 1.10.2 → https://github.com/NixOS/nixpkgs/pull/111725
Darkmatter66 has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #nixos
nhs has joined #nixos
<immae> j2t: I think my answer is incomplete though, I know there is some additionnal rule when your NIX_PATH looks like NIX_PATH=somepath:foo=https://someurl:bar=https://otherurl (note the absence of = sign before somepath)
<{^_^}> [nixpkgs] @fabaff opened pull request #111726 → crunch: add license → https://github.com/NixOS/nixpkgs/pull/111726
vrinek has joined #nixos
rauno has joined #nixos
Sigma has quit [Ping timeout: 258 seconds]
thelounge52 has joined #nixos
hiro98 has quit [Quit: hiro98]
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #111728 → pylxd: init at 2.3.0 → https://github.com/NixOS/nixpkgs/pull/111728
<{^_^}> [nixops] @adisbladis opened pull request #1434 → Bump poetry.lock → https://github.com/NixOS/nixops/pull/1434
<{^_^}> [nixpkgs] @petabyteboy opened pull request #111729 → python3Packages.pyshark: init at 0.4.2.11 → https://github.com/NixOS/nixpkgs/pull/111729
Darkmatter66 has quit [Read error: Connection reset by peer]
thelounge52 has quit [Ping timeout: 264 seconds]
ahmedelgabri has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
Darkmatter66 has joined #nixos
j2t has quit [Ping timeout: 265 seconds]
Lord_of_Life_ has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
jimmiehansson has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111177 → common-config: Enable RX 6000 Series AMDGPU → https://github.com/NixOS/nixpkgs/pull/111177
Lord_of_Life has quit [Ping timeout: 256 seconds]
Lord_of_Life_ is now known as Lord_of_Life
jimmiehansson has quit [Remote host closed the connection]
jimmiehansson has joined #nixos
viric has quit [Quit: déu]
nhs has joined #nixos
xps has joined #nixos
<Mic92> is someone else using nix-doom-emacs and has a working flyspell? https://github.com/vlaci/nix-doom-emacs/issues/133
<{^_^}> vlaci/nix-doom-emacs#133 (by Mic92, 11 hours ago, open): flyspell is broken in nix-doom-emacs but not in doom-emacs
<Mic92> I wonder if it is specific to my configuration
nhs has quit [Ping timeout: 258 seconds]
lsix has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #91155 → plr: init at 8.4.1 → https://github.com/NixOS/nixpkgs/pull/91155
lsix has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #111693 → signumone-ks: removing libav_0_8 → https://github.com/NixOS/nixpkgs/pull/111693
meh` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111730 → cargo-make: 0.32.11 -> 0.32.12 → https://github.com/NixOS/nixpkgs/pull/111730
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111273 → armagetronad: 0.2.8.3.5 -> 0.2.9.1.0 → https://github.com/NixOS/nixpkgs/pull/111273
<{^_^}> [nixpkgs] @Mic92 opened pull request #111731 → nixos/zfs: fix reference to awk → https://github.com/NixOS/nixpkgs/pull/111731
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #111719 → python37Packages.google-cloud-storage: 1.35.0 -> 1.35.1 → https://github.com/NixOS/nixpkgs/pull/111719
<{^_^}> [nixops] @adisbladis merged pull request #1434 → Bump lock files → https://github.com/NixOS/nixops/pull/1434
nhs has joined #nixos
arjen-jonathan has joined #nixos
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111732 → checkstyle: 8.39 -> 8.40 → https://github.com/NixOS/nixpkgs/pull/111732
nhs has quit [Ping timeout: 240 seconds]
holymonson has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111726 → crunch: add license → https://github.com/NixOS/nixpkgs/pull/111726
m0rphism1 has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
<lovesegfault> what's the right variable to use from a Makefile when installing ?
<lovesegfault> i.e. what var = $out?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111733 → circleci-cli: 0.1.11924 -> 0.1.12214 → https://github.com/NixOS/nixpkgs/pull/111733
<holymonson> supersandro2000 hi, would you add  #110001 #109626 into your todo list? I might push some PR depend on / conflict with them later.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/110001 (by holymonson, 2 weeks ago, open): darwin.ps: update to newer unstuck version
<{^_^}> https://github.com/NixOS/nixpkgs/pull/109626 (by holymonson, 2 weeks ago, open): darwin: add impure-cmds
m4ts has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #111734 → perlPackages.EmailStuffer: init at 0.018 → https://github.com/NixOS/nixpkgs/pull/111734
m4tsa_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #111731 → nixos/zfs: fix reference to awk → https://github.com/NixOS/nixpkgs/pull/111731
wnklmnn has joined #nixos
<aforemny> lovesegfault: Do you mean PREFIX?
<lovesegfault> aforemny: maybe? if I write "install:\n cp foo.bar $(PREFIX)" will I end up with $out being foo.bar?
alexherbo2 has quit [Ping timeout: 240 seconds]
<aforemny> lovesegfault: You are supposed to declare PREFIX = … in your Makefile. Then you can override it at the command line: `make PREFIX=$out`. You will end up with $out/foo.bar being a thing, yes.
<supersandro2000> holymonson: I can't really build 110001 because rebuilding stdenv takes ages for me
nhs has joined #nixos
<aforemny> lovesegfault: As far as I know there is not default install location for a Makefile and so you would declare PREFIX = /usr.
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111735 → clojure-lsp: 2021.01.28-03.03.16 -> 2021.02.02-14.02.23 → https://github.com/NixOS/nixpkgs/pull/111735
respawn has quit [Quit: Leaving]
<lovesegfault> aforemny: got it, trying that out
<lovesegfault> aforemny++
<{^_^}> aforemny's karma got increased to 2
holymonson has quit [Quit: Connection closed]
nhs has quit [Ping timeout: 258 seconds]
eoli3n_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111736 → codeql: 2.4.2 -> 2.4.3 → https://github.com/NixOS/nixpkgs/pull/111736
lsix1 has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
<s1341> Mic92: hey. I'd like to consult on the whole android thing... if you have some time and patience.
<edcragg> i can't work out how to use flutterPackages.mkFlutter to build a beta flutter, since the flutter-beta package was removed in unstable recently. it's not documented anywhere, does anyone happen to know what one-liner you need to build beta flutter now?
<{^_^}> [nixops] @adisbladis merged pull request #1422 → Don't hijack `pkgs` in the nixos config → https://github.com/NixOS/nixops/pull/1422
aveltras has joined #nixos
nhs has joined #nixos
<{^_^}> [nixops] @adisbladis closed pull request #1390 → Revert "network: Add nixpkgs attribute for passing custom nixpkgs" → https://github.com/NixOS/nixops/pull/1390
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @MazeChaZer opened pull request #111737 → jetbrains.mps: fix license → https://github.com/NixOS/nixpkgs/pull/111737
nhs has quit [Ping timeout: 246 seconds]
thelounge52 has quit [Ping timeout: 240 seconds]
<drozdziak1> I'd like to embed a simple shell script in my shell.nix that should become available on PATH once I run `nix-shell`. What's the simplest way to achieve that?
meck has quit [Quit: ZNC 1.8.2 - https://znc.in]
<supersandro2000> drozdziak1: export PATH=$PATH:path/to/script ?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111739 → consul: 1.9.2 -> 1.9.3 → https://github.com/NixOS/nixpkgs/pull/111739
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111735 → clojure-lsp: 2021.01.28-03.03.16 -> 2021.02.02-14.02.23 → https://github.com/NixOS/nixpkgs/pull/111735
<crazazy[m]> drozdzlak1: there also is writeScriptBin https://nixos.org/manual/nixpkgs/stable/#chap-trivial-builders
<drozdziak1> crazazy[m]:This looks perfect, thanks
meck has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
strikerlulu_ has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #111740 → chromium: 88.0.4324.96 -> 88.0.4324.146 → https://github.com/NixOS/nixpkgs/pull/111740
nhs has quit [Ping timeout: 246 seconds]
turion has joined #nixos
mmohammadi9812 has joined #nixos
<turion> How do I cross-test for a different architecture? I have a CI job that fails on aarch64-linux, but I'm on x86_64
viric has joined #nixos
<turion> Just nix-build --option system aarch64-linux --sandbox says I'm not a trusted user
<{^_^}> [nixpkgs] @cdepillabout merged pull request #111660 → Haskell generic args builder modifier backport → https://github.com/NixOS/nixpkgs/pull/111660
<s1341> anyone available to consult on a derivation?
nhs has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
Diagon has quit [Quit: Leaving]
ahmedelgabri has joined #nixos
<azazel> turion: add your user to nix.trustedUsers in configuration.nix
nhs has quit [Ping timeout: 258 seconds]
hiro98 has quit [Ping timeout: 246 seconds]
<adisbladis> turion: Also, cross tends to have other failure modes than native building
<lemsip> is it insane to use an overlay to use unstable gnome3.* packages if I want to use a newer gnome version than 3.36 in 20.09? Or should I just upgrade to unstable? My main motivation for this is to get clipboard working again, I was going to paste a link to a bug on gnome's gitlab, but I can't be bothered typing out the whole url.
<{^_^}> [nixpkgs] @prusnak opened pull request #111741 → python3Packages.shamir-mnemonic: 0.1.0 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/111741
ahmedelgabri has quit [Ping timeout: 272 seconds]
<adisbladis> turion: You might wanna look into using `boot.binfmt.emulatedSystems = [ "aarch64-linux" ]`
<adisbladis> Though beware it's going to be very slow building larger packages
thelounge52 has joined #nixos
ikskuh has joined #nixos
<s1341> So i'm looking to extend the https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix so that it builds the bionic libraries instead of relying on the pre-built ones... which are broken.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111742 → dnsproxy: 0.33.9 -> 0.34.1 → https://github.com/NixOS/nixpkgs/pull/111742
<ikskuh> heya
<s1341> but I'm struggling to find the place to 'callPackage' or otherwise embed my call to the bionic derivation I've made...
<s1341> I need to be able to pass the androidndk variables through to the bionic package, so it knows where to get it's toolchain.
<ikskuh> can someone tell me how to mount a samba share on nixos? i get a error message telling me that i'm missing /sbin/mount.cifs
<turion> adisbladis: Thanks! I'm trying to reproduce a nixos/tests/agda.nix failure, so it's in a VM anyways. (https://hydra.nixos.org/build/136240205) So if I set boot.binfmt.emulatedSystems inside the VM config, then that will start aarch64 in the VM?
<s1341> Ericson2314, Mic92 have helped me a little... but I need a little general nix expression writing help.
<lemsip> turion: you might have to enable nested VMs for that to work.
jonatanb has joined #nixos
<adisbladis> turion: No, but it will use qemu-user to emulate a "native build"
<adisbladis> So you don't have to fix cross compilation issues, but instead get the same store paths as you would on a native aarch64 system
thelounge52 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111743 → dolt: 0.22.12 -> 0.22.13 → https://github.com/NixOS/nixpkgs/pull/111743
<turion> I'm not sure I get it yet... is there anywhere to read up on all that?
fuiltilt has quit [Quit: WeeChat 2.9]
<turion> I set boot.binfmt.emulatedSystems in my host system config so it will be able to "emulate" aarch64, but what kind of emulation are we talking about?
<turion> Will it make nix-build --option system aarch64-linux work?
jonatanb has quit [Ping timeout: 265 seconds]
<adisbladis> turion: Exactly
sigmundv has quit [Remote host closed the connection]
lsix1 has quit [Ping timeout: 258 seconds]
<adisbladis> Otherwise Nix will fail as your system is presumably x86_64-linux
<turion> Ok I see :) thanks!
<turion> adisbladis++
<{^_^}> adisbladis's karma got increased to 131
nhs has joined #nixos
<{^_^}> [nixops] @adisbladis closed pull request #1326 → tests: Add functional tests using NixOS in Podman (Docker) → https://github.com/NixOS/nixops/pull/1326
<adisbladis> turion: Inside the build sandbox qemu-user will be used
<s1341> Mic92: cool... i'll try to make that.
<s1341> but if anyone is willing to help me out now.... i'd apprecaite it.
sigmundv has joined #nixos
<turion> adisbladis: Ok, I'm getting one step further, but now something crashes inside the VM: https://dpaste.com/7UYJ4UNHE
ahmedelgabri has joined #nixos
<turion> It also says: machine # kvm version too old
<turion> machine # qemu-system-aarch64: failed to initialize kvm: Function not implemented
nhs has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111744 → editorconfig-checker: 2.3.1 -> 2.3.3 → https://github.com/NixOS/nixpkgs/pull/111744
<adisbladis> Ohh.. Hmm.. Yeah, nested VMs aint gonna fly
<turion> lemsip: You said something about nested VMs?
<adisbladis> I don't think the test framework supports thhis case..
<s1341> but if anyone is willing to help me out now.... i'd apprecaite it.nmjj
<s1341> woops... cat post.
<lemsip> adisbladis: even if you enable nested virtualization for KVM and your hardware supports it?
<adisbladis> lemsip: I think what happens is that you get qemu-user wrapping qemu (the one used for tests, which requires KVM support (I think))
<adisbladis> KVM doesn't work when emulating other architectures
<turion> But why would I need nested virtualization? Can't I say somewhere that the emulated system is aarch64?
<lemsip> turion: if you're running the build on a non-virtualized nixOS host, then it'll work. The build itself will be ran via qemu.
alexherbo2 has quit [Ping timeout: 272 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
lsix1 has joined #nixos
nhs has joined #nixos
<turion> Yes that's what I'm doing. I just don't know what I need to configure.
ahmedelgabri has joined #nixos
medvid has quit [Ping timeout: 264 seconds]
Darkmatter66 has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 258 seconds]
thelounge52 has joined #nixos
Darkmatter66 has joined #nixos
medvid has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111745 → faudio: 21.01 -> 21.02 → https://github.com/NixOS/nixpkgs/pull/111745
<bqv> On a related note, anyone use nested containers?
<{^_^}> [nixops] @adisbladis pushed 2 commits to fix-nixops-check-home-mount: https://git.io/JtucP
<{^_^}> [nixpkgs] @markus1189 opened pull request #111747 → calcurse: include oauth2client package → https://github.com/NixOS/nixpkgs/pull/111747
nhs has joined #nixos
<{^_^}> [nixops] @adisbladis opened pull request #1435 → Fix nixops check: Ignore non-existing home.mount (rebased #1427) → https://github.com/NixOS/nixops/pull/1435
nhs has quit [Ping timeout: 258 seconds]
Darkmatter66 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @primeos pushed commit from @matthiasbeyer to staging « libaom: 2.0.0 -> 2.0.1 »: https://git.io/JtucA
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/754711b9bdc (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/754711b9bdc (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/cdf227415c6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
alexbakker has left #nixos ["Leaving"]
nhs has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JtuCu
civodul has joined #nixos
orivej has joined #nixos
zakame has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #111748 → sfeed: 0.9.20 -> 0.9.21 → https://github.com/NixOS/nixpkgs/pull/111748
berberman_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111749 → flyctl: 0.0.163 -> 0.0.170 → https://github.com/NixOS/nixpkgs/pull/111749
<s1341> ok.
berberman has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @andir opened pull request #111751 → smenu: 0.9.16 -> 0.9.17 → https://github.com/NixOS/nixpkgs/pull/111751
<s1341> so my bionic derivation requires HOST go (among other things). I'm using licCrossChooser to select the bionic libc. My problem is that i have an infinite recursion as go tries to lookup it's cc. How do I tell go to use the host cc?
thelounge52 has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111752 → folly: 2021.01.25.00 -> 2021.02.01.00 → https://github.com/NixOS/nixpkgs/pull/111752
<{^_^}> [nixpkgs] @andir opened pull request #111753 → taskwarrior-tui: 0.9.5 -> 0.9.6 → https://github.com/NixOS/nixpkgs/pull/111753
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<turion> I monkey-patched qemu-flags.nix such that qemuBinary is always aarch64-linux. Now the test hangs at:
<turion> machine: waiting for the VM to finish booting
<turion> machine: starting vm
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111754 → ghostwriter: 2.0.0-rc3 -> 2.0.0-rc4 → https://github.com/NixOS/nixpkgs/pull/111754
nhs has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/Jtulq
hiro98 has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @matt-snider opened pull request #111755 → ankisyncd: update repository org to ankicommunity → https://github.com/NixOS/nixpkgs/pull/111755
berberman_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111756 → gdu: 4.3.2 -> 4.3.3 → https://github.com/NixOS/nixpkgs/pull/111756
berberman has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @hlolli closed pull request #86244 → WIP: graalvm 19.2.1 -> 20.0.0 (plus some refactoring) → https://github.com/NixOS/nixpkgs/pull/86244
berberman has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111757 → texworks: use Qt 5.15 → https://github.com/NixOS/nixpkgs/pull/111757
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/Jtul6
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111716 → python3Packages.androidtv: 0.0.50 -> 0.0.57 → https://github.com/NixOS/nixpkgs/pull/111716
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/Jtulj
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111697 → chemtool: init at 1.6.14 → https://github.com/NixOS/nixpkgs/pull/111697
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111685 → dotenv-linter: init at 3.0.0 → https://github.com/NixOS/nixpkgs/pull/111685
thelounge52 has joined #nixos
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #nixos
acarrico has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol_ has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
hiro98 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #111758 → rclone-browser: use Qt 5.15 → https://github.com/NixOS/nixpkgs/pull/111758
Quick_Wango has quit [Quit: Bye! - http://cubeisland.de]
hiro98 has joined #nixos
Quick_Wango has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111759 → ginkgo: 1.14.2 -> 1.15.0 → https://github.com/NixOS/nixpkgs/pull/111759
<{^_^}> [nixpkgs] @mweinelt opened pull request #111760 → home-assistant: list outdated libs in parse-requirements.py → https://github.com/NixOS/nixpkgs/pull/111760
jonringer has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtuBL
nhs has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
turion has quit [Quit: Leaving.]
berberman has quit [Max SendQ exceeded]
<{^_^}> [nixops] @adisbladis pushed 2 commits to fix-nixops-check-home-mount: https://git.io/JtuBu
berberman has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111761 → gobgp: 2.23.0 -> 2.24.0 → https://github.com/NixOS/nixpkgs/pull/111761
<{^_^}> [nixops] @adisbladis merged pull request #1435 → Fix nixops check: Ignore non-existing home.mount (rebased #1427) → https://github.com/NixOS/nixops/pull/1435
<{^_^}> [nixops] @adisbladis closed pull request #1427 → Fix nixops check: Ignore non-existing home.mount → https://github.com/NixOS/nixops/pull/1427
mmohammadi9812 has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
nhs has joined #nixos
<urkk> It looks like extra-sandbox-paths is not expanding the ~ home path: error: while setting up the build environment: getting attributes of path '~/test': No such file or directory
simukis__ has joined #nixos
<urkk> Is it possible to specify the sandbox path relative to $HOME?
dev_mohe has joined #nixos
simukis_ has quit [Ping timeout: 264 seconds]
thelounge52 has quit [Ping timeout: 258 seconds]
dev_mohe has quit [Client Quit]
nhs has quit [Ping timeout: 265 seconds]
ikskuh has left #nixos ["Leaving"]
nhs has joined #nixos
Hank87 has joined #nixos
D_ has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 246 seconds]
D_ has joined #nixos
<Hank87> This might be a stupid question but does nixos-install delete the contents of the relevant partitions
<tpw_rules> iirc no but it does install the bootloader
<tpw_rules> if you don't tell it not to
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #111762 → vokoscreenNG: 3.0.5 -> 3.0.8 → https://github.com/NixOS/nixpkgs/pull/111762
<{^_^}> [nixpkgs] @prusnak pushed 3 commits to master: https://git.io/Jtu0z
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111763 → helmfile: 0.138.1 -> 0.138.2 → https://github.com/NixOS/nixpkgs/pull/111763
<{^_^}> [nixpkgs] @prusnak merged pull request #111741 → python3Packages.shamir-mnemonic: 0.1.0 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/111741
malook has joined #nixos
Hank87 has quit [Quit: Ping timeout (120 seconds)]
Hank98 has joined #nixos
mmohammadi9812 has joined #nixos
<Hank98> The reason I'm asking is because I rm -rfed away my bootloader (dont ask)
<{^_^}> [nixpkgs] @prusnak pushed to master « python3Packages.shamir-mnemonic: 0.2.0 -> 0.2.1 »: https://git.io/JtuEe
<Hank98> So if I nixos-install --no-root-passwd
<Hank98> everything should technically go fine?
malook has quit [Client Quit]
<cransom> nixos-rebuild boot should get that back.
<Hank98> Yes but I already rebooted the system before realizing I lost the bootloader
<Hank98> and chroot and nixos-enter didnt allow it for some reason
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111764 → i3-gaps: 4.19 -> 4.19.1 → https://github.com/NixOS/nixpkgs/pull/111764
<cransom> oh, if rebooted, then yes. nixos-install.
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
<Hank98> what  options should I use?
<{^_^}> [nixpkgs] @kevincox pushed 4 commits to master: https://git.io/JtuEi
<Hank98> do i even need to use --root-no-passwd?
ahmedelgabri has quit [Ping timeout: 264 seconds]
<Hank98> I meant --no-root-passwd : /
<{^_^}> [nixpkgs] @kevincox merged pull request #110825 → build-fhs-userenv: fixes for mount points → https://github.com/NixOS/nixpkgs/pull/110825
nhs has quit [Ping timeout: 264 seconds]
malook has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111765 → inadyn: 2.7 -> 2.8.1 → https://github.com/NixOS/nixpkgs/pull/111765
gxt has joined #nixos
thelounge52 has joined #nixos
<Hank98> seemed to work :D
<Hank98> thank you *deep breath* ashkitten samueldr tpw_rules cransom SO MUCH
Hank98 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111766 → influxdb: 1.8.3 -> 1.8.4 → https://github.com/NixOS/nixpkgs/pull/111766
thelounge52 has quit [Ping timeout: 258 seconds]
Hank14 has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/79875644e08 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/5c7a370a208 (from 80 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
gustavderdrache has joined #nixos
nhs has joined #nixos
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111767 → ipfs-migrator: 1.7.0 -> 1.7.1 → https://github.com/NixOS/nixpkgs/pull/111767
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @misuzu opened pull request #111768 → nixos/gitlab-runner: warn about possible secrets leak → https://github.com/NixOS/nixpkgs/pull/111768
jonatanb has joined #nixos
ahmedelgabri has joined #nixos
zakame has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « scala: Replace VM test with installCheckPhase »: https://git.io/Jtuz6
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #111023 → scala: Replace VM test with installCheckPhase → https://github.com/NixOS/nixpkgs/pull/111023
jonatanb has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @NeQuissimus closed pull request #70207 → kafka: Remove old versions → https://github.com/NixOS/nixpkgs/pull/70207
<{^_^}> [nixpkgs] @NeQuissimus closed pull request #101219 → beats: Include dashboards, packetbeat → https://github.com/NixOS/nixpkgs/pull/101219
<{^_^}> [nixpkgs] @NeQuissimus closed pull request #101870 → linux: Allow extraMeta from top level → https://github.com/NixOS/nixpkgs/pull/101870
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #108013 → firefox: Add test references → https://github.com/NixOS/nixpkgs/pull/108013
cfricke has quit [Quit: WeeChat 3.0]
Jd007 has joined #nixos
nhs has joined #nixos
Sigma has joined #nixos
Rexiel has joined #nixos
euandreh has quit [Ping timeout: 272 seconds]
Rexiel has quit [Client Quit]
vidbina has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jakobrs closed pull request #85779 → nixos/libinput: Add package and xf86inputlibinput.package options → https://github.com/NixOS/nixpkgs/pull/85779
euandreh has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/JtugB
noudle has quit []
thelounge52 has joined #nixos
unkn has quit []
ahmedelgabri has quit [Ping timeout: 260 seconds]
anon1312[m] has joined #nixos
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
thelounge52 has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « xterm: 363 -> 364 »: https://git.io/JtugH
evanjs has joined #nixos
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
ahmedelgabri has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
acarrico has joined #nixos
slack1256 has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
hyper_ch2 has quit [Read error: Connection reset by peer]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111769 → libebur128: 1.2.4 -> 1.2.5 → https://github.com/NixOS/nixpkgs/pull/111769
warren1 has joined #nixos
growpotkin has joined #nixos
lesby has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
<evanjs> So my PR for licensor (https://github.com/raftario/licensor/pull/28) was merged, but I was wondering: should I point to the latest commit and use e.g. unstable-2021-02-03, or should I just add another fetchpatch invocation to pull in https://github.com/raftario/licensor/commit/d7bf2ace8fea590c943ddc01b98802d00a387c93?
<{^_^}> raftario/licensor#28 (by evanjs, 9 hours ago, merged): "Fix" integration test
arjen-jonathan has quit [Ping timeout: 258 seconds]
<evanjs> The latter approach seems to work fine, I just wasn't sure when it's good to use unstable, vs adding to a list of patches on a project that hasn't had any official releases in a while
<evanjs> and how many patches should be added before an unstable version should be considered, blah blah blah
vidbina has quit [Ping timeout: 246 seconds]
thelounge52 has joined #nixos
<{^_^}> [nix] @regnat pushed 9 commits to cache-getflake: https://git.io/Jtua0
rimjobber69 has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
rimjobber69 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @fabaff opened pull request #111770 → python3Packages.javaobj-py3: 0.4.1 -> 0.4.2 → https://github.com/NixOS/nixpkgs/pull/111770
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111771 → librepo: 1.12.1 -> 1.13.0 → https://github.com/NixOS/nixpkgs/pull/111771
respawn_ has joined #nixos
<adisbladis> evanjs: There is no one-size-fits-all answer
Izorkin has joined #nixos
<adisbladis> evanjs: It's really up to the package maintainers to decide
cfricke has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #83548 → nixopsUnstable: 1.7pre2764_932bf4 -> 2.0.0-pre → https://github.com/NixOS/nixpkgs/pull/83548
<evanjs> adisbladis: blargh. Well I see some dep updates including security, so I guess trying unstable couldn't hurt
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @evils closed pull request #73149 → rasdaemon: init at 0.6.4 → https://github.com/NixOS/nixpkgs/pull/73149
<evanjs> I'm almost always okay with it, but others have expressed concern before, and I wasn't sure if we have any rules of thumb or etc. re unstable versions and such
alexherbo2 has joined #nixos
erasmas has joined #nixos
<AmandaC> Is there any way to specify what command from a derevation to run using `nix run`?
KarlJoad has joined #nixos
<KarlJoad> Is there anyone here using a circuit simulator on NixOS? If so, can you link me to your setup? I can't get any of mine working.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111772 → libwacom: 1.7 -> 1.8 → https://github.com/NixOS/nixpkgs/pull/111772
orivej has joined #nixos
Hank14 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #111767 → ipfs-migrator: 1.7.0 -> 1.7.1 → https://github.com/NixOS/nixpkgs/pull/111767
<dutchie> AmandaC: if new/unstable/flake-enabled nix, you can do `nix shell nixpkgs#foo -c bar --opt arg`
mallox has joined #nixos
<dutchie> otherwise `nix run nixpkgs.foo -c bar --opt arg`
orivej has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111773 → lokalise2-cli: 2.6.2 -> 2.6.3 → https://github.com/NixOS/nixpkgs/pull/111773
warren1 has quit [Quit: WeeChat 3.0.1]
<AmandaC> ah
slack1256 has quit [Remote host closed the connection]
igghibu has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111774 → mark: 3.5 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/111774
<AmandaC> is there a flake equivilent to the #!/usr/bin/env nix-shell shebang stuff?
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #nixos
brandonhamilton has joined #nixos
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111775 → matterbridge: 1.21.0 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/111775
Qwerky has quit [Remote host closed the connection]
cfricke has quit [Quit: WeeChat 3.0]
hiro98 has quit [Ping timeout: 264 seconds]
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
ATuin has quit [Ping timeout: 272 seconds]
xps has quit [Ping timeout: 272 seconds]
orivej has joined #nixos
igghibu has quit [Quit: Textual IRC Client: www.textualapp.com]
<Orbstheorem> Can I use the security wrappers mechanism to give a program a capability (such as CAP_SYS_PTRACE) but still have it run with the only effective user equal to my user instead of root?
<eyJhb> KarlJoad: ngspice?
thelounge52 has quit [Ping timeout: 265 seconds]
a12l[m] is now known as a12l
hiro98 has joined #nixos
<noonien> does anyone run ephemeral nixos-containers from configuration.nix? if so, how do you manage your logs?
<Orbstheorem> noonien: `sudo journalctl --since=-5min -f -M foo-container` ?
DanC has joined #nixos
<noonien> i mean, services inside the container
<Orbstheorem> So, default journald stuff.
<Orbstheorem> Oh, I don't separate service logs from the container log.
<Orbstheorem> In my use-case, I'm usually interested on what the container has to say rather than an individual app.
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<b42> Orbstheorem: re capabilities: iirc yes, ping works like that
<noonien> i also make the containers ephemeral, and have bind mounts for persistent data, and i'd like to also save the logs for the difference services running inside
supersandro2000 has joined #nixos
<Orbstheorem> b42: Ping sets the euid to root no?
arjen-jonathan has joined #nixos
<Orbstheorem> Or does our wrapper do something different ?
<b42> Orbstheorem: the wrapper in /run/wrappers/bin/ doesn't seem to have setuid bit set (opposed to most of the other files)
<{^_^}> [nixpkgs] @evanjs opened pull request #111776 → licensor: "Fix" integration test for 2021 → https://github.com/NixOS/nixpkgs/pull/111776
<Orbstheorem> Fair point
<evanjs> adisbladis: alright, went with unstable because of the security updates and didn't feel like adding a third patch. will see if anybody objects :P
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111777 → minio: 2021-01-16T02-19-44Z -> 2021-02-01T22-56-52Z → https://github.com/NixOS/nixpkgs/pull/111777
<Orbstheorem> evanjs:"anybody"?
ahmedelgabri has joined #nixos
<evanjs> Orbstheorem: maintainers, reviewers, etc. lol
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111778 → minio-client: 2021-01-16T02-45-34Z -> 2021-01-30T00-50-42Z → https://github.com/NixOS/nixpkgs/pull/111778
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109626 → darwin: add impure-cmds → https://github.com/NixOS/nixpkgs/pull/109626
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111728 → python3Packages.pylxd: init at 2.3.0 → https://github.com/NixOS/nixpkgs/pull/111728
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111621 → rt{audio,midi}: refactor → https://github.com/NixOS/nixpkgs/pull/111621
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111453 → mpich: 3.2.2 -> 3.4.1 → https://github.com/NixOS/nixpkgs/pull/111453
ahmedelgabri has quit [Ping timeout: 272 seconds]
Oslander has left #nixos ["https://quassel-irc.org - Chat comfortably. Anywhere."]
<{^_^}> [nix] @edolstra merged pull request #4514 → Include note about type of catched errors in tryEval documentation → https://github.com/NixOS/nix/pull/4514
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111779 → mob: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/111779
brandonhamilton has quit [Ping timeout: 258 seconds]
attila_lendvai has joined #nixos
philr has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @Luflosi opened pull request #111780 → pinentry-mac: name -> pname → https://github.com/NixOS/nixpkgs/pull/111780
<{^_^}> [nixpkgs] @zimbatm merged pull request #111766 → influxdb: 1.8.3 -> 1.8.4 → https://github.com/NixOS/nixpkgs/pull/111766
thelounge52 has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/79875644e08 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111781 → musikcube: 0.96.4 -> 0.96.5 → https://github.com/NixOS/nixpkgs/pull/111781
ManiacOfMadness has joined #nixos
thelounge52 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Luflosi opened pull request #111782 → fetchgit: escape dot in regex → https://github.com/NixOS/nixpkgs/pull/111782
lsix1 has quit [Ping timeout: 258 seconds]
lsix1 has joined #nixos
<KarlJoad> eyJhb: I haven't really tried that one yet, because I just needed quick simulations, but I guess I'll have to devote time to learning SPICE.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111783 → namecoind: nc0.20.1 -> nc0.21.0.1 → https://github.com/NixOS/nixpkgs/pull/111783
<eyJhb> Isn't SPICE the go-to standard ?
<{^_^}> [nixpkgs] @mweinelt merged pull request #111661 → home-assistant dependencies → https://github.com/NixOS/nixpkgs/pull/111661
<{^_^}> [nixpkgs] @mweinelt merged pull request #111760 → home-assistant: list outdated libs in parse-requirements.py → https://github.com/NixOS/nixpkgs/pull/111760
<{^_^}> [nixpkgs] @primeos pushed to master « intel-media-driver: 21.1.0 -> 21.1.1 »: https://git.io/Jtu6L
<veleiro> is there a physical copy of the thesis to buy somewhere hehe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111784 → ncspot: 0.3.0 -> 0.4.0 → https://github.com/NixOS/nixpkgs/pull/111784
<{^_^}> [nixpkgs] @mweinelt opened pull request #111785 → home-assistant: 2021.1.5 -> 2021.2.0 → https://github.com/NixOS/nixpkgs/pull/111785
<{^_^}> [nixpkgs] @flokli opened pull request #111786 → systemd: 247.2 -> 247.3 → https://github.com/NixOS/nixpkgs/pull/111786
<{^_^}> [nixpkgs] @kalbasit merged pull request #111774 → mark: 3.5 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/111774
vidbina has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111734 → perlPackages.EmailStuffer: init at 0.018 → https://github.com/NixOS/nixpkgs/pull/111734
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111787 → nfs-ganesha: 3.4 -> 3.5 → https://github.com/NixOS/nixpkgs/pull/111787
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #111772 → libwacom: 1.7 -> 1.8 → https://github.com/NixOS/nixpkgs/pull/111772
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111788 → node-problem-detector: 0.8.5 -> 0.8.6 → https://github.com/NixOS/nixpkgs/pull/111788
dnlkrgr has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #111789 → isync: 1.3.3 -> 1.3.4 → https://github.com/NixOS/nixpkgs/pull/111789
lsix1 has quit [Ping timeout: 264 seconds]
jluttine has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
davidv7 has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 246 seconds]
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111790 → nwg-launchers: 0.4.3 -> 0.4.4 → https://github.com/NixOS/nixpkgs/pull/111790
jluttine has quit [Ping timeout: 246 seconds]
dnlkrgr has quit [Read error: Connection reset by peer]
madmaurice has joined #nixos
respawn_ has quit [Quit: Leaving]
saschagrunert has quit [Quit: Leaving]
<jmercouris> what's the length again for the number of 0's in a sha256?
<madmaurice> 52
<Yaniel> in which encoding
<jmercouris> thanks
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #111787 → nfs-ganesha: 3.4 -> 3.5 → https://github.com/NixOS/nixpkgs/pull/111787
meh` has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111791 → agate: init at 2.3.0 → https://github.com/NixOS/nixpkgs/pull/111791
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #nixos
noudle has joined #nixos
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #111792 → patroni: disable → https://github.com/NixOS/nixpkgs/pull/111792
xps has joined #nixos
jonatanb has joined #nixos
jiribenes has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #111720 → patroni: 1.6.5 -> 2.0.1 → https://github.com/NixOS/nixpkgs/pull/111720
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #110501 → agda.withPackages: use GHC with ieee754 as default → https://github.com/NixOS/nixpkgs/pull/110501
<{^_^}> [nixpkgs] @mattchrist closed pull request #111674 → retroarch: 1.8.5 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/111674
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #110512 → Agda don't install Everything module → https://github.com/NixOS/nixpkgs/pull/110512
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #110830 → agdaPackages.standard-library: 1.4 -> 1.5 → https://github.com/NixOS/nixpkgs/pull/110830
<gurkan[m]> I am currently using element web and can't see older messages in this channel. Could you recommend any matrix client if you don't have problems scrolling up
lsix1 has joined #nixos
asheshambasta has quit [Ping timeout: 272 seconds]
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
berberman_ has joined #nixos
berberman has quit [Ping timeout: 258 seconds]
jluttine has joined #nixos
<{^_^}> [nixpkgs] @oxalica opened pull request #111793 → osu-lazer: 2020.1225.0 -> 2021.129.0 → https://github.com/NixOS/nixpkgs/pull/111793
ahmedelgabri has joined #nixos
d3od has joined #nixos
<Ankhers> How can I specify my shell.nix file to use a specific version of the nix repo?
thelounge52 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/dfab15bd086 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @dotlambda closed pull request #111792 → patroni: disable → https://github.com/NixOS/nixpkgs/pull/111792
<infinisil> Ankhers: You actually mean nix, not nixpkgs?
<{^_^}> [nixpkgs] @jonringer merged pull request #111648 → zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111648
zupo has joined #nixos
lsix1 has quit [Ping timeout: 260 seconds]
<gchristensen> I'm confused, I can't nix-instantiate this .nix expression which specifies meta for a derivation: https://gist.github.com/grahamc/f50de4a5d117fae282a78bae48cf36d9 it complains that I can't coerce a set to a string. any ideas what I'm doing wrong here?
o1lo01ol_ has quit [Ping timeout: 240 seconds]
thelounge52 has quit [Ping timeout: 265 seconds]
cole-h has joined #nixos
<{^_^}> [nixpkgs] @MayNiklas opened pull request #111794 → plex: 1.21.1.3876-3c3adfcb4 -> 1.21.2.3943-a91458577 → https://github.com/NixOS/nixpkgs/pull/111794
<infinisil> gchristensen: meta is a mkDerivation field that doesn't get passed to the underlying derivation call
<gchristensen> oh, it gets merged in to the derivation's attribute set after the fact?
<infinisil> Yeah
<infinisil> Like passthru
<gchristensen> gotcha, thanks!
<infinisil> :)
ATuin has joined #nixos
<gchristensen> trickys :)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111795 → openlibm: 0.7.3 -> 0.7.4 → https://github.com/NixOS/nixpkgs/pull/111795
jluttine has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #111740 → chromium: 88.0.4324.96 -> 88.0.4324.146 → https://github.com/NixOS/nixpkgs/pull/111740
ahmedelgabri has quit [Ping timeout: 272 seconds]
mallox has quit [Quit: WeeChat 3.0]
dkibi has joined #nixos
Qwerky has joined #nixos
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @hmenke opened pull request #111796 → zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111796
thongpv87 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111797 → openxr-loader: 1.0.13 -> 1.0.14 → https://github.com/NixOS/nixpkgs/pull/111797
ahmedelgabri has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @anmonteiro opened pull request #111798 → ocamlPackages.ssl: 0.5.9 -> 0.5.10 → https://github.com/NixOS/nixpkgs/pull/111798
jluttine has joined #nixos
ahmed_elgabri has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
alexherbo2 has quit [Ping timeout: 256 seconds]
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111799 → osmium-tool: 1.13.0 -> 1.13.1 → https://github.com/NixOS/nixpkgs/pull/111799
<Ankhers> infinisil: Quite possibly. I just want the most recent version of docker to test if the error is coming from the old version or if it is something else.
lsix1 has joined #nixos
simba1 has joined #nixos
nhs has joined #nixos
<infinisil> Oh yeah that's nixpkgs where all the packages come from
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @LeSuisse opened pull request #111800 → [20.09] libqb: 0.17.2 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111800
nhs has quit [Ping timeout: 272 seconds]
<infinisil> Ankhers: The nix expressions you're using determines where it comes from. In case you use `<nixpkgs>`, it uses the nixpkgs from your NIX_PATH, which probably comes from your channels
<jtojnar> gurkan: element web shows history for me, when did you join the channel?
<jtojnar> some rooms will only show you history after you have joined
<infinisil> Ankhers: You can however pin nixpkgs to a specific version with the nix expression too, see https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs
mmohammadi9812 has quit [Remote host closed the connection]
mmohammadi9812 has joined #nixos
<jtojnar> * some rooms will only show you history from the time you have joined
<{^_^}> [nixpkgs] @ryantm closed pull request #111763 → helmfile: 0.138.1 -> 0.138.2 → https://github.com/NixOS/nixpkgs/pull/111763
<{^_^}> [nixpkgs] @ryantm reopened pull request #111763 → helmfile: 0.138.1 -> 0.138.2 → https://github.com/NixOS/nixpkgs/pull/111763
<{^_^}> [nixpkgs] @ryantm merged pull request #111763 → helmfile: 0.138.1 -> 0.138.2 → https://github.com/NixOS/nixpkgs/pull/111763
<Ankhers> infinisil: Thanks!
<{^_^}> [nixpkgs] @primeos merged pull request #111645 → iputils: 20200821 -> 20210202 → https://github.com/NixOS/nixpkgs/pull/111645
thelounge52 has quit [Ping timeout: 240 seconds]
<justanotheruser> isn't there a tool to create pypi derivations automatically?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111801 → papirus-icon-theme: 20210101 -> 20210201 → https://github.com/NixOS/nixpkgs/pull/111801
<{^_^}> [nixpkgs] @twhitehead opened pull request #111802 → nixos/stage1: chroot stage 2 init exists check so symlink resolve → https://github.com/NixOS/nixpkgs/pull/111802
<justanotheruser> pynixify
antholop[m] has joined #nixos
hiro98 has quit [Remote host closed the connection]
nhs has joined #nixos
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111803 → particl-core: 0.19.1.1 -> 0.19.2.3 → https://github.com/NixOS/nixpkgs/pull/111803
mario6221[m] has joined #nixos
<l-as> does anyone here know of a way to specify a file other than default.nix when building from a .tar.gz archive?
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/d1f97a5eb51 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
kana has joined #nixos
lsix1 has quit [Ping timeout: 272 seconds]
<gurkan[m]> Jan Tojnar: If you're asking when I've joined first: a week ago or so, can't remember. Every time when I open element, I can't see older messages than my last login time minus ~20 messages.
<cole-h> l-as: I believe the answer is no.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111804 → pcb2gcode: 2.1.0 -> 2.2.2 → https://github.com/NixOS/nixpkgs/pull/111804
<l-as> Thanks, that is unfortunate
<ATuin> j #guix
<ATuin> ops
<KarlJoad> eyJbh: SPICE may be standard, but I was using QUCS for my simple circuit simulations before (before I switched to NixOS). Now I can't get that particular program to simulate successfully.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111806 → pcm: 202011 -> 202101 → https://github.com/NixOS/nixpkgs/pull/111806
<ronthecookie> a package build exploded on unstable, shall i make a issue on nixpkgs?
<cole-h> Sure. You can also try to fix it ;)
<cole-h> But yeah, an issue (if one doesn't already exist) sounds like a good idea.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111758 → rclone-browser: use Qt 5.15 → https://github.com/NixOS/nixpkgs/pull/111758
jmeredith has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111770 → python3Packages.javaobj-py3: 0.4.1 -> 0.4.2 → https://github.com/NixOS/nixpkgs/pull/111770
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111757 → texworks: use Qt 5.15 → https://github.com/NixOS/nixpkgs/pull/111757
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111754 → ghostwriter: 2.0.0-rc3 -> 2.0.0-rc4 → https://github.com/NixOS/nixpkgs/pull/111754
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111753 → taskwarrior-tui: 0.9.5 -> 0.9.6 → https://github.com/NixOS/nixpkgs/pull/111753
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111751 → smenu: 0.9.16 -> 0.9.17 → https://github.com/NixOS/nixpkgs/pull/111751
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111748 → sfeed: 0.9.20 -> 0.9.21 → https://github.com/NixOS/nixpkgs/pull/111748
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111747 → calcurse: include oauth2client package → https://github.com/NixOS/nixpkgs/pull/111747
kolaente_ has joined #nixos
<kolaente_> Has anyone here have tried getting the Browserstack local testing binary to work under nixos?
<ronthecookie> cole-h: does CI not run on all packages in unstable?
<cole-h> ronthecookie: CI runs on all PRs, ever.
<ronthecookie> oh i was looking at the github ci and not at hydra, ooopsie
vidbina has quit [Ping timeout: 256 seconds]
<cole-h> However, it only builds the changed package and its maybe-existent associated tests. It's possible bumping package A breaks package B that depends on package A.
thelounge52 has joined #nixos
noudle has quit []
BaughnLogBot has quit [Ping timeout: 246 seconds]
jess has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #111807 → python3Packages.xboxapi: init at 2.0.1 → https://github.com/NixOS/nixpkgs/pull/111807
<veleiro> is there any updated version of the thesis paper or does it still work from 15 years back
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111780 → pinentry-mac: name -> pname → https://github.com/NixOS/nixpkgs/pull/111780
Qwerky has quit [Remote host closed the connection]
thelounge52 has quit [Ping timeout: 276 seconds]
<cole-h> Pretty sure the thesis remains unchanged
jess| has joined #nixos
<veleiro> i'm printing the whole thing out today lol
<veleiro> hole punching, binding it
<cole-h> ,thesis
<veleiro> i was looking for physical reading material for nix but it doesnt exist, then i realized there's a lot i still need to go over and how much there is in that paper
<l-as> you can just print the manuals can't you
jess| is now known as jess
<veleiro> hey thats a good idea too
<veleiro> lol
ahmedelgabri has joined #nixos
kolaente_ has quit [Quit: WeeChat 2.9]
<l-as> Does anyone here know if the examples for `nix eval` are supposed to fail when using flakes? `nix eval nixpkgs#hello` says `flake 'flake:nixpkgs' does not provide attribute 'packages.aarch64-linux.defaultPackage.aarch64-linux', 'legacyPackages.aarch64-linux.defaultPackage.aarch64-linux' or 'defaultPackage.aarch64-linux'`.
<veleiro> i'm having a problem with up to date nixpkgs and aarch64 as well
<veleiro> "No Android SDK tarballs are available for system architecture: aarch64-linux" and i dont have any android stuff in my config
ahmed_elgabri has quit [Ping timeout: 264 seconds]
lsix1 has joined #nixos
<l-as> I had that when I tried to use adb on aarch64
<l-as> I think you can try looking at the dependency graph for your system and see what's wrong
<l-as> `nix-store -q --tree $(nix-instantiate '<nixpkgs/nixos>' -A system)` IIRC
fendor has quit [Remote host closed the connection]
<jtojnar> gurkan: weird. For me, today, it is much slower than the already slow usual but I can still scroll to months ago.
juliusdeane has joined #nixos
<juliusdeane> any reason why appimage-run would complain "Not an AppImage file" ?
<juliusdeane> I'm trying to run a file that most certainly _is_ an AppImage
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111808 → procs: 0.11.1 -> 0.11.3 → https://github.com/NixOS/nixpkgs/pull/111808
<ronthecookie> cole-h: do i just write the package name in "# a list of nixpkgs attributes affected by the problem"?
<cole-h> Sure. I'd also put it in the issue title somewhere to make it apparent.
<{^_^}> [nixpkgs] @ryantm merged pull request #111799 → osmium-tool: 1.13.0 -> 1.13.1 → https://github.com/NixOS/nixpkgs/pull/111799
nfip^ has quit []
<{^_^}> [nixpkgs] @das-g opened pull request #111809 → osmium-tool: add meta.changelog → https://github.com/NixOS/nixpkgs/pull/111809
fendor has joined #nixos
<{^_^}> [nixpkgs] @gleber closed pull request #63667 → openjdk8: swtich darwin to adoptopenjdk8 at jdk8u212-b04 → https://github.com/NixOS/nixpkgs/pull/63667
<ronthecookie> lets see how far behind {^_^} is
simba1 has quit [Ping timeout: 240 seconds]
<ronthecookie> oh does it not announce issues?
<gchristensen> it doesn't
<gchristensen> that would be too much :')
koldbyte has joined #nixos
<ronthecookie> :P
<koldbyte> Hey guys, I need a quick help. I want to upgrade one of the kodi plugins - https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/video/kodi/plugins.nix#L408
<koldbyte> Is there any doc specifying how to first rebuild and test the changes?
<koldbyte> sorry, if its obvious, I am new to nixos.
thelounge52 has joined #nixos
bvdw4 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111811 → protolock: 0.15.0 -> 0.15.1 → https://github.com/NixOS/nixpkgs/pull/111811
ahmedelgabri has quit [Ping timeout: 260 seconds]
juliusdeane has quit [Quit: ERC (IRC client for Emacs 27.1)]
bvdw4 has joined #nixos
lsix1 has quit [Ping timeout: 260 seconds]
ahmedelgabri has joined #nixos
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111812 → pwsafe: 3.53.0 -> 3.55.0 → https://github.com/NixOS/nixpkgs/pull/111812
fendor_ has joined #nixos
tsrt^ has joined #nixos
koldbyte has quit [Quit: Konversation terminated!]
<{^_^}> [hydra] @grahamc merged pull request #856 → Fix check in jobsets → https://github.com/NixOS/hydra/pull/856
fendor has quit [Ping timeout: 264 seconds]
lsix1 has joined #nixos
BaughnLogBot has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111813 → qpdf: 10.0.4 -> 10.1.0 → https://github.com/NixOS/nixpkgs/pull/111813
simonpe^1 has quit [Remote host closed the connection]
zupo has quit [Ping timeout: 258 seconds]
ATuin has quit [Ping timeout: 258 seconds]
jjakob has quit [Quit: Either I'm rebooting or Quassel died again.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111814 → qtstyleplugin-kvantum-qt4: 0.16.0 -> 0.18.0 → https://github.com/NixOS/nixpkgs/pull/111814
zupo has joined #nixos
jjakob has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @bjornfor merged pull request #110326 → bazarr: 0.9.0.7 -> 0.9.0.8 → https://github.com/NixOS/nixpkgs/pull/110326
ahmed_elgabri has joined #nixos
<clever> ,locate brcmfmac43012-sdio.bin
<{^_^}> Couldn't find in any packages
ahmedelgabri has quit [Ping timeout: 272 seconds]
thelounge52 has joined #nixos
<noonien> how can i refer to a path that has a @ in it?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111815 → rar2fs: 1.29.2 -> 1.29.4 → https://github.com/NixOS/nixpkgs/pull/111815
madmaurice has quit [Quit: Leaving]
Kozova1 has joined #nixos
johnw has joined #nixos
<samueldr> noonien: builtins.toPath "/a@a/"
thelounge52 has quit [Ping timeout: 246 seconds]
<samueldr> uh
<samueldr> > builtins.toPath "/a@a/"
<{^_^}> "/a@a"
<noonien> can it be a relative path?
<{^_^}> [nixpkgs] @mweinelt opened pull request #111816 → openldap: 2.4.56 -> 2.4.57 → https://github.com/NixOS/nixpkgs/pull/111816
<samueldr> > builtins.toPath ./. + "/a@a/" # noonien yes
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> "/var/lib/nixbot/state/nixpkgs/a@a/"
<noonien> hmm
<noonien> > ./. + "/a@a/"
<{^_^}> /var/lib/nixbot/state/nixpkgs/a@a
<samueldr> or uh like that yeah
<noonien> didn't think that would work, thanks!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111817 → rclone: 1.53.4 -> 1.54.0 → https://github.com/NixOS/nixpkgs/pull/111817
seku has joined #nixos
lsix1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111818 → rcon: 0.5 -> 0.6 → https://github.com/NixOS/nixpkgs/pull/111818
<{^_^}> [nixpkgs] @das-g opened pull request #111819 → osm2pgsql: 1.4.0 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/111819
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111820 → react-native-debugger: 0.11.5 -> 0.11.7 → https://github.com/NixOS/nixpkgs/pull/111820
endformationage has joined #nixos
lsix1 has joined #nixos
<infinisil> samueldr: toPath is deprecated, shouldn't be used
attila_lendvai has quit [Ping timeout: 258 seconds]
arjen-jonathan has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111821 → reddsaver: 0.2.2 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/111821
<{^_^}> [nixpkgs] @ryantm merged pull request #111803 → particl-core: 0.19.1.1 -> 0.19.2.3 → https://github.com/NixOS/nixpkgs/pull/111803
<samueldr> infinisil: oh right, always forget about it
<samueldr> things being deprecated without much fanfare :/
<samueldr> and it doesn't compare to `0 + "99"` to get 99
philr has joined #nixos
<samueldr> why is it deprecated already?
zakame has quit [Ping timeout: 258 seconds]
acarrico has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111822 → resvg: 0.12.0 -> 0.13.1 → https://github.com/NixOS/nixpkgs/pull/111822
<gchristensen> toPath is old and mysterious and doesn't really dowhat people think, I think
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111823 → rhash: 1.4.0 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/111823
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #111824 → ryujinx: 1.0.6448 -> 1.0.6498 → https://github.com/NixOS/nixpkgs/pull/111824
d3od has quit [Remote host closed the connection]
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111825 → richgo: 0.3.3 -> 0.3.6 → https://github.com/NixOS/nixpkgs/pull/111825
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111826 → rng-tools: 6.9 -> 6.11 → https://github.com/NixOS/nixpkgs/pull/111826
ashkitten has joined #nixos
worldofpeace has joined #nixos
nicoo has joined #nixos
worldofpeace has quit [Changing host]
nicoo has quit [Changing host]
<{^_^}> [nixpkgs] @fabaff opened pull request #111827 → python3Packages.solax: init at 0.2.5 → https://github.com/NixOS/nixpkgs/pull/111827
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
erasmas has quit [Quit: leaving]
bvdw48 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 258 seconds]
fendor_ has quit [Read error: Connection reset by peer]
hyper_ch2 has quit [Read error: Connection reset by peer]
zakame has joined #nixos
BaughnLogBot has quit [Ping timeout: 276 seconds]
seku has quit [Quit: Ping timeout (120 seconds)]
hyper_ch2 has joined #nixos
fendor__ has joined #nixos
BaughnLogBot_ has joined #nixos
bvdw4 has quit [Read error: Connection reset by peer]
BaughnLogBot_ is now known as BaughnLogBot
fendor__ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111828 → rpm-ostree: 2020.8 -> 2021.1 → https://github.com/NixOS/nixpkgs/pull/111828
nhs has quit [Ping timeout: 258 seconds]
jonringer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111829 → rssguard: 3.8.3 -> 3.8.4 → https://github.com/NixOS/nixpkgs/pull/111829
aasg has joined #nixos
spudly1 has quit [Read error: Connection reset by peer]
spudly- has joined #nixos
spudly- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111830 → rtsp-simple-server: 0.12.2 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/111830
spudly1 has joined #nixos
spudly- is now known as spudly
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
quinn has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #111801 → papirus-icon-theme: 20210101 -> 20210201 → https://github.com/NixOS/nixpkgs/pull/111801
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111831 → samurai: 1.1 -> 1.2 → https://github.com/NixOS/nixpkgs/pull/111831
thelounge52 has quit [Ping timeout: 240 seconds]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
KarlJoad has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @fabaff opened pull request #111832 → python3Packages.praw: 7.1.0 -> 7.1.2 → https://github.com/NixOS/nixpkgs/pull/111832
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @mweinelt opened pull request #111833 → wpa_supplicant: fix for security advisory 2020-2 → https://github.com/NixOS/nixpkgs/pull/111833
nhs has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
hyper_ch2 has quit [Read error: Connection reset by peer]
lsix1 has quit [Remote host closed the connection]
lsix1 has joined #nixos
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111834 → sd-local: 1.0.17 -> 1.0.20 → https://github.com/NixOS/nixpkgs/pull/111834
nhs has quit [Ping timeout: 240 seconds]
<alienpirate5> i'm on my server and nixos-rebuild segfaults
<alienpirate5> how can i determine where this happens
<alienpirate5> I ran it with `-vvvvv`, here's the output:
<alienpirate5> https://paste.rs/j3t
<alienpirate5> dmesg has the following entry: `nixos-rebuild[1334]: segfault at 61c700000000 ip 000061c73d26c9ec sp 00007d3ef2115a70 error 4 in ld-2.32.so[61c73d25e000+20000]`
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111836 → seaweedfs: 2.14 -> 2.23 → https://github.com/NixOS/nixpkgs/pull/111836
nhs has joined #nixos
hyiltiz has quit [Ping timeout: 264 seconds]
<cole-h> alienpirate5: Try running with GC_DONT_GC=1
<alienpirate5> update : `file` segfaults
<colemickens> time to check disk/mem
<cole-h> yikes
<alienpirate5> i'm pretty sure that it's because everything is linked to glibc 2.32 but it's for some reason being loaded with glibc 2.31
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111837 → semver-tool: 2.1.0 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/111837
gxt has quit [Ping timeout: 268 seconds]
<alienpirate5> <colemickens "time to check disk/mem"> i can't actually do that, this is a VM hosted by Oracle
<colemickens> Oh, interesting.
<colemickens> Is this is a NixOS image or something else you're running Nix on?
<alienpirate5> This is a NixOS image
jybs has joined #nixos
thelounge52 has joined #nixos
lsix1 has quit [Ping timeout: 258 seconds]
nhs has quit [Ping timeout: 265 seconds]
Rusty1 has joined #nixos
zaeph has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111838 → sensu-go-agent: 6.1.2 -> 6.2.3 → https://github.com/NixOS/nixpkgs/pull/111838
gxt has joined #nixos
jimmiehansson has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mateon1 has joined #nixos
kana has quit [Quit: WeeChat 3.0.1]
thelounge52 has quit [Ping timeout: 264 seconds]
hyiltiz has joined #nixos
gustavderdrache has joined #nixos
zaeph has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111839 → shipyard: 0.1.17 -> 0.1.18 → https://github.com/NixOS/nixpkgs/pull/111839
zaeph has joined #nixos
<fuiltilt> How do I get the X11 manpages installed under NixOS? I've been looking through nixpkgs but can't find anything.
<immae> fuiltilt: does xorg.xorgdocs contains what you want?
<clever> fuiltilt: https://gist.github.com/cleverca22/b8f9f73372fe4585d29706c7a9fd83c8#file-gistfile1-txt-L13-L19 is how i got a range of man pages, but i dont know if X is within that set
<{^_^}> [nixpkgs] @lxea opened pull request #111840 → gonic: 0.11.0 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/111840
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111841 → shotcut: 20.11.28 -> 21.01.29 → https://github.com/NixOS/nixpkgs/pull/111841
nhs has joined #nixos
<immae> Or xorg.libX11.man seems much more complete (although I have no clue what number of man pages one might expect from X11)
gxt has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111842 → sickgear: 0.23.5 -> 0.23.10 → https://github.com/NixOS/nixpkgs/pull/111842