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
cosimone has quit [Quit: cosimone]
__monty__ has quit [Quit: leaving]
supersandro2000 has quit [Disconnected by services]
teto has quit [Ping timeout: 264 seconds]
supersandro2000 has joined #nixos
lordcirth__ has quit [Ping timeout: 260 seconds]
rb2k has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @thiagokokada opened pull request #108625 → nixos/redshift: use config file instead of passing parameters → https://git.io/JLAKI
lordcirth has joined #nixos
philr has joined #nixos
Jd007 has quit [Quit: Jd007]
acarrico has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #104195 → svt-av1: init at 0.8.6 // ffmpeg-full: enable svt-av1 → https://git.io/Jk0fN
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JLAKG
lordcirth__ has joined #nixos
sterni[m] has joined #nixos
lordcirth has quit [Ping timeout: 260 seconds]
<fuzzypixelz> the nix manual says: "e .attrpath[ or def ] Select attribute denoted by the attribute path attrpath from set e. (An attribute path is a dot-separated list of attribute names.)
<fuzzypixelz> could someone explain this to me?
<gchristensen> > { hello = "hi" }
<{^_^}> error: syntax error, unexpected '}', expecting ';', at (string):460:16
<gchristensen> > { hello = "hi"; }
<{^_^}> { hello = "hi"; }
<gchristensen> > { hello = "hi"; }.hello
<{^_^}> "hi"
<gchristensen> > { hello = "hi"; }.hello ? "default"
<{^_^}> false
<gchristensen> > { hello = "hi"; }.hello or "default"
<{^_^}> "hi"
<gchristensen> > { hello = "hi"; }.goodbye or "default"
<{^_^}> "default"
<gchristensen> fuzzypixelz: ^
<gchristensen> the `?` one was a mistake
<fuzzypixelz> I don't get what's a "dot-separated list of attribute names"
<fuzzypixelz> > { a = 2; b = 42; }.[a.b]
<{^_^}> error: syntax error, unexpected '[', expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):460:20
<fuzzypixelz> oh wait I'm silly
<gchristensen> { a = { b = "hi"; }; }.a.c or "hi"
<gchristensen> > { a = { b = "hi"; }; }.a.c or "hi"
<{^_^}> "hi"
<fuzzypixelz> *facepalm*
rb2k has joined #nixos
<gchristensen> I wonder ...
<gchristensen> > { a = { b = "hi"; }; }.b.c or "hi"
<{^_^}> "hi"
<gchristensen> HUH!
<fuzzypixelz> > { a = { b = "hello"; }; }.a.b or "hi"
<{^_^}> "hello"
<fuzzypixelz> > { a = { b = "hello"; }; }.x.b or "hi"
<{^_^}> "hi"
<fuzzypixelz> > { a = { b = "hello"; }; }.a.y or "hi"
<{^_^}> "hi"
<fuzzypixelz> gchristensen: thanks!
<{^_^}> [nixpkgs] @superherointj closed pull request #108584 → vscode-extensions.donjayamanne.githistory: init at 0.6.14 → https://git.io/JLATN
<fuzzypixelz> Haha! nix has logical implication! Never seen that before
<gchristensen> oh yeah, used often in asserts
<fuzzypixelz> how does nix internally recognize what a derivation is?
<fuzzypixelz> is it a primitive type?
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
palo1 has joined #nixos
<{^_^}> [nixpkgs] @asbachb opened pull request #108626 → nufraw: init at 0.43-3 → https://git.io/JLAK1
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<bqv> oh awesome, pipewire seems to put alsa back in charge of audio mixing
<bqv> i like that
<Yaniel> does it?
<bqv> does for me. i opened alsamixer and i can switch to my card, and change volume on everything, and it changes the pulseaudio volume
<bqv> it does seem to map oddly though. e.g. my alsa volume at 38% puts pulse at 8%
Jd007 has joined #nixos
ransom has joined #nixos
<Yaniel> oh, well that says nothing
<Yaniel> because pipewire can masquerade as alsa for applications
<bqv> yeah i know, that's my point
<veleiro> can someone give me some advice about how to go about solving this error?
<Yaniel> that's quite the opposite of "putting alsa back in charge"
<bqv> with pulse, i couldn't use alsa to control pulse volume because they're separate
<veleiro> its using flakes config (nixflk) with home-manager
<bqv> now i can use all the alsa utilities for mixing
mbrgm_ has joined #nixos
<bqv> without worrying about having to manage pulse's expectations
<Yaniel> it just makes both alsa and pulse (and jack) act as frontends to the same audio server
<veleiro> but i have no idea how to get more stack-trace in nix 2.4
<veleiro> or some way to get more of an idea about what's failing exactly
<bqv> well ok you can be picky with phrasing
mbrgm has quit [Ping timeout: 258 seconds]
<bqv> point being, i can uninstall pulseaudio-ctl now
mbrgm_ is now known as mbrgm
<veleiro> stuck on this for days
<Yaniel> yea, it's amazing that it all works together as seamlessly as it does
<{^_^}> [nixpkgs] @petabyteboy opened pull request #108627 → linux: build with multipath tcp support → https://git.io/JLA65
rajivr has joined #nixos
bkv has joined #nixos
<bkv> whoops
bqv has quit [Ping timeout: 268 seconds]
<bkv> powercut
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108628 → thonny: 3.3.1 -> 3.3.2 → https://git.io/JLAiv
bkv is now known as bqv
<energizer> currently does using pipewire mean you're using alsa + pulse + pipewire? or is it possible to use pipewire without those?
<bqv> you can turn them on piecemeal
<bqv> i just happened to turn on alsa,pulse,and jack compatibility
<bqv> cause why the hell not
<energizer> i mean will stuff work if im not using alsa/pulse/jack?
<Yaniel> pipewire has its own interface
<Yaniel> and it has compat shims for pulse, alsa and jack
fuzzypixelz has quit [Ping timeout: 265 seconds]
<Yaniel> but I don't think there are many things that can use the pipewire interface directly yet
<bqv> i couldn't find anything that could
acarrico has joined #nixos
<Yaniel> the compat shims just make the applications think they are talking to whatever they used to but pipe everything to the pipewire server instead
<Yaniel> gstreamer AFAIK supports pipewire out of the box so anything based on that should work I guess
<Yaniel> assuming it's up to date
domogled has joined #nixos
fuzzypixelz has joined #nixos
<bqv> is there a volume utility based on gstreamer?
Jd007 has quit [Quit: Jd007]
aswanson has quit [Ping timeout: 256 seconds]
<donofrio> lukegb, any thoughts about youtube-dl without borking pianobar?
Jd007 has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
<bqv> awesome
<bqv> that reboot seems to have killed it
<bqv> now pipewire's broken again
<bqv> god bless technology
<Yaniel> is your user in the audio group
<bqv> groups says yes
<bqv> i can see stuff moving in pavucontrol, and change volume in that and alsamixer
<bqv> but no actual sound
<Yaniel> default output wrong?
<bqv> nope
<energizer> is pipewire emulating jack or actually using it?
<bqv> wierd, works in my headphones
<bqv> oh
<bqv> nevermind, powercut had also put my subwoofer on bluetooth mode
lucidpossum961 has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout opened pull request #108629 → spago: 0.18 -> 0.19 → https://git.io/JLAi0
kalbasit has joined #nixos
ZaraChimera has joined #nixos
<bqv> energizer: I can test, if you tell me how
danielbarter has joined #nixos
<Yaniel> pipewire offers a replacement libjack.so
<ZaraChimera> I'm looking to do a multiboot system with Windows 10, openSUSE and NixOS. According to the Wiki, os-prober will add the entries automatically. Would there be an issue with it on an MBR system? My BIOS doesn't support UEFI.
<Yaniel> if you set the `services.pipewire.jack = true;` option in configuration.nix
<energizer> bqv: % nix-shell -p pipewire --run 'nix-store -qR $(which pipewire)' | grep jack -> /nix/store/fz3ll5pivnsalmixjabwm7g2k1b4hc5k-libjack2-1.9.16 so i guess it does use jack
<fuzzypixelz> it's funny how no linux distro packages eclipse (because they have this installer thingy) except nix
<fuzzypixelz> not even ubuntu, "just use snap"
<Yaniel> energizer: that sounds wrong
<energizer> Yaniel: what does that output mean then?
slack1256 has joined #nixos
<Yaniel> it does pull in the libjack package, I guess for headers
<Yaniel> but I also see /nix/store/sir368khac0k1s1fgwvxs9cjxxi4zl26-pipewire-0.3.18-jack which contains the replacement libs
<Yaniel> and there's pw-jack which puts those replacements to the front of LD_LIBRARY_PATH
<lukegb> donofrio: my only real thought is to try a python build without optimizations
<Yaniel> ZaraChimera: on a MBR system I don't think anything will change from how you would have to do it in the past
<Yaniel> i.e. os-prober should handle it
Volk has quit [Quit: See you next time!]
<ZaraChimera> Good to know. Thank you.
Volk has joined #nixos
slack1256 has quit [Remote host closed the connection]
<lukegb> donofrio: if you drop something like https://gist.github.com/lukegb/aa76a4957b46bc95bdb75d92316ccc5e into a shell.nix (make a new directory somewhere), and then run `nix-shell --option substitute false` - does the youtube-dl you get out of that work or does it still crash
<Yaniel> energizer: looks like pipewire-jack includes some jack headers for types
<energizer> cool
<Yaniel> I don't think it needs anything from there at runtime though
jmeredith has quit [Quit: Connection closed for inactivity]
<fuzzypixelz> stupid question: what are the parts of nixos that need the most work atm?
<Yaniel> doesn't look like it calls any jack_* functions it didn't (re)define itself
<energizer> fuzzypixelz: are you looking for a project?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108596 → rust-analyzer: 2020-11-09 -> 2021-01-04 → https://git.io/JLAGM
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLAXZ
<fuzzypixelz> energizer: yes I am, although my skills are somewhat limited, I'd like to contribute
<{^_^}> [nixpkgs] @Chili-Man opened pull request #108630 → kustomize: 3.8.7 -> 3.9.1 → https://git.io/JLAX4
<energizer> fuzzypixelz: nice. i'm not the right person to answer, but if you say what your skills are then people might be able to point in a good direction
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108515 → wtype: 2020-09-14 -> 0.3 → https://git.io/JLNGb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLAXi
<{^_^}> [nixpkgs] @Chili-Man closed pull request #106726 → kustomize: 3.8.7 -> 3.9.0 → https://git.io/JI67F
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108628 → thonny: 3.3.1 -> 3.3.2 → https://git.io/JLAiv
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLAX1
<bqv> fuzzypixelz: that's a bit like asking "what parts of the middle east need work"
<fuzzypixelz> energizer, bqv: I'm not really sure what I'm expected to know
<bqv> Honestly if you have the time and willpower, the best to do is probably go hound people to merge PRs. That's kinda the only way stuff gets done around here
rb2k has quit [Ping timeout: 264 seconds]
<energizer> ouch
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/d04a7a30979 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
Jd007 has quit [Quit: Jd007]
<energizer> fuzzypixelz: do you know any programming?
<fuzzypixelz> energizer: I know python well, I know C and some C++, I know Haskell which makes Nix click faster for me (still going through all the builtins), I had some interaction with js through basic MEAN stack webdev, plus very very basic Java (I've been avoiding that behemoth)
<energizer> fuzzypixelz: oh. in that case there's undoubtedly plenty to do.
rb2k has joined #nixos
<energizer> fuzzypixelz: discourse.nixos.org has a lot going on as does #nixos-dev
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108455 → python3Packages.scipy: 1.5.4 -> 1.6.0 → https://git.io/JLbBl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to staging: https://git.io/JLA1o
<{^_^}> [nixpkgs] @TredwellGit opened pull request #108631 → chromium: 87.0.4280.88 -> 87.0.4280.141 → https://git.io/JLA1M
maljub01 has quit [Ping timeout: 258 seconds]
maljub01 has joined #nixos
<fuzzypixelz> energizer: i'll check them out now
lordcirth__ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixos-search] @garbas pushed 2 commits to faceted-search: https://git.io/JLAMZ
oxalica has joined #nixos
lordcirth has joined #nixos
rb2k_ has joined #nixos
<donofrio> lukegb, should I make a cp of the /nix/ directory in case something breaks?
<lukegb> donofrio: it shouldn't
zebrag has quit [Quit: Konversation terminated!]
rb2k has quit [Ping timeout: 264 seconds]
<lukegb> You're not really changing any of the state, just maybe adding more things to the store
zebrag has joined #nixos
<donofrio> oh ok...
Jd007 has joined #nixos
<lukegb> Download it to a new directory (named shell.nix)
<donofrio> ok
<donofrio> wget throws illigal instruction ;(
emptyflask has quit [Ping timeout: 264 seconds]
<donofrio> I wonder how to test all binaries and see what the exit code is?
<donofrio> thinking I have many binries that are trying to leverage AVX?
m0rphism has quit [Ping timeout: 260 seconds]
emptyflask has joined #nixos
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106281 → conjure: set branch to master; add vim-oscyank, nvim-scrollview → https://git.io/JIB3J
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 5 commits to master: https://git.io/JLAMQ
h0m1 has quit [Ping timeout: 272 seconds]
justan0theruser has quit [Ping timeout: 264 seconds]
heyitsrama has quit [Remote host closed the connection]
h0m1 has joined #nixos
donofrio has quit [Read error: Connection reset by peer]
verdys has joined #nixos
verdys is now known as klapaucius
donofrio has joined #nixos
donofrio has quit [Read error: Connection reset by peer]
aveltras has joined #nixos
donofrio has joined #nixos
donofrio has quit [Read error: Connection reset by peer]
<aveltras> i'm trying to install nixos on a new laptop but the installer doesn't seem to detect the nvme disk
donofrio has joined #nixos
<aveltras> i've been able to install ubuntu though and the disk is available when i lsblk in ubuntu (but not with nixos installer)
<aveltras> any idea ?
donofrio has quit [Read error: Connection reset by peer]
Jackneilll has quit [Ping timeout: 246 seconds]
donofrio has joined #nixos
<danielbarter> are you using the graphical iso or the minimal iso? Very weird that it isn't being detected with lsblk
<aveltras> minimal
<aveltras> nixos unstable
donofrio has quit [Read error: Connection reset by peer]
<aveltras> the thing i find puzzling is that ubuntu found it without problem so i dont find that s something to change in bios
<danielbarter> maybe it isn't plugged into the motherboard correctly? I've installed nixos on multiple nvme drives with no issue before
<aveltras> ye me too on my other laptop, never had an issue either
donofrio has joined #nixos
<danielbarter> if it isn't showing up with lsblk, then it isn't being detected by the kernel
donofrio has quit [Read error: Connection reset by peer]
<cole-h> I'd check dmesg for anything suspicious
<{^_^}> [nixpkgs] @fanzeyi opened pull request #108632 → add darwin support for wezterm → https://git.io/JLADP
<aveltras> not very familiar with the kernel stuff but could it be possible that the ubuntu installer is packed with more modules enabled than the nixos one ?
donofrio has joined #nixos
donofrio has quit [Read error: Connection reset by peer]
<danielbarter> the kernel in any recent nixos iso should have absolutely no issues with nvme drives
donofrio has joined #nixos
<donofrio> sorry irc client was acting up....
<donofrio> did I miss how to check all binaries for illigal instructions?
<aveltras> i'll give up for tonight then, will try to install it over ubuntu as a last resort
<donofrio> wget throws an exception ;(
<aveltras> thanks for the answers
<bqv> aveltras: modprobe nvme?
<bqv> Nevermind :p
<aveltras> bqv: am i supposed to run that in the installer ?
<{^_^}> [nixpkgs] @tckmn opened pull request #108633 → foma: init at 0.9.18alpha → https://git.io/JLADN
<bqv> Yeah
<bqv> If its not already loaded
<donofrio> lukegb, if wget doesn't run how do I do your shell.nix test?
Jackneilll has joined #nixos
<bqv> If its not in lsblk then the kernel hasn't seen it, so, module's missing
<danielbarter> aveltras: if it isn't too much trouble i would open it up and make sure the drive is plugged in properly (after checking that nvme drivers are loaded)
omnipotententity has quit [Remote host closed the connection]
<aveltras> Modprobe doesnt change anything
omnipotententity has joined #nixos
<aveltras> Id prefer not having to open it already since its only a week old ;) ill try again tomorrow, its quite late here
<aveltras> Thanks again for the answers
emptyflask has quit [Ping timeout: 246 seconds]
amerigo has quit [Quit: Connection closed for inactivity]
emptyflask has joined #nixos
sigmundv__ has quit [Ping timeout: 256 seconds]
mconnolly has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @tckmn opened pull request #108634 → sunvox: 1.9.5d -> 1.9.6c → https://git.io/JLAym
cantstanya has quit [Ping timeout: 240 seconds]
mkaito has quit [Quit: WeeChat 3.0]
cantstanya has joined #nixos
lordcirth__ has joined #nixos
lordcirth has quit [Ping timeout: 260 seconds]
heyitsrama has joined #nixos
heyitsrama has quit [Remote host closed the connection]
Ashy has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #108635 → rust: 1.48.0 -> 1.49.0 → https://git.io/JLAyG
<Ashy> i've updated my channel to 20.09 and am attempting to rebuild my config but it's failing to build git 2.29.2 with a ruby error: /nix/store/p3fxahqwzk79mhml27afkqb19ris4k45-ruby-2.6.6/lib/ruby/2.6.0/bundler/lockfile_parser.rb:108:in `warn_for_outdated_bundler_version': You must use Bundler 2 or greater with this lockfile. (Bundler::LockfileError)
<Ashy> has anyone seen this recently?
<danielbarter> im trying to get pkgsStatic.nix to work on a linux cluster where I don't have root access and user namespaces aren't enabled. When i run the static executable, i get the normal help message, but when i try and run nix repl it trying to lstat "/nix" even though i have --with-store-dir and --localstatedir set to folders in my home dir
<danielbarter> anyone know a work around?
<danielbarter> or even better, why it is trying to lstat a directory that it shouldn't?
KarlJoad has joined #nixos
<danielbarter> the kernel in any recent nixos iso should have absolutely no issues with nvme drives
<danielbarter> the kernel in any recent nixos iso should have absolutely no issues with nvme drives
<danielbarter> sorry about that^^
<KarlJoad> If I have a package for something with the exact same name as another for nixpkgs, what should I do?
<energizer> KarlJoad: is it the same package?
<KarlJoad> energizer: No, they are 2 completely different things. This package is a library for octave to interact with spreadsheets, named "io". There is also a programming language in nixpkgs called "io".
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<energizer> KarlJoad: if there are a lot of octave packages maybe it should get an octavePackages namespace
<KarlJoad> They already exist under the octavePackages namespace. However, I have also built octave so you can say `octave.withPackages (ps: with ps; [ io other-lib ])`. When doing it that way, nix "confuses" the 2 io's.
<fuzzypixelz> example of differences between `nixpkgs.stdenv.lib` and `nixpkgs.lib`. Which one do most people use?
<KarlJoad> fuzzypixelz: Are you asking that question in general, or as a follow-up to my question?
spudly1 has quit [Ping timeout: 256 seconds]
<fuzzypixelz> oh I'm asking in general, sorry
spudly1 has joined #nixos
<cole-h> > pkgs.stdenv.lib == pkgs.lib
<{^_^}> true
<cole-h> They're the same.
domogled has quit [Remote host closed the connection]
<cole-h> But in PRs, I prefer to use `lib` explicitly, rather than `stdenv.lib`
danielbarter has quit [Quit: ERC (IRC client for Emacs 27.1)]
<fuzzypixelz> wait, why do they both exist then? cole-h
<cole-h> "pkgs.stdenv.lib is apparently for convenience"
<{^_^}> [nixpkgs] @ruler501 opened pull request #108636 → lean: 3.23.0 -> 3.24.0 → https://git.io/JLAyH
<cole-h> As convenient as it may be, I prefer to pull it in explicitly
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108629 → spago: 0.18 -> 0.19 → https://git.io/JLAi0
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JLAy7
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
aswanson has joined #nixos
<fuzzypixelz> suppose I have source code that's mostly written in bash and has `#!/bin/bash` all over the place, what's the least painful way to package it?
<{^_^}> [nixpkgs] @qmx opened pull request #108637 → fix build error on nix-darwin → https://git.io/JLAyA
rb2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<fuzzypixelz> first, suppose it only depends on bash
<fuzzypixelz> is there some sort of wrapper for that?
<cole-h> Package it as normal? I'm pretty sure patchShebangs happens automagically in all `mkDerivation`s
aswanson has quit [Ping timeout: 264 seconds]
<fuzzypixelz> wow
<cole-h> (patchShebangs turns #!/bin/bash / #!/usr/bin/env bash into #!/nix/store/............./bin/bash)
<cole-h> Might need to add bash to the buildInputs or nativeBuildInputs
<Ashy> what would make nixos-rebuild even want to build git-2.29.2 from source?
<fuzzypixelz> cole-h: a reference for mkDerivation?
<Ashy> why wouldn't it be using the cache?
<fuzzypixelz> huh
<fuzzypixelz> you have no overlays?
<Ashy> OH, i do have an overlay for vagrant which is pinning a specific bundler version
<Ashy> that explains that...
<cole-h> fuzzypixelz: https://nixos.org/manual/nixpkgs/stable/#ssec-setup-hooks -- one of the default setup-hooks is patch-shebangs.sh
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #108637 → fix build error on nix-darwin → https://git.io/JLAyA
<KarlJoad> supersandro2000: I got around to solving the problems you brought up in #108562.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/108562 (by KarlJoad, 20 hours ago, open): Octave modules
<supersandro2000> I'll take a look at tit tomorrow
<{^_^}> [nixpkgs] @andrewchambers opened pull request #108638 → bupstash: init at 0.6.3 → https://git.io/JLASz
<KarlJoad> supersandro2000: :thumbsup:
<KarlJoad> I also have another branch set up with all the rest of the packages on forge, so I can bring that in closer to when we're done.
gustavderdrache has quit [Quit: Leaving.]
captn3m0- has quit [Ping timeout: 272 seconds]
captn3m0 has joined #nixos
Jd007 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
Guest_6126 has joined #nixos
Guest_6126 has quit [Remote host closed the connection]
captn3m0- has joined #nixos
lordcirth__ has quit [Ping timeout: 260 seconds]
captn3m0 has quit [Ping timeout: 260 seconds]
ps11 has joined #nixos
Darkmatter66 has quit [Ping timeout: 272 seconds]
lordcirth has joined #nixos
<bqv> Hey, I remember a repo I saw which made nix shells without polluting the env so much
<bqv> Anyone recall its name?
<bqv> I'm beginning to be interested
<KarlJoad> bqv: You can pass the --pure flag to `nix-shell`. You can also use a combination of `direnv` to switch out env vars and `lorri` to keep your project built and in the nix store/cache.
Supersonic112 has joined #nixos
pjt_tmp has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
daf29 has joined #nixos
<bqv> cole-h: just found it too, ty though
ps11 has quit [Remote host closed the connection]
Dotz0cat has quit [Quit: ZNC 1.7.5 - https://znc.in]
<veleiro> isnt there a new shell in nix 2.4? nix devshell?
Dotz0cat has joined #nixos
<cole-h> There's `nix shell` and `nix develop` with flakes-enabled Nix
<bqv> that's just a command
<bqv> the devshell repo is an alternative to pkgs.mkShell
<bqv> which doesn't fill your direnvs with clutter
sorki has joined #nixos
srk has quit [Ping timeout: 240 seconds]
sorki is now known as srk
lordcirth__ has joined #nixos
lordcirth has quit [Ping timeout: 260 seconds]
<bqv> Yaniel: couple of hours usage, weird thing, sometimes volume down actually puts volume up
<bqv> :thonk:
berberman has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #nixos
<KarlJoad> What does this message mean? I've never seen it before. "access to URI 'https://octave.sourceforge.io/download.php?package=linear-algebra-2.2.3.tar.gz'; is forbidden in restricted mode"
Volk has quit [Quit: See you next time!]
<KarlJoad> I got it from an grahamcofborg evaluation in my PR, if that clarifies things.
aveltras has quit [Quit: Connection closed for inactivity]
SleepBag has joined #nixos
<{^_^}> string 'https://octave.sourceforge.io/download.php?package=linear-algebra-2.2.3.tar.gz'; doesn't represent an absolute path, at (string):460:1
<{^_^}> string 'https://octave.sourceforge.io/download.php?package=linear-algebra-2.2.3.tar.gz'; doesn't represent an absolute path, at (string):460:1
<bqv> interesting
lordcirth has joined #nixos
<KarlJoad> bqv: The strange thing is that particular source builds perfectly fine on my end.
<SleepBag> I just a quick question regarding file permissions so I basically ran ``` groff -ms -Tpdf > doc1.pdf ``` but when I run it I always get $ bash: doc1.pdf: Permission denied what is the reason
lordcirth__ has quit [Ping timeout: 260 seconds]
<KarlJoad> SleepBag: Where are you trying to create the file?
<SleepBag> in my documents dir
<KarlJoad> bqv: If nothing else, I can send graham a ping tomorrow.
<bqv> i would
<KarlJoad> SleepBag: You're running the groff command from your shell or a nix-build script.
<SleepBag> from bash
<KarlJoad> The only reasons I can think of is 1) Your current user does not have write permissions to that location. 2) You (as the current user being the same as the owner of that directory) don't have write permissions to that directory. This doesn't quite seem like a Nix thing to me.
<KarlJoad> bqv: Aight. I'll do that then.
<SleepBag> Also I had some problems with different shells namely the Nu and the Ion shell because I could not run some nix native commands like nixos-rebuild
<SleepBag> The response from the shell is command not found
<SleepBag> Any solve for that
<KarlJoad> In the rebuild's case, that could be due to the shell not having the newest set of environment variables loaded.
<SleepBag> Could like dumb it down a bit Noob Alert
<KarlJoad> I have no clue how something like that could be happening, but your shell starts with a set of environment variables, and if you change them while the shell is running, the shell doesn't get the updated values.
<KarlJoad> Are you using Nix or NixOS? If so, we could try narrowing the problem down.
<cole-h> KarlJoad: Which PR?
<KarlJoad> cole-h: #108562
<{^_^}> https://github.com/NixOS/nixpkgs/pull/108562 (by KarlJoad, 21 hours ago, open): Octave modules
SleepBag has quit [Ping timeout: 245 seconds]
<cole-h> KarlJoad: Because you're using builtins.fetchurl
<cole-h> which happens at evaluation time
<{^_^}> [nixpkgs] @maisiliym opened pull request #108639 → treesitter grammars: look for scanner.c → https://git.io/JLAHL
<cole-h> s/builtins\.// will fix it.
<bqv> filthy IFD
<fuzzypixelz> I'm trying to build https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/networking/network-manager/dmenu/default.nix to support rofi, the path `/usr/bin/rofi` is hardcoded into the python executable
<cole-h> Just added a suggestion to make sure it's clear.
<cole-h> fuzzypixelz: Then you'd want to add `sed "s@/usr/bin/rofi@${rofi}/bin/rofi@" -i thefile` in `postPatch`
<KarlJoad> cole-h: Thank you. I was using that for a while, and I forgot to change that one I guess.
<cole-h> fuzzypixelz: And, of course, bring rofi into scope
<tpw_rules> cole-h: silly question, does sed support like any special character after s?
<fuzzypixelz> oh for some reason I thought only adding rofi would do it
<cole-h> tpw_rules: As long as you use it consistently, yes.
<fuzzypixelz> if the script only had `rofi` in it, would nix automagically replace it with the /nix/store path to rofi?
zebrag has quit [Quit: Konversation terminated!]
<tpw_rules> huh
zebrag has joined #nixos
<cole-h> e.g `sed "s|asdf|fdas|"` == `sed "s%asdf%fdsa%"` == `sed "s/asdf/fdsa/"`
<cole-h> I don't know how it would fare with a metacharacter like * or something though.
<tpw_rules> yeah i've seen those. never seen it used before except inside nix
<KarlJoad> tpw_rules: I use other separators when I have to deal with paths. My preferred symbol is #
<cole-h> It's easier to `sed "s@/usr/bin/env bash@${bash}/bin/bash@"` than it is to do `sed "s/\/usr\/bin\/env bash/${bash}\/bin\/bash/"`
<tpw_rules> yeah for sure
<tpw_rules> the manpage says "Any character other than backslash or newline can be used instead of a slash to delimit the RE and the replacement."
<tpw_rules> that's neat
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<KarlJoad> Can we not see what grahamcofborg is running while it is running? Is that a GitHub thing?
pbb has joined #nixos
daf29 has quit [Remote host closed the connection]
<cole-h> What do you mean by "what ofborg is running while it is running"?
<KarlJoad> All I see during the main ofborg evaluation is "ofborg-eval --- doing something (vague)". I would like to see what it runs or its outputs while running.
ZaraChimera has quit [Quit: WeeChat 3.0]
<cole-h> Luckily for you, ofborg is open source.
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<cole-h> This is where ofborg starts pushing statuses to GitHub
<bqv> it's in rust
<bqv> TIL
<cole-h> That's why I started working on it :P
<bqv> maybe i should take inspiration from this and just write my own nix automation for config builds
<cole-h> ofborg is very crufty, so don't look to closely at the code... :P
<cole-h> s/to/too/
<bqv> lol
<cole-h> Someday I'd like to rewrite it
<cole-h> in Rust, no less (hehe)
fuzzypixelz has quit [Ping timeout: 246 seconds]
<KarlJoad> cole-h: I thought I saw your name on pujit (the VCS) a while back. That your work too?
<cole-h> pijul
<cole-h> No, I just helped when it was first getting started.
<KarlJoad> Thank you, yes. I always forget that name.
<KarlJoad> On the ofborg note, is there a way to run ofborg locally, before I push?
<cole-h> Not really. But you can do some stuff.
Rusty1 has quit [Quit: WeeChat 2.3]
<bqv> i just found an old friend of mine on the bcachefs official website
<bqv> it really is a small world
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f85194205d5 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
IRCsum has joined #nixos
<bqv> and someone i went to school with, in the kernel mailing list
hke has quit [Read error: Connection reset by peer]
hke has joined #nixos
ZaraChimera has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
KarlJoad has quit [Quit: ERC (IRC client for Emacs 27.1)]
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
psy3497 has joined #nixos
<bqv> [thinking aloud] so what i would want from automation, would be to every day take the latest commit in the live branch of my repo, update a subset of flake inputs, and build (and pin) the resultant defaultPackage. i guess i could do that all with cron, realistically
<bqv> cron and git-worktree
Mic92 has joined #nixos
<bqv> no, wait, same problem i have with hydra, the worktree would need to unlock git-crypt
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos
Ariakenom has joined #nixos
<bqv> but it's still better than hydra, because i can't update the lock without using some heathen-level IFD
Derek68 has joined #nixos
sss2 has quit [Quit: Leaving]
<Derek68> Hi guys! Does anyone know how to setup NixOS to choose GPU driver dynamically? I have a NixOS machine in QEMU, sometimes I will view its screen via the virt-manager's builtin client and sometimes I will passthrough the GPU. But by setting videoDrivers = ["nvidia"], I won't be able to see login screen in virt-manager.
<bqv> [still thinking aloud] or maybe separate the parts... have a cron job to automate the flake input updates, then hydra can actually do the rest
Jd007 has quit [Quit: Jd007]
palo1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #108640 → nixos/nix-daemon: fix unknown sandbox warnings → https://git.io/JLA5r
<{^_^}> [nixpkgs] @vbgl merged pull request #108301 → ocamlPackages.bitstring: 3.1.1 → 4.0.1 → https://git.io/JLdlX
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.bitstring: 3.1.1 → 4.0.1 »: https://git.io/JLA5o
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
berberman_ has joined #nixos
berberman_ has quit [Max SendQ exceeded]
berberman has quit [Ping timeout: 260 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
berberman has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #108641 → rubyPackages: remove problematic packages → https://git.io/JLA5b
Derek68 has quit [Remote host closed the connection]
lunik1 has quit [Quit: Ping timeout (120 seconds)]
ericsagnes has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #108616 → python3Packages.coronavirus: init at 1.1.1 → https://git.io/JLAgx
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JLAd3
sangoma has joined #nixos
emptyflask has quit [Ping timeout: 240 seconds]
plakband has joined #nixos
kalbasit has quit [Ping timeout: 240 seconds]
ericsagnes has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/44c443a7a60 (from 16 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
sreybastien has quit [Ping timeout: 246 seconds]
lunik1 has joined #nixos
ravndal has quit [Quit: WeeChat 3.0]
ravndal has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108642 → gotify-server: 2.0.20 -> 2.0.21 → https://git.io/JLAFG
riksteri has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #108373 → ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2 → https://git.io/JLFld
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2 »: https://git.io/JLAFr
erred has joined #nixos
<erred> fran iptables at sourceforge: excelent f-iptables
<tejing> Derek68: that's why videoDrivers is a list, not just a single value. you can set to a priority list and the first one that works will be used
pjt_tmp has quit [Ping timeout: 260 seconds]
AlesHuzik[m] has joined #nixos
chiefgoat has quit [Ping timeout: 256 seconds]
erred has quit [Ping timeout: 264 seconds]
andreas303 has quit [Quit: andreas303]
andreas303 has joined #nixos
mvnetbiz_99 has joined #nixos
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
cole-h has quit [Ping timeout: 260 seconds]
erred has joined #nixos
erred has quit [Max SendQ exceeded]
erred has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
daf72 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to master « ecasound: let it use more dependencies »: https://git.io/JLANe
<daf72> hi all
<daf72> I am trying to build this project inside a nix-shell, and I get `gl_EARLY: command not found` when running `./configure`. I have the following buildInputs defined: `guile autoconf automake gettext`
<daf72> Unsure how to troubleshoot
<daf72> Any ideas?
contrun has joined #nixos
oosl has joined #nixos
<daf72> Forgot to link the project. https://github.com/lokke-org/lokke
teto has joined #nixos
<oosl> hi, by chance someone can tell me why builtins.toFile errors out? https://paste.debian.net/1180006/
erred has quit [Ping timeout: 260 seconds]
chiefgoat has joined #nixos
<ehmry> oosl: because that string references a derivation, and thus needs to be written to the store as the product of a derivation, use pkgs.writeText
<oosl> ehmry: but doesn't the traceVal output imply that it was built?
<contrun> Following the instructions How to debug tests ? on https://nixos.wiki/wiki/NixOS_Testing_library, I started a new qemu instance after running nixos-run-vm. But I don't how to run commands in this vm. This is what I got, I can't type commands like in a regular console.
* contrun uploaded an image: screenshot-2021-01-07-16-19-50.png (1709KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/OmtcXJKRjCJklSDEKdZHiBez/screenshot-2021-01-07-16-19-50.png >
mallox has joined #nixos
cfricke has joined #nixos
ilios has quit [Ping timeout: 246 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
lsix has joined #nixos
erred has joined #nixos
<ehmry> oosl: firefox is built, but a file referencing to firefox was not built, this has something to do with how dependencies and the gc works
daf72 has quit [Ping timeout: 245 seconds]
<oosl> ehmry: thanks!
erred has quit [Ping timeout: 264 seconds]
hiro99 has joined #nixos
erred has joined #nixos
vidbina_ has joined #nixos
respawn_ has joined #nixos
sreybastien has joined #nixos
veleiro has quit [Ping timeout: 264 seconds]
rnhmjoj has quit [Changing host]
rnhmjoj has joined #nixos
rnhmjoj has joined #nixos
omasanori[m] has quit [Quit: Idle for 30+ days]
shu9 has quit [Quit: Idle for 30+ days]
dansho has quit [Quit: Leaving]
klapaucius has quit [Ping timeout: 272 seconds]
Boomerang has joined #nixos
tsrt^ has quit []
nbbfehhgdhos^ has joined #nixos
luxemboye has quit [Ping timeout: 240 seconds]
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108644 → obsidian: 0.10.1 -> 0.10.6 → https://git.io/JLApy
luxemboye has joined #nixos
eacameron has quit [Quit: Connection closed for inactivity]
domogled has joined #nixos
<madonius[m]> o/
<madonius[m]> For some reason nix thinks that the option proxyWebsockets in the nginx package does not exists. The documentation tells me that it does… any ideas?
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
civodul has joined #nixos
<madonius[m]> > <@madonius:entropia.de> o/
<madonius[m]> > For some reason nix thinks that the option proxyWebsockets in the nginx package does not exists. The documentation tells me that it does… any ideas?
<madonius[m]> The issues was that I did not put the Option under "locations"
<{^_^}> error: syntax error, unexpected '<', at (string):460:1
<{^_^}> error: syntax error, unexpected IN, expecting ')', at (string):460:60
respawn_ has quit [Quit: Leaving]
Darkmatter66 has joined #nixos
<ZaraChimera> Ran into this issue when using the KDE iso of 20.09: the liveCD saw my WiFi card and I can connect to my SSID, and ping a server through the terminal, but Firefox wouldn't connect to websites. After completing install, the system did not see my WiFi at all. I tried both enabling wpa_supplicant and creating wpa_supplicant.conf and networkmanager. Neither one worked. Using the GNOME iso, networking
<ZaraChimera> worked out of the box.
knupfer1 has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #108468 → openhmd: 0.3.0-rc1-20181218 -> 0.3.0 → https://git.io/JLbPe
alexherbo2 has joined #nixos
<adisbladis> ZaraChimera: Probably firmware related
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JLAha
knupfer1 is now known as knupfer
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108536 → pythonPackages.google*: Cleanups, updates, fix dependencies → https://git.io/JLNEN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 70 commits to master: https://git.io/JLAhQ
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fabaff opened pull request #108645 → python3Packages.fixerio: init at 0.1.1 → https://git.io/JLAhb
<supersandro2000> branch was named "small-fixes" and contains 70 commits
<supersandro2000> 69 actually plus the merge
<ZaraChimera> adisbladis: Possibly. What would make the issue occur under Plasma 5 but not GNOME Shell?
malook has quit [Quit: malook]
sigmundv__ has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @gebner merged pull request #108636 → lean: 3.23.0 -> 3.24.0 → https://git.io/JLAyH
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/JLAjL
miker_ has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.ppx_tools_versioned: use dune 2 »: https://git.io/JLAj3
plakband has quit [Quit: WeeChat 2.9]
sangoma has joined #nixos
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @Atemu opened pull request #108646 → zfs: 2.0.0 -> 2.0.1 → https://git.io/JLAj5
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Atemu opened pull request #108647 → linux_lqx: 5.9.16 -> 5.10.4 → https://git.io/JLAjF
malook has joined #nixos
aveltras has joined #nixos
sangoma has joined #nixos
<aveltras> im trying to install nixos on a new laptop but my ssd drive is not recognized by the nixos 21.03 minimal installer (same for 20.09) iso
<aveltras> so i tried to install ubuntu instead which worked fine
<{^_^}> [nixpkgs] @djanatyn opened pull request #108648 → rdrview: init at unstable-2020-12-22 → https://git.io/JLxem
<aveltras> and now im trying to use nixos lustrate to install nixos in place but the ssd is not recognized by the nixos-generate-config since it isn't in the generated hardware-config
<aveltras> i now the drive is working since im on ubuntu right now
<aveltras> any idea ?
cfricke has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108378 → pythonPackages: cleanups, test disabled if there are not tests, dependency fixes, add aliases for pytest packages with _ → https://git.io/JLFET
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 47 commits to master: https://git.io/JLxeP
fendor_ is now known as fendor
hiro99 has quit [Quit: hiro99]
hiro99 has joined #nixos
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108489 → jekyll: add jekyll-polyglot → https://git.io/JLbxJ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvI
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108593 → urlhunter: init at 0.1.1 → https://git.io/JLAGO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvL
orivej has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108599 → turbogit: init at v1.2.0 → https://git.io/JLAnd
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvY
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108592 → taskwarrior-tui: init at 0.9.5 → https://git.io/JLA3t
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvB
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108551 → caddy: 2.2.1 -> 2.3.0 → https://git.io/JLNrD
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxv0
ZaraChimera has left #nixos ["WeeChat 3.0"]
<aveltras> Seems the problem was due to intel vdm being enabled, after disabling it in the bios i can now see my disk
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108589 → germinal: init at 26 → https://git.io/JLAqQ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvK
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108527 → dasel: 1.12.0 -> 1.12.2 → https://git.io/JLNlK
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxvi
<{^_^}> [nixpkgs] @lukegb closed pull request #106924 → factorio-experimental, factorio-headless-experimental: 1.1.5 -> 1.1.6 → https://git.io/JLLHN
cfricke has joined #nixos
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108620 → pry: 0.12.2 -> 0.13.1 → https://git.io/JLAwY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxv7
<{^_^}> [nixpkgs] @lukegb opened pull request #108650 → factorio-experimental, factorio-headless-experimental: 1.1.5 -> 1.1.7 → https://git.io/JLxvb
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108613 → python3Packages.pymodbus: init at 2.4.0 → https://git.io/JLAzm
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxvN
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108612 → slimserver: add perlPackages.ArchiveZip as a dependency → https://git.io/JLAzU
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxvx
__monty__ has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
justanotheruser has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108483 → mdbook: 0.4.4 -> 0.4.5 → https://git.io/JLbFf
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxfE
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108619 → pythonPackages.xlib: 0.28 -> 0.29 → https://git.io/JLAVH
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxfV
Ashy has left #nixos ["WeeChat 3.0"]
<{^_^}> [nixpkgs] @holymonson opened pull request #108651 → explicitly mark broken for failed building apple packages → https://git.io/JLxf6
<hyper_ch2> aveltras, what's intel vdm?
<hyper_ch2> volume disk manager?
<hyper_ch2> virtual disk manager?
<{^_^}> [nixpkgs] @lblasc opened pull request #108652 → rls: set RUST_SRC_PATH to rustLibSrc → https://git.io/JLxfM
<aveltras> hyper_ch2: volume i guess, the bios only presents the acronym
psy3497 has quit [Ping timeout: 264 seconds]
<hyper_ch2> oh well, glad you figured it out
<aveltras> Harder than it should have been since the setting in the bios was a hidden one and no way i would have found that ctrl s would reveal it ;)
<hyper_ch2> so goole was you friend to figuring that out?
<{^_^}> [nixpkgs] @lukegb opened pull request #108653 → oven-media-engine: 0.10.8 -> 0.10.9-hotfix → https://git.io/JLxJT
<aveltras> Ye
<hyper_ch2> I like intel less and less --> latest https://arstechnica.com/gadgets/2021/01/linus-torvalds-blames-intel-for-lack-of-ecc-ram-in-consumer-pcs/ --> I switched home and office server to AMD because of ECC for zfs
<hyper_ch2> mainboard, amd cpu, 32gb ecc ram cost around $ 500 when I bought that 2? (3?) years ago
<aveltras> I wanted to try the new intel iris xe laptop gpus
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108654 → tmuxPlugins.onedark-theme: fix entrypoint → https://git.io/JLxJR
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #107817 → tmuxPlugins.onedark-theme: fix entrypoint → https://git.io/JLSq5
<hyper_ch2> :)
<{^_^}> [nixpkgs] @primeos merged pull request #108631 → chromium: 87.0.4280.88 -> 87.0.4280.141 → https://git.io/JLA1M
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLxJu
<{^_^}> [nixpkgs] @marsam opened pull request #108655 → buildkit: 0.8.0 -> 0.8.1 → https://git.io/JLxJg
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108650 → factorio-experimental, factorio-headless-experimental: 1.1.5 -> 1.1.7 → https://git.io/JLxvb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxJ2
<aveltras> Anyway, ubuntu found the drive even with intel vdm, not sure that s not something that could be done with nixos install scripts, seems quite the edge case though
<aveltras> Had trouble when reinstalling win10 too, had to add the driver on the usb key
<adisbladis> What driver is used for vdm?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108634 → sunvox: 1.9.5d -> 1.9.6c → https://git.io/JLAym
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxJr
<aveltras> Not sure what to answzr here, on windows its intel rapid storage driver
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108605 → grype: init at 0.6.1 → https://git.io/JLA8A
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxJ6
<adisbladis> I mean on ubuntu
<aveltras> Dunno then, the iso worked fine
<{^_^}> [nixpkgs] @marsam merged pull request #108002 → libvmaf: 1.5.3 -> 2.1.0 → https://git.io/JLQG7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLxJX
<aveltras> Not on ubuntu anymore
<adisbladis> CONFIG_VMD=m on NixOS anyhow
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @fabaff closed pull request #96634 → gospider: init at 1.1.2 → https://git.io/JULhc
<{^_^}> [nixpkgs] @xwvvvvwx opened pull request #108656 → radicle-upstream: 0.1.5 -> 0.1.6 → https://git.io/JLxJy
Ashy has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « tcpdump: fix CVE-2020-8037 »: https://git.io/JLxJ5
<Ashy> is there a trick with fuse to getting pkg-config to find fuse.pc?
<{^_^}> [nixpkgs] @Ma27 merged pull request #108495 → [20.09] postgresql: 9.5.23 -> 9.5.24, 9.6.19 -> 9.6.20, 10.14 -> 10.15, 11.9 -> 11.10, 12.4 -> 12.5 → https://git.io/JLNJq
<{^_^}> [nixpkgs] @Ma27 pushed 6 commits to staging-20.09: https://git.io/JLxUv
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108623 → syncthing: 1.12.0 -> 1.12.1 → https://git.io/JLAoZ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxUk
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108526 → glslang: 8.13.3743 -> 11.1.0 → https://git.io/JLNWG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxUL
<{^_^}> [nixpkgs] @Ma27 merged pull request #108500 → [20.09] grocy: 2.7.1 -> 3.0.1 (CVE-2020-15253) → https://git.io/JLNL0
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to release-20.09: https://git.io/JLxU3
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108648 → rdrview: init at unstable-2020-12-22 → https://git.io/JLxem
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxUE
<{^_^}> [nixpkgs] @Ma27 merged pull request #108519 → nextcloud: improve documentation on defaults → https://git.io/JLNnp
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JLxUa
<supersandro2000> Ashy: does adding it as buildInputs not work?
<{^_^}> [nixpkgs] @Ma27 merged pull request #108520 → [20.09] nextcloud: improve documentation on defaults → https://git.io/JLNct
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to release-20.09: https://git.io/JLxUV
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #108657 → [20.09] chromium: 87.0.4280.88 -> 87.0.4280.141 → https://git.io/JLxUo
malook has quit [Remote host closed the connection]
lsix has joined #nixos
tsmeets[m] has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « gitRepo: 2.10 -> 2.11 »: https://git.io/JLxTq
<{^_^}> [nixpkgs] @marsam opened pull request #108658 → timescaledb-tune: 0.9.0 -> 0.10.0 → https://git.io/JLxT3
<Ashy> supersandro2000: i'm trying to build a rust crate that depends on it just in a nix-shell `nix-shell -p rustup fuse3 fuse-common` => `cargo build`
<{^_^}> [nixpkgs] @roberth opened pull request #108659 → Staging 20.09 → https://git.io/JLxTV
thc202 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108645 → python3Packages.fixerio: init at 0.1.1 → https://git.io/JLAhb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxTM
<eyJhb> Trying to package a python package (mautrix-facebook), but for some reason it will not greate a $out/bin/mautrix-facebook for it, like it does for mautrix-telegram. I am not sure what I am doing wrong, or if it is because of setup.py that is different...
<supersandro2000> Ashy: nix shell does not give you the dev version of fuse-common
<eyJhb> https://github.com/tulir/mautrix-facebook/blob/master/setup.py with this - https://termbin.com/siln called from top-level as `mautrix-facebook = recurseIntoAttrs (callPackage ../servers/mautrix-messenger { });`
<supersandro2000> eyJhb: it has no script in setup.py
<supersandro2000> also please use pytestCheckHook
<eyJhb> Copy pasterino atm. supersandro2000 , not done yet :p Just wanted to get the base working
<Ashy> supersandro2000: ok so i need to write a nix package for this then?
<eyJhb> Tried, no success?
<supersandro2000> eyJhb: 🤔 than idk
<supersandro2000> Ashy: you can use fuse-common.dev I think
<b42> eyJhb: it builds but can't say it works reliably
* b42 afk brb
<{^_^}> [nixpkgs] @Ma27 merged pull request #108652 → rls: set RUST_SRC_PATH to rustLibSrc → https://git.io/JLxfM
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JLxkU
<eyJhb> I might know now supersandro2000 ...
<supersandro2000> eyJhb: tell me
<eyJhb> The telegram has a .patch that adds a entrypoint
<lukegb> Ashy: have you tried including pkg-config in your nix-shell?
<eyJhb> b42: Hmmm... Hoping that it can replace my Bitlbee instance... :/
<lukegb> without it, you won't get the hook needed to set up the environment variables to include fuse's .pc
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108642 → gotify-server: 2.0.20 -> 2.0.21 → https://git.io/JLAFG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxk3
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108630 → kustomize: 3.8.7 -> 3.9.1 → https://git.io/JLAX4
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxk4
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108633 → foma: init at 0.9.18alpha → https://git.io/JLADN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxkB
<eyJhb> Ohh christ, autoformatter + making patches does not go hand in hand
<lukegb> hah
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108641 → rubyPackages: update → https://git.io/JLA5b
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to staging: https://git.io/JLxkV
<b42> eyJhb: missing messages, locked me out of my account couple of times ... that was 6 months ago though and the package seems actively developed so there's a good chance things are better now
<erred> script for iptables, fran iptables at sourceforge
lord| has joined #nixos
miker_ has quit [Ping timeout: 264 seconds]
madalu has quit [Ping timeout: 240 seconds]
erred has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108656 → radicle-upstream: 0.1.5 -> 0.1.6 → https://git.io/JLxJy
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxk7
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108655 → buildkit: 0.8.0 -> 0.8.1 → https://git.io/JLxJg
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxk5
<Ashy> supersandro2000: fuse-common.dev doesn't seem to exist for nix-shell
<Ashy> lukegb: no change in behaviour with adding pkg-config to the nix-shell
<lukegb> Ashy: weird; with `nix-shell -p rustup fuse3 fuse-common pkg-config`, I can run `pkg-config --list-all` and get `fuse3 fuse3 - Filesystem in Userspace`
<eyJhb> b42: Ehmm.. That's how it normally is. Atm. Bitlbee does not work, as it just instantly gets kicked off
<eyJhb> Funny enough, Facebook do not want you to use such things :p
<supersandro2000> Ashy: you might wanna use fuse3 which has libs and includes
knupfer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108654 → tmuxPlugins.onedark-theme: fix entrypoint → https://git.io/JLxJR
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxIG
nicoo has quit [Ping timeout: 240 seconds]
miker_ has joined #nixos
<Ashy> lukegb: yeah pkg-config lists fuse3 for me too but `cargo build` still fails for fuse-mt
<Ashy> i'll try to pastebin something useful
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108658 → timescaledb-tune: 0.9.0 -> 0.10.0 → https://git.io/JLxT3
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxIR
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108621 → tabnine: 3.1.1 -> 3.2.63 → https://git.io/JLArd
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxI0
<{^_^}> [nixpkgs] @fabaff opened pull request #108660 → subjs: init at 1.0.1 → https://git.io/JLxIE
<lukegb> Ashy: fwiw the fuse crate looks like it's looking for "fuse" (fuse 2?)
<lukegb> so you should be using the fuse package instead
cantstanya has quit [Ping timeout: 240 seconds]
ericsagnes has quit [Ping timeout: 264 seconds]
miker_ has quit [Ping timeout: 264 seconds]
respawn_ has quit [Quit: Leaving]
<Ashy> hmm, it just successfully built in this temp nix-shell: nix-shell -p rustup fuse fuse-common pkg-config
<Ashy> after a `cargo clean` though i'm not sure if that should have mattered
<Ashy> ah, so i think you were correct all along about just needing to include pkg-config explicitly
<Ashy> lukegb: cheers
<lukegb> fuse-common shouldn't be needed for compiling things, it mostly contains udev rules
cantstanya has joined #nixos
hiro99 has quit [Ping timeout: 240 seconds]
nicoo has joined #nixos
<Ashy> sweet, the passthrough example is working too
mbrgm_ has joined #nixos
ericsagnes has joined #nixos
<viric> How does the cache in builtins.fetchgit work? Sometimes I wait minutes for that evaluation, for revs that never change.
mbrgm has quit [Ping timeout: 265 seconds]
mbrgm_ is now known as mbrgm
<raboof> I think I have some stuck processes: 'nix-store --realise ...' returns 'waiting for locks or build slots...' but 'top' doesn't show any particularly busy process
<raboof> I see a `nix-daemon xxxx` process - perhaps I can just kill that?
<siraben> I remember seeing a way to run programs on NixOS that assumed FHS, what was it again?
<raboof> siraben: I often use a shell.nix with buildFHSUserEnv, like https://git.sr.ht/~raboof/nix-shells/tree/main/item/github.com/akka/akka-grpc/shell.nix
Ashy has left #nixos ["WeeChat 3.0"]
<raboof> siraben: IIRC people also sometimes use 'steam-run' to get such an environment on the commandline quickly
<siraben> raboof: what kinds of things will this let you do?
<raboof> siraben: run binaries that expect ld-linux in /lib64 without patchelf'ing them
<siraben> Ah
<raboof> (probably more, but I think that's the *main* thing I use it for - akka-grpc uses a plugin that downloads-and-runs a binary, with no easy way to patchelf it. I'm eagerly awaiting the next version of that plugin which makes it work out-of-the-box on nix ;) )
<{^_^}> [nixpkgs] @jtojnar pushed 530 commits to staging-next: https://git.io/JLxLX
<{^_^}> [nixpkgs] @jtojnar pushed 531 commits to staging: https://git.io/JLxL1
strikerlulu_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
cosimone has joined #nixos
strikerlulu has joined #nixos
andreas303 has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JLxtE
<{^_^}> [nixpkgs] @github-actions[bot] pushed 5 commits to staging-next: https://git.io/JLxtz
<{^_^}> [nixpkgs] @github-actions[bot] pushed 6 commits to staging: https://git.io/JLxtg
lsix has quit [Ping timeout: 272 seconds]
__monty__ has quit [Quit: leaving]
ghasshee has quit [Ping timeout: 246 seconds]
ManiacOfMadness has quit [Ping timeout: 272 seconds]
andreas303 has joined #nixos
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @fabaff opened pull request #108663 → python3Packages.geopy: unstable-2019-11-10 -> 2.1.0 → https://git.io/JLxti
lukegb has quit [Quit: ~~lukegb out~~]
<Mic92> sphalerite: spacekookie niksnut sphalerite kloenk don't forget the RFC steering committee meeting today
<Mic92> before i was in nixos-de
lukegb has joined #nixos
<manveru[m]> hmm, shouldn't `builtins.seq drv drv.outPath` force the build of drv, or does it only force eval?
lsix has joined #nixos
<{^_^}> [nixpkgs] @Mic92 closed pull request #108640 → nixos/nix-daemon: fix unknown extra-sandbox-paths warnings → https://git.io/JLA5r
<{^_^}> [nixpkgs] @mweinelt pushed to master « python3Packages.sanic-auth: 0.2.0 -> 0.3.0 »: https://git.io/JLxtd
ManiacOfMadness has joined #nixos
lukegb is now known as lukegb_
lukegb_ is now known as lukegb
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #108664 → python3Packages.idna: 2.10 -> 3.1 → https://git.io/JLxqv
mallox has quit [Quit: WeeChat 3.0]
miker_ has joined #nixos
<{^_^}> [nixpkgs] @djanatyn opened pull request #108665 → prometheus-wakatime-exporter: init at 0.1.0 → https://git.io/JLxqL
<{^_^}> [nixpkgs] @ajs124 opened pull request #108666 → php: 7.3.25 -> 7.3.26, 7.4.13 -> 7.4.14 → https://git.io/JLxqO
<{^_^}> [nixpkgs] @peterhoeg opened pull request #108667 → strawberry: 0.8.4 -> 0.8.5 → https://git.io/JLxqZ
<sphalerite> manveru[m]: the latter
<sphalerite> Mic92: ack
<manveru[m]> you know any way to force a build?
<manveru[m]> using `nix eval`
<vegan_power[m]> Bye my friends
<vegan_power[m]> C U next time
<vegan_power[m]> Have fun with nixOS
<vegan_power[m]> I switched to GNU/Windows with XNU Kernel
<vegan_power[m]> :D
vegan_power[m] has left #nixos ["User left"]
jb55 has quit [Remote host closed the connection]
fuzzypixelz has joined #nixos
cfricke has quit [Quit: WeeChat 3.0]
madalu has joined #nixos
ghasshee has joined #nixos
<sphalerite> manveru[m]: no, it doesn't build by design.
respawn_ has joined #nixos
<sphalerite> actually, attempting to do IFD will realise the path…
zebrag has quit [Quit: Konversation terminated!]
<manveru[m]> hmm
<sphalerite> manveru[m]: it's terrible and you shouldn't do this, but using builtins.pathExists on a drv will realise it.
zebrag has joined #nixos
<sphalerite> why would you want this?
<manveru[m]> just did `readDir`, but `pathExists` is better :)
<manveru[m]> cool
<sphalerite> again, why?
<sphalerite> You really shouldn't be doing this.
<manveru[m]> well, the reason is that i want to use `symlinkJoin` to make a FHS-alike for any arbitrary flake attr
<manveru[m]> and avoid having a separate call to `nix build` because then i have to both return the drvPath and the outPath and parse stuff...
<manveru[m]> like this: `nix eval --raw nixpkgs#ruby --apply 'let pkgs = builtins.getFlake "github:NixOS/nixpkgs?rev=aea7242187f21a120fe73b5099c4167e12ec9aab"; in (pkg: let syms = pkgs.legacyPackages.x86_64-linux.symlinkJoin {name = "foo"; paths = [pkg];}; in builtins.seq (builtins.readDir syms) syms.outPath)'`
<sphalerite> uh, what?
justanotheruser has quit [Ping timeout: 260 seconds]
<manveru[m]> the reason for this is that i'm adding nix support to the nomad exec driver
<manveru[m]> it builds a task directory where your job runs, and i'm copying in the requisites for the derivation and then link them to `/bin` etc for ease of use
TonyTheLion has quit [Ping timeout: 264 seconds]
<manveru[m]> so kinda like buildDockerImage :)
TonyTheLion has joined #nixos
<{^_^}> [nixpkgs] @moritzschaefer opened pull request #108668 → Add sh/bash dependency to fix 'missing sh in PATH' error → https://git.io/JLxmg
<manveru[m]> so with this you can run nomad jobs that look like that
<manveru> sorry, this might be easier to read https://www.irccloud.com/pastebin/wiZQnWQV/tiny.hcl
<manveru> i'm sure gchristensen will also love this ;)
<eyJhb> b42: Almost got a module working for mautrix-facebook, but ... There are stuff and things in the way
<{^_^}> [nixos-status] @garbas pushed to migrate-pr-131 « Fix navbar dropdown »: https://git.io/JLxmH
<manveru> it's kinda strange that you can pass impure flake urls to `nix eval`, but inside the eval expression you have to use pure urls...
<{^_^}> [nixos-status] @garbas opened pull request #5 → Fix navbar dropdown → https://git.io/JLxmN
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108669 → appeditor: 1.1.0 -> 1.1.1 → https://git.io/JLxYv
<{^_^}> [nixos-org-configurations] @garbas closed pull request #131 → status-page: fix navbar dropdown → https://git.io/JkgSk
<manveru> next step would be to bind-mount the nix store paths to save time and space... but that's for v2 i fear
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #108670 → python3: don't use sysconfigdataHook on darwin → https://git.io/JLxYq
nly has joined #nixos
<nly> can i use jitsi-meet service without ssl from Let's encrypt?
aswanson has joined #nixos
aveltras has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @kevincox merged pull request #105347 → nixos/nginx: add streamConfig option → https://git.io/JkApe
<{^_^}> [nixpkgs] @kevincox pushed 2 commits to master: https://git.io/JLxYD
<nly> i wanna disable the acme module
<{^_^}> [nixpkgs] @mweinelt merged pull request #108602 → home-assistant: 2020.12.2 -> 2021.1.0 (+entourage) → https://git.io/JLAlM
<{^_^}> [nixpkgs] @mweinelt pushed 15 commits to master: https://git.io/JLxYH
yearfate is now known as yourfate
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #108671 → rootbar: init at unstable-2020-11-13 → https://git.io/JLxYx
<{^_^}> [nixos-status] @garbas merged pull request #5 → Fix navbar dropdown → https://git.io/JLxmN
<{^_^}> [nixos-status] @garbas pushed to main « Fix navbar dropdown (#5) »: https://git.io/JLxYp
<{^_^}> [nixos-status] @garbas pushed 0 commits to migrate-pr-131: https://git.io/JLxYh
xelxebar has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #108646 → zfs: 2.0.0 -> 2.0.1 → https://git.io/JLAj5
<{^_^}> [nixpkgs] @jonringer pushed commit from @Atemu to master « zfs: 2.0.0 -> 2.0.1 »: https://git.io/JLxOq
<{^_^}> [nixos-search] @garbas opened pull request #261 → Faceted search → https://git.io/JLxO2
Volk has joined #nixos
<gchristensen> manveru: aaaaaaah!!
<manveru[m]> gchristensen: just pushed it to https://github.com/manveru/nomad/commit/d26219e468c1942650d70fb79c3366c33d03f8dd if you wanna take a look
<gchristensen> maybe mitchellh would like to see this :) -- are you thinking you might upstream it?
<manveru[m]> that'd be really nice, yeah, in theory it shouldn't impact any existing functionality
<manveru[m]> but i dread writing a test for it ^^;
<manveru[m]> plus i still have to actually try it with some more complex jobs...
<{^_^}> [nixpkgs] @fabaff opened pull request #108673 → Aioguardian → https://git.io/JLxOA
cfricke has joined #nixos
respawn_ has quit [Quit: Leaving]
<manveru[m]> it can run crystal, ruby, and the jre at least
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
domogled has quit [Remote host closed the connection]
<lucidpossum961> Are all packages in nixpkgs pulled from the binary cache when installed or do some need to be built from source
bitmapper has joined #nixos
<manveru[m]> lucidpossum961: some need building, especially unfree ones
<eyJhb> b42: I see you also copied the telegram file!
<b42> eyJhb: i'm currently not using mautrix-facebook btw but if you're going to open nixpkgs PR feel free to cc me @mmilata
<b42> :))
<eyJhb> I get a error regarding the as_token...
<eyJhb> Which I don't get
<eyJhb> Ohh, the config file is seperate from the registration file, and it does not read from that?
<eyJhb> b42: Having this be my first interaction with Matrix does not aid my endevours atm. :p But will do :D
<b42> yes iirc
<lucidpossum961> manveru[m] thanks!
<lucidpossum961> @lucid
<afreak> how does one develop dotnet in nixos? ive added sdk_3_1 but not sure how i would add amazon.lambda.tools for instance, ive run `dotnet tool install *` and it says its installed, but it doesnt seem like it. do i have to make nix packages for every nuget thing?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108674 → adwaita-qt: 1.1.4 -> 1.2.0 → https://git.io/JLx3l
eyJhb has quit [Quit: Clever message]
attila_lendvai has joined #nixos
<lucidpossum961> Is there a way to search if package X is in https://cache.nixos.org/
eyJhb has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
<lucidpossum961> I found this thread on the discourse: https://discourse.nixos.org/t/is-it-possible-to-query-the-binary-cache/7893
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
eyJhb has quit [Client Quit]
<{^_^}> [rfcs] @spacekookie closed pull request #70 → [RFC 0070] Merge nixos-hardware in to nixpkgs (#70) → https://git.io/Jfb1w
eyJhb has joined #nixos
eyJhb has joined #nixos
<{^_^}> [nixpkgs] @clerie opened pull request #108676 → nixos/gitea: make more secrets persistet → https://git.io/JLx3S
xelxebar has joined #nixos
<{^_^}> [rfc-steering-committee] @spacekookie pushed to master « Update README.md »: https://git.io/JLx3Q
<{^_^}> [nixpkgs] @fabaff opened pull request #108677 → python3Packages.pyairvisual: 5.0.4 -> 5.0.5 → https://git.io/JLx3d
gustavderdrache has joined #nixos
<{^_^}> [nixos-status] @garbas pushed to switch-to-new-prometeus-url « status.nixos.org/prometheus -> monitoring.nixos.org/prometheus »: https://git.io/JLxsv
<{^_^}> [nixos-status] @garbas opened pull request #8 → status.nixos.org/prometheus -> monitoring.nixos.org/prometheus → https://git.io/JLxsf
madalu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @grahamc opened pull request #108678 → Deshaw: create team and reassign limeytexan's maintainership → https://git.io/JLxsZ
madalu has joined #nixos
jb55 has joined #nixos
davidv7 has joined #nixos
* attila_lendvai got rather annoyed and confused by encountering both git-and-tools and gitAndTools
Loopy_00 has joined #nixos
* attila_lendvai has spent 15+ minutes to findally finding out how to install gitk
<{^_^}> [nixpkgs] @andyrichardson opened pull request #108679 → vscode-extensions.mikestead.dotenv: Add dotenv extension → https://git.io/JLxs1
<{^_^}> [nixpkgs] @Oro closed pull request #85634 → nixos/mindustry: init → https://git.io/JfTRT
<eyJhb> b42: Seems like it doesn't work for me.. Damn :( Can see the bot, but not login etc.
klapaucius has joined #nixos
philr has quit [Ping timeout: 240 seconds]
klapaucius has quit [Client Quit]
<oxalica> What's the difference between nixos-unstable and nixpkgs-unstable?
<etu> oxalica: channels that starts with the name nixos have undergone "operating system required tests" such as bootloader tests while nixpkgs havent.
chrismatheson46 has joined #nixos
chrismatheson46 has left #nixos [#nixos]
fuzzypixelz has quit [Ping timeout: 256 seconds]
chrismatheson has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108680 → python3Packages.pyiqvia: init 0.3.1 → https://git.io/JLxGX
Neo---- has quit [Ping timeout: 260 seconds]
Neo---- has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #108681 → emacs: fix accidental double wrapper (Darwin) → https://git.io/JLxG5
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @NobbZ opened pull request #108682 → lttng-ust: python2 => python3 → https://git.io/JLxZq
fuzzypixelz has joined #nixos
ta3dot142 has joined #nixos
<ta3dot142> Hi, what 'services.xserver.videoDrivers' should I use for 'AMD Radeon HD5850'?
Jd007 has joined #nixos
hiro98 has joined #nixos
cosimone has quit [Quit: cosimone]
<srk> b42: matrix-appservice-slack migrated to typescript /o\
<ent> ta3dot142: I'm using "amdgpu" for my card so probably that
<ent> oh wait, hd5850 is quite an old card. I'm not so sure then
<{^_^}> [nixpkgs] @NeQuissimus pushed 6 commits to master: https://git.io/JLxZQ
<ta3dot142> ent, yes it old card, that why I am confuse.
<pinpox> Hi, is anyone using nixos-mobile (e.g. on the pinephone) as a daily driver? How "ready" is it?
nly has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam opened pull request #108683 → rubocop: 1.1.0 -> 1.8.0 → https://git.io/JLxZp
meh` has joined #nixos
nly has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
jmeredith has joined #nixos
zebrag has joined #nixos
fendor_ has joined #nixos
fendor has quit [Ping timeout: 272 seconds]
Cale has joined #nixos
<nly> how do i add kernel module v4l2loopback to system?
malook has joined #nixos
<pushqrdx> shouldn't it be some facility for nix-shell to run the build/install into current directory without going into the store?
<nly> nvm
nly has quit [Remote host closed the connection]
<pushqrdx> genericBuild kinda does that except that without special config it will attempt to install and fix at a store path that it doesn't have permission to
<pushqrdx> i kinda got around that with the following added to my nix expression http://ix.io/2Lb0 but it feels clunky to do this for each derivation. I wonder if there's a way to either provide this globally, or add a special genericBuild like alternative that uses --prefix argument
oxalica has quit [Remote host closed the connection]
miker_ has quit [Quit: leaving]
oxalica has joined #nixos
<gchristensen> anyone care to spare a thumb on a trivial pr? https://github.com/NixOS/nixpkgs/pull/108678
<{^_^}> #108678 (by grahamc, 1 hour ago, open): Deshaw: create team and reassign limeytexan's maintainership
<{^_^}> [nixpkgs] @Emantor opened pull request #108684 → mpris-scrobbler: init at 0.4.0.1 → https://git.io/JLxcm
<pushqrdx> i can see that in manual under the stdenv chapter there's a way to create and use a custom builder script that can use the generic builder, but i wonder if there's someway to have a meta builder script that is available to me in all shells
justanotheruser has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108607 → nvidia-docker: 2.0.3 -> 2.5.0 → https://git.io/JLA4H
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxcB
<gchristensen> thanks lukegb !
<lukegb> np
<{^_^}> [nixpkgs] @grahamc merged pull request #108678 → Deshaw: create team and reassign limeytexan's maintainership → https://git.io/JLxsZ
<{^_^}> [nixpkgs] @grahamc pushed to master « Deshaw: create team and reassign limeytexan's maintainership (#108678) »: https://git.io/JLxc0
nly has joined #nixos
veleiro` has joined #nixos
<nly> nixos-rebuild switch ...
<nly> root module: v4l2loopback -> not found
<pushqrdx> global shellHook?
<pushqrdx> is this possible
hnOsmium0001 has joined #nixos
<pushqrdx> alright here's an easier question, anybody knows of any "nix init" boilerplate generator tool (i know i can just create bash script for that) but just in case someone made the effort already
<pushqrdx> would be nice if there was such thing that also have different languages, so nix init rust|go etc
<{^_^}> [nixpkgs] @mweinelt merged pull request #108677 → python3Packages.pyairvisual: 5.0.4 -> 5.0.5 → https://git.io/JLx3d
<{^_^}> [nixpkgs] @mweinelt pushed 4 commits to master: https://git.io/JLxCV
dv78 has joined #nixos
<dv78> Hello everyone.
<dv78> I have cloned a project with nix configuration. But when i try to build it using nix-build from the shell i get "error: unsupported argument 'submodules' to 'fetchGit', at /nix/store/g60drlh1ii1r9d40xslj25ippvpzsyj1-source/default.nix:6:41"
rb2k has joined #nixos
fuzzypixelz has quit [Ping timeout: 264 seconds]
<dv78> How can I overcome it? I've double checked that I have a newest version (2.3.10) and this problem has to be solved in before.
nly has left #nixos ["ERC (IRC client for Emacs 27.1)"]
ilios has joined #nixos
<{^_^}> [nixpkgs] @nomeata opened pull request #108685 → coreutils: Do not autoreconfHook on Musl → https://git.io/JLxCx
<{^_^}> [nixpkgs] @fabaff opened pull request #108686 → Pylacrosse → https://git.io/JLxWY
<{^_^}> [nixpkgs] @B4dM4n opened pull request #108687 → qt512: 5.12.9 -> 5.12.10 → https://git.io/JLxWn
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108667 → strawberry: 0.8.4 -> 0.8.5 → https://git.io/JLxqZ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxWE
staceee has joined #nixos
<b42> srk: node2nix should be able to handle it, no?
<{^_^}> [nixpkgs] @Atemu opened pull request #108688 → linux_zen: 5.10.1 -> 5.10.5 → https://git.io/JLxWV
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106456 → diylc: init at 4.15.1 → https://git.io/JIgG2
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxWo
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #101628 → code-server: 3.4.1 -> 3.6.0 → https://git.io/JTrIn
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxWX
<{^_^}> [nixpkgs] @B4dM4n opened pull request #108689 → openshot-qt: unbreak → https://git.io/JLxW1
teto has quit [Quit: WeeChat 3.0]
danielbarter has joined #nixos
heyitsrama has joined #nixos
erasmas has joined #nixos
<srk> b42: yeah it does, the problem seems to be caused by more recent versions, it needs package-lock.json
malook has quit [Quit: malook]
ouzu has joined #nixos
<{^_^}> [nixpkgs] @MetaDark opened pull request #108690 → texlab: 2.2.0 -> 2.2.1 → https://git.io/JLxlr
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/479867700ba (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @B4dM4n opened pull request #108691 → qmltermwidget: fix build with gcc10 → https://git.io/JLxlX
kim0 has joined #nixos
pareidolia has quit [Ping timeout: 260 seconds]
Neo---- has quit [Remote host closed the connection]
<ouzu> Hi there, I'm trying to package a go program (linx-server). I used buildGoModule but the build process of the programm requires a command (rice append --exec [...]) to be run after the build to add resources to the binary. Is it possible to do this?
KarlJoad has joined #nixos
pareidolia has joined #nixos
<adisbladis> ouzu: You'll want to look at some of the post* phases. Probably postBuild or postInstall
zebrag has quit [Remote host closed the connection]
zebrag has joined #nixos
<ouzu> Thanks! I'll look into it
<{^_^}> [nixpkgs] @nomeata opened pull request #108693 → linux-pam: Drop musl patch that’s applied upstream → https://git.io/JLx8G
lsix has quit [Ping timeout: 272 seconds]
lsix has joined #nixos
ta3dot142 has quit [Quit: Leaving]
rb2k has quit [Ping timeout: 272 seconds]
rb2k has joined #nixos
<esotericn> okay, so i've been a mug and deleted a path in /nix thinking that was sufficient to remove it from the store
<esotericn> seems there's a database; how can I remove it from the database cleanly to make it rebuild?
<esotericn> error: opening file '/nix/store/wmyafrr2a6wnnv4rz58r949b1rkkggbx-flatbuffers-1.12.0.drv': No such file or directory
`slikts has quit [Ping timeout: 272 seconds]
`slikts has joined #nixos
`slikts has joined #nixos
`slikts has quit [Changing host]
cfricke has quit [Quit: WeeChat 3.0]
sorki has joined #nixos
srk has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @davidtwco opened pull request #108694 → mdcat: 0.22.1 -> 0.22.2 → https://git.io/JLx4K
sorki is now known as srk
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #108239 → linux_zen: 5.10.1 -> 5.10.4 → https://git.io/JL5Ms
zebrag has joined #nixos
veleiro` has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @davidtwco opened pull request #108695 → jirafeau: 4.1.1 -> 4.3.0 → https://git.io/JLxB8
AWizzArd has joined #nixos
<KarlJoad> doronbehar: Can I message you real quick about #108562?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/108562 (by KarlJoad, 1 day ago, open): Octave modules
<AWizzArd> Got a fresh ThinkPad. I "burned" NixOs 20.09 on a usb stick, with UEFI support and in BIOS I say "only boot UEFI". Yet it seems I can't boot from that stick. Could this be connected to UEFI not being supported by NixOS?
<{^_^}> [nixpkgs] @Mic92 opened pull request #108696 → tensorflow: drop 1.x → https://git.io/JLxBK
<tpw_rules> nixos does not support uefi?
erasmas has quit [Quit: Lost terminal]
erasmas has joined #nixos
Ariakenom has quit [Quit: Leaving]
sreybastien has quit [Ping timeout: 240 seconds]
<AWizzArd> Well, when I disable "Secure Boot" in the BIOS I get a menu. So it is connected to Secure Boot.
<esotericn> does anyone know how to fix this deleted derivation issue?
<{^_^}> [nixpkgs] @davidtwco opened pull request #108698 → doctest: 2.4.1 -> 2.4.4 → https://git.io/JLxRG
<bbigras> I'm pretty sure you need to disable secure boot for nixos
<donofrio> lukegb, any thoughts about wget doing the same thing that pianobar and youtube-dl are doing and how to resolve it all?
<AWizzArd> bbigras: thx for confirming
<tpw_rules> esotericn: perhaps nix-store --repair-path /nix/store/wmyafrr2a6wnnv4rz58r949b1rkkggbx-flatbuffers-1.12.0.drv ?
<lukegb> donofrio: err, at this point I'm somewhat stumped without being able to try things easily
ouzu has quit [Quit: WeeChat 2.9]
<donofrio> lukegb, I'm here to try whatever is needed....would like a working nix env without AVX issues....anyone else I'm here to run commadns and share background
<{^_^}> [nixpkgs] @davidtwco opened pull request #108699 → computecpp: 2.2.1 -> 2.3.0 → https://git.io/JLxRV
<esotericn> error: you don't have sufficient rights to use this command lol
<tpw_rules> sudo then?
<lukegb> donofrio: is your Mac actually running a supported OS? I didn't think the 2008 iMacs were supposed to run Mojave+
pjan has quit [Ping timeout: 260 seconds]
<donofrio> lukegb, that might be true but it works it's just these AVX instruction sets are not included on core duo 2 processors is all
<hyper_ch> gchristensen: online?
<esotericn> same :/
<esotericn> $ sudo /nix/var/nix/profiles/default/bin/nix-store --repair-path /nix/store/wmyafrr2a6wnnv4rz58r949b1rkkggbx-flatbuffers-1.12.0.drv
<esotericn> error: cannot repair path '/nix/store/wmyafrr2a6wnnv4rz58r949b1rkkggbx-flatbuffers-1.12.0.drv'
<esotericn> (had to use the absolute path)
<tpw_rules> esotericn: maybe nix-build --repair /nix/store/wmyafrr2a6wnnv4rz58r949b1rkkggbx-flatbuffers-1.12.0.drv
<donofrio> I needed this version for Edge support being newly unemployed I only had this imac around to use....so here I am with a working system just with these AVX issues
<tpw_rules> actually nvm
<tpw_rules> you'd have to pass in nixpkgs.flatbuffers or whatever the source is
<Izorkin> How to fix this error - Error: modDirVersion 5.10.5-hardened specified in the Nix expression is wrong, it should be: 5.10.5.a-hardened. Building linux kernel hardened 5.10.5
<donofrio> and with pianobar working it shows this can be done just seems I need the "subsitution" to be global not just for pianobar
<tpw_rules> either way, there must be some build that is failing as a result of flatbuffers being missing. use --repair when trying to build trhat
malook has joined #nixos
<esotericn> `error: repairing is not supported when building through the Nix daemon` lol
<esotericn> i'm half minded to just uninstall and reinstall nix
lsix has quit [Ping timeout: 264 seconds]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @eduardosm opened pull request #108700 → webbrowser: mark as broken → https://git.io/JLx0Y
Boomerang has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #108627 → linux: build with multipath tcp support → https://git.io/JLA65
<{^_^}> [nixpkgs] @teto pushed commit from @petabyteboy to staging « linux: build with multipath tcp support »: https://git.io/JLx0O
fuzzypixelz has joined #nixos
<tpw_rules> esotericn: last shot: nix-collect-garbage -d --option keep-outputs false --option keep-derivations false
* esotericn watches the deletification
oxalica has quit [Quit: oxalica]
danielbarter has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @fabaff opened pull request #108701 → cantoolz: init at 3.7.0 → https://git.io/JLx0C
<esotericn> lol, still the same thing
malook has quit [Quit: malook]
<tpw_rules> did it say it was deleting a lot of .drv files?
<{^_^}> [nixpkgs] @asymmetric opened pull request #108702 → gopls: 0.5.3 -> 0.6.2 → https://git.io/JLx00
<tpw_rules> you might have to say: nix-store --gc --option keep-outputs false --option keep-derivations false
<esotericn> i've just tried deleting the db entirely (moving it to a different folder as backup), seems to be working now
<esotericn> it's just redownloading everything
zebrag has quit [Quit: Konversation terminated!]
justsomeguy has joined #nixos
<{^_^}> [nixpkgs] @sjau opened pull request #108703 → zfs: 2.0.0 -> 2.0.1 → https://git.io/JLx06
zebrag has joined #nixos
jgart[m] has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
zebrag has quit [Remote host closed the connection]
lsix has joined #nixos
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #108690 → texlab: 2.2.0 -> 2.2.1 → https://git.io/JLxlr
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JLx0Q
pjan has joined #nixos
Vq_ is now known as Vq
toppler has joined #nixos
kalbasit has joined #nixos
bn_work has joined #nixos
<{^_^}> [nixpkgs] @acowley opened pull request #108704 → bibtex2html: add perl dependency → https://git.io/JLxEB
veleiro` has joined #nixos
veleiro` is now known as veleiro
veleiro has quit [Changing host]
veleiro has joined #nixos
mallox has joined #nixos
mallox has quit [Client Quit]
zebrag has joined #nixos
<toppler> Hi. I'm trying to use fetchgit with a private git repository over ssh: "nix-shell -E 'let pkgs = (import <nixpkgs> {}); in pkgs.stdenv.mkDerivation { name = "test"; src = pkgs.fetchgit { url = "ssh://<host>/<path>"; sha256 = "<hash>"; }; }'" but I'm getting "No user exists for uid 1000". I've tried to trace this down, and I get this error just invoking ssh in the builder.sh. I'm seeing the same error message mentioned
<toppler> https://github.com/NixOS/nixpkgs/issues/31700#issuecomment-345051762, but this is all a bit beyond me. Any advice? Thanks :)
<viric> toppler: builtins.fetchgit
<viric> toppler: that runs git in the invoker environment, not the nix-builder environment
<{^_^}> [nixpkgs] @fabaff opened pull request #108705 → python3Packages.pydexcom: init at 0.2.0 → https://git.io/JLxEd
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/31eeb468edc (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<toppler> viric: Ohhh...noted. Thanks for the quick reply!
Loopy_00 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
respawn_ has joined #nixos
<viric> toppler: I used the complicated approach for years until recently I was told about that builtin too
<viric> I don't understand its caching though yet.
dv78 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ruuda opened pull request #108706 → fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0 → https://git.io/JLxuE
zebrag has quit [Quit: Konversation terminated!]
<donofrio> lukegb, how do I do "Gobal Subsitution" not just for pianobar within nix when it comes to compiling new applications?
zebrag has joined #nixos
omnipotententity has quit [Read error: Connection reset by peer]
omneh has joined #nixos
omneh has joined #nixos
omneh has quit [Changing host]
Kritnich has quit [Quit: Ping timeout (120 seconds)]
ifthenelse9 has joined #nixos
Kritnich has joined #nixos
ifthenelse has quit [Read error: Connection reset by peer]
ifthenelse9 is now known as ifthenelse
costrouc has quit [Quit: costrouc]
justsomeguy has quit []
<lukegb> donofrio: the substitute=false thing already said "don't fetch this precompiled"; you can put that in your /etc/nix/nix.conf. I believe on macOS it might not exist by default so you may need to create it but could well be wrong
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @mweinelt closed pull request #108703 → zfs: 2.0.0 -> 2.0.1 → https://git.io/JLx06
cole-h has joined #nixos
<toppler> viric: Can this built-in be used safely in my main nixos configuration.nix? If I understand it, I'll need to be sure that git is on the path whenever I now do "nixos-rebuild switch"?
<{^_^}> [nixpkgs] @zimbatm merged pull request #108702 → gopls: 0.5.3 -> 0.6.2 → https://git.io/JLx00
<{^_^}> [nixpkgs] @zimbatm pushed commit from @asymmetric to master « gopls: 0.5.3 -> 0.6.2 (#108702) »: https://git.io/JLxz4
<{^_^}> [nixpkgs] @github-actions[bot] pushed 42 commits to staging-next: https://git.io/JLxzE
<{^_^}> [nixpkgs] @github-actions[bot] pushed 43 commits to staging: https://git.io/JLxzu
nomeata has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #108694 → mdcat: 0.22.1 -> 0.22.2 → https://git.io/JLx4K
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JLxzK
<nomeata> Hi! Maybe that is common knowledge, but I am always unsure about it: What kind of backports are eligible for the release-* branch. Only bugfixes, but no version bumps? Version bumps if they fix bugs? Or simply anything that I care enough about to bother creating a PR for?
reactormonk has quit [Quit: WeeChat 2.7.1]
reactormonk has joined #nixos
<cole-h> Depends on who merges it, but I, personally, would put a hard-no on non-trivial version bumps (open to interpretation).
<gchristensen> ,backport nomeata
<{^_^}> gchristensen: Did you mean backports?
<cole-h> gchristensen++
<{^_^}> gchristensen's karma got increased to 399
<{^_^}> [nixpkgs] @danieldk merged pull request #108644 → obsidian: 0.10.1 -> 0.10.6 → https://git.io/JLApy
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JLxzD
nly has joined #nixos
<nomeata> Thanks! Probably doesn’t cover “updating 0.3.10 -> 0.3.13 to unbreak the build of python3Packages.scipy on musl” then :-)
<lordcirth> If it's only useful for musl, probably not
cosimone has quit [Quit: cosimone]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #108309 → imv: 4.1.0 -> 4.2.0 → https://git.io/JLdRn
<{^_^}> [nixpkgs] @rnhmjoj pushed 4 commits to master: https://git.io/JLxzN
<gchristensen> probably fine though, it is a minor update
<{^_^}> [nixpkgs] @danieldk merged pull request #108396 → ceph: enable aarch64-linux platform → https://git.io/JLFyc
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JLxzh
<nomeata> BTW, I regular run into breakage of rather basic musl packages (e.g. pkgsMusl.coreutils). I understand that the musl target may not be important enough to block changes to nixpkgs master, but are there plans to at least monitor and notice if packages no longer build? (Or is the reason these are not kept working more a question of build time and cache space, rather than that you don’t want block changes for musl?)
Lord_of_Life_ has joined #nixos
domogled has joined #nixos
<cole-h> You could keep an eye on hydra and see when pkgsMusl stuff starts failing. e.g. https://hydra.nixos.org/eval/1640477?filter=musl&compare=1640445&full=#tabs-still-fail for the most recent nixpkgs-trunk eval shows the stdenv failing because of coreutils
Lord_of_Life has quit [Ping timeout: 264 seconds]
Lord_of_Life_ is now known as Lord_of_Life
ManiacOfMadness has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #108708 → busybox: 1.32.0 -> 1.32.1 → https://git.io/JLxgL
<nomeata> Thanks! I guess I should … but then, I am just a thankful user, who only very occasionally needs something.
kim0 has quit [Quit: Connection closed for inactivity]
<cole-h> That's the thing. pkgsMusl only really has "thankful users". Not a whole lot of people depend on it (and thus breakages can go mostly unnoticed).
akavel has joined #nixos
berberman_ has joined #nixos
berberman has quit [Ping timeout: 260 seconds]
<akavel> Hi! When I'm writing a bash snippet in a multiline string, and want to insert some comments inside, is there some Nix expression "idiom" to use?
<nomeata> Yeah, that’s what I feared :-). Well, I’ll fix what I can then
<akavel> Ideally, I'd like the existence of those comments to not influence the expression's hash...
<cole-h> akavel: If you don't want the comments to be part of the snippet, you can end the multiline string, write your comment, and then do `+ ''` to continue the multiline string
<akavel> cole-h: thanks! so, should I put the `+ ''` on a new line, below the comment?
<akavel> cole-h: <3 <3 <3 thanks!
<{^_^}> [nixpkgs] @nomeata opened pull request #108709 → openblas: 0.3.10 -> 0.3.13 → https://git.io/JLxgu
<akavel> One more question: I once tried moving some commands from `buildPhase` to `preBuild`, but they didn't seem to do work then; does something like `preBuild` even exist? or should it work and I just made a typo or something?
nbbfehhgdhos^ has quit []
<cole-h> preBuild exists, but if you override buildPhase, you need to `runHook preBuild` before the meat of your buildPhase
<cole-h> And ideally `runHook postBuild` after the meat
<{^_^}> [nixpkgs] @omasanori closed pull request #102870 → nixos/networking: make /etc/netgroup by default → https://git.io/JTxfC
<akavel> cole-h: ohhhhhh, ok, thanks again! it's not the first time you're here and helping me, thank you for being so awesome! <3
rembo10 has quit [Ping timeout: 256 seconds]
<cole-h> Happy to be of assistance :)
DanC has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #108710 → starboard: 0.7.1 -> 0.8.0 → https://git.io/JLxgK
respawn_ has quit [Ping timeout: 256 seconds]
<akavel> Hm, one more question, mostly stylistic I believe: if I have to ln some stuff into the build directory for the package's custom build system to work, does it feel like belonging in postPatch, or preBuild? (or elsewhere?)
<cole-h> I usually put that stuff in postPatch, but both are pretty much the same.
<akavel> ok, thanks!
DanC has joined #nixos
eacameron has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #108696 → tensorflow: fix build → https://git.io/JLxBK
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JLx2Z
lsix has quit [Ping timeout: 264 seconds]
ymatsiuk has joined #nixos
<eacameron> clever: You have a qemu module for building aarch64 on x86. But it's no longer working against recent nixpkgs (at least for 20.09). Do you know of any other way to do this?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108541 → nixos/pipewire: improve assertion messages → https://git.io/JLNVE
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JLx2i
<ymatsiuk> supersandro2000 aanderse thanks for your reviews/suggestions guys :)
OCCASVS has joined #nixos
nomeata has quit [Quit: Client exiting]
fuzzypixelz has left #nixos [#nixos]
<{^_^}> [nixpkgs] @NeQuissimus pushed to hardened_extra « linux-hardened: Track extra version »: https://git.io/JLx2h
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #108711 → linux-hardened: Track extra version → https://git.io/JLxae
davidv7 has joined #nixos
ZaraChimera has joined #nixos
shu9 has joined #nixos
<aanderse> ymatsiuk: awesome stuff, looks great :D
<akavel> When fetching source from git repo (incl. github), is there a way to get hold of the commit metadata? i.e. commit date, commit message, etc.?
sreybastien has joined #nixos
<akavel> (somehow getting access to the .git directory would be good enough)
ZaraChimera has left #nixos ["WeeChat 3.0"]
endformationage has joined #nixos
meh` has quit [Ping timeout: 246 seconds]
<Izorkin> aanderse: What is needed to get this PR merged - #91944 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/91944 (by Izorkin, 27 weeks ago, open): mariadb: 10.4.15 -> 10.5.8
<pushqrdx> why does nix-shell '<nixpkgs'> throw this nonesense :D
<pushqrdx> Please be informed that this pseudo-package is not the only part of Nixpkgs that fails to evaluate
<aanderse> Izorkin: i really want to get that merged too! have you tested it? have you tested upgrading an existing 10.4.x installation?
<lordcirth> pushqrdx, because you tried to start a shell containing everything in nixpkgs
<cole-h> akavel: No. `fetchFromGitHub` just uses the provided rev to get a tarball of the repo at that point.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108689 → openshot-qt: unbreak → https://git.io/JLxW1
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxay
<Izorkin> aanderse: not checking update from 10.4 to 10.5. I have been using 10.5 for a long time. But I have a very small database.
<pushqrdx> lordcirth oh, i thought the "<nixpkgs>" is just a substitution for adding with (import <nixpkgs>); at the top of my derivation
<lordcirth> pushqrdx, it would be, if you then specified "-A foo"
<akavel> cole-h: the nix flakes design draft (https://gist.github.com/edolstra/40da6e3a4d4ee8fd019395365e0772e7) seems to mention at least commitHash and date being possibly available; do you maybe know if this got included in current flakes?
<aanderse> Izorkin: it would be great if someone could test. i'm sorry i haven't had a chance to. i wanted to, but too many other things... if no one else is going to extensively test it will be best to just merge sooner rather than later
<lordcirth> pushqrdx, but without specifying an attribute to load, you asked to load all of nixpkgs
<cole-h> akavel: It is, but only for inputs to a flake.
<akavel> ahhhhh
manj-gnome has joined #nixos
<pushqrdx> lordcirth but why doesn't this with (import <nixpkgs> {}); load all nixpkgs too?
<cole-h> e.g. self.shortRev, self.lastModified{,Date}
<pushqrdx> lordcirth with that line at the top, i can run nix-shell without specifying any attributes and it works
<aanderse> Thanks for your work Izorkin we will merge soon
<aanderse> i pointed out a couple typos if you don't mind
<cole-h> pushqrdx: It does. It makes everything from Nixpkgs available in that shell.
<cole-h> However, since Nix is a lazy language, unless you access AAA....., that error won't be thrown.
<akavel> cole-h: ah, but 'self' is... self, right? I seem to have `src = self;` in fact...?
<pushqrdx> cole-h alright then it makes no sense why would it throw an error if i try to do it like nix-shell "<nixpkgs>" or with "with (import <nixpkgs> {});"
<cole-h> But if you run `nix-shell '<nixpkgs>'`, it will try to make every single package in Nixpkgs a part of your shell environment
<cole-h> akavel: `self` is `inputs.self`.
<Izorkin> aanderse: ok, i will update later
<aanderse> thanks
<akavel> cole-h: ok I'll try and see, thanks! Do you know if that's documented somewhere? what are the names of the available fields in self?
<pushqrdx> i still don't get what is the difference between `with (import <nixpkgs> {});` and `nix-shell "<nixpkgs>"` if both make the whole nixpkgs available in the shell why would one throw and the other not
manj-gnome has quit [Quit: Leaving]
<lordcirth> pushqrdx, because the latter evaluates it more by trying to add the packages to your path
<pushqrdx> perhaps that the with expression is lazily evaluated while the "<nixpkgs>" is eagerly evaluated?
<{^_^}> [nixpkgs] @fabaff opened pull request #108712 → python3Packages.airly: init at 1.0.0 → https://git.io/JLxVO
<lordcirth> It's still technically lazy, but more of it is pulled
<cole-h> pushqrdx: 11:57 <cole-h> But if you run `nix-shell '<nixpkgs>'`, it will try to make every single package in Nixpkgs a part of your shell environment
ManiacOfMadness has joined #nixos
<pushqrdx> lordcirth ah, makes sense now, but how can i make it so i have a derivation in default.nix without using with (import <nixpkgs> {});
riksteri has quit [Quit: riksteri]
<pushqrdx> cole-h i have been using the default.nix with a callPackage to app.nix thingy but i don't like it
<pushqrdx> i just want a default.nix that is a derivation but also a shell
<pushqrdx> a lot let hassle
<cole-h> ... you know you can run `nix-shell` on whatever file is holding your derivation, right?
<cole-h> If you don't want to callPackage, just `let pkgs = import nixpkgs {};` in your app.nix and use `pkgs.dependency` and stuff.
<cole-h> Or you could just do a `with import nixpkgs {};` and not deal with `pkgs.`
<pushqrdx> yeah but if the derivation doesn't have with (import <nixpkgs> {}); it will complain about missing dependencies
<pushqrdx> i wish there was a way to nix-shell into derivations copied from nixpkgs as is
<akavel> pushqrdx not 100% sure if that's relevant here, but my typical 'idiom' for starting default.nix is: `{ pkgs ? import <nixpkgs> {} }:`
fendor_ is now known as fendor
vs^ has joined #nixos
<akavel> or if I need more, it's: `{ pkgs ? import <nixpkgs {}, foo ? pkgs.foo, bar ? pkgs.bar }:`, though usually every one of them on a separate line
<cole-h> pushqrdx: nix-shell can take an expression
<akavel> typo: `{ pkgs ? import <nixpkgs> {}, foo ? pkgs.foo, bar ? pkgs.bar }:`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108660 → subjs: init at 1.0.1 → https://git.io/JLxIE
<pushqrdx> akavel yeah this is in fact what i was trying to do but i also want to have stdenv available
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxV0
<cole-h> pushqrdx: So you can do `nix-shell -E '(import <nixpkgs> {}).callPackage ./test.nix {}'`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108474 → ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5 → https://git.io/JLbD6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxVE
<cole-h> FYI, stdenv is available via `pkgs.stdenv` (where `pkgs = import nixpkgs {};`)
<Izorkin> aanderse: in mariadb 10.5 TokuDB error builded. I think it's better to leave "dropped"
<akavel> pushqrdx: IIRC, you can create a special `shell` attribute in default.nix (or was it in mkDerivation?) and it is only used by `nix-shell`, so it can be tweaked as necessary
<aanderse> ah, ok, sorry, i was just having a quick look over the upstream documentation
<aanderse> you are correct then 👍️
<aanderse> i didn't realize that
<pushqrdx> cole-h yeah this kinda does the job i think http://ix.io/2LcU
<pushqrdx> akavel what shell attribute?
<cole-h> It's the shellHook.
<akavel> pushqrdx: ah maybe I was thinking about the `shellHook` you used
<akavel> and lol, I expect to actually need it soon, so I'll steal this now to my notes :D
<pushqrdx> yeah this is currently my solution to build stuff using genericBuild and have them installed and patched into a local directory
<{^_^}> [nixpkgs] @ewok opened pull request #108713 → enpass: fix working only with root privileges on KDE → https://git.io/JLxVi
<pushqrdx> after fiddling around i found it, i wish there was a default built-in addition to builder.sh that provided that out of the box, maybe localBuild function or at least the ability to specify genericBuild --prefix, that wouldn've been cooler than changing them through env vars
<pushqrdx> makes me wonder though is there a way to extend the generic builder, perhaps have some extra config or functions in all nix-shells
<pushqrdx> withought manually overriding builder in mkDerivation
<Izorkin> Mic92: https://github.com/NixOS/nixpkgs/issues/108228 have any ideas how to fix it?
<{^_^}> #108228 (by Izorkin, 5 days ago, open): nixos/netadata: error start plugin slabinfo
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108714 → gnomeExtensions.unite-shell: init at 44 → https://git.io/JLxVj
ransom has joined #nixos
<Mic92> Izorkin: CAP_DAC_OVERRIDE is no longer enough?
Volk has quit [Quit: See you next time!]
<Izorkin> Mic92: yes, does not work with CAP_DAC_OVERRIDE
<eacameron> Does anyone have a trick for building aarch64 drvs when on x86?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108698 → doctest: 2.4.1 -> 2.4.4 → https://git.io/JLxRG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxwL
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108699 → computecpp: 2.2.1 -> 2.3.0 → https://git.io/JLxRV
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxwO
<{^_^}> [nixpkgs] @figsoda opened pull request #108715 → vscode-extensions.jnoortheen.nix-ide: init at 0.1.7 → https://git.io/JLxwc
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #101410 → enyo-doom: update license → https://git.io/JTgSm
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @tadfisher to master « enyo-doom: update license (#101410) »: https://git.io/JLxwR
lsix has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pushqrdx> silly question, can i `with` multiple things
<pushqrdx> for instance with pkgs, lib; or with { pkgs, lib }; (both don't work :D)
<gchristensen> with foo; with bar;
<pushqrdx> that's ugly
<gchristensen> sorry
<gchristensen> don't do it
<pushqrdx> i didn't mean it to come out that way though sorry :*
<pushqrdx> gchristensen again sorry if it sounded offensive :D
<gchristensen> no worries :)
<gchristensen> I agree, though: with is ugly!
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108683 → rubocop: 1.1.0 -> 1.8.0 → https://git.io/JLxZp
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxwN
<{^_^}> [nixpkgs] @tfmoraes opened pull request #108716 → gnome3.gnome-boxes: remove xen as dependency → https://git.io/JLxwp
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107894 → pythonPackages.advantage_air: init at 0.2.1 → https://git.io/JL9Hz
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxwh
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107285 → libschrift: init at 0.9.1 → https://git.io/JLaav
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxrf
Thaodan has quit [Quit: ZNC - https://znc.in]
hiro98 has quit [Remote host closed the connection]
Thaodan has joined #nixos
meh` has joined #nixos
Darkmatter66 has joined #nixos
<pushqrdx> let
<pushqrdx> o = pkgs // pkgs.lib;
<pushqrdx>
<pushqrdx> in with o;
<pushqrdx> lol, multiple with kinda
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108632 → wezterm: add darwin support → https://git.io/JLADP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxrn
<pushqrdx> i don't know what bad things might happen because of that set merge though, would stuff from .lib override things from pkgs unpredictably?
<pushqrdx> overwrite*
<donofrio> lukegb, it was indeed missing now what do I do to recompile everything again (should I make a backup and how? of my current setup)
teto has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108432 → fastp: init 0.20.1 → https://git.io/JLbOn
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxra
M86ul[m] has left #nixos ["User left"]
sarcasticadmin has joined #nixos
TonyTheL1on has joined #nixos
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 707 commits to haskell-updates: https://git.io/JLxrH
<{^_^}> [nixpkgs] @Dyazz opened pull request #108717 → libqalculate: 3.14.0 -> 3.16.0 → https://git.io/JLxrF
TonyTheLion has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @edolstra pushed to nix-prefetch « Add 'nix store prefetch-{file,tarball}' »: https://git.io/JLxoI
<{^_^}> [nix] @edolstra opened pull request #4434 → Add 'nix store prefetch-{file,tarball}' → https://git.io/JLxot
<{^_^}> [nixpkgs] @cpcloud opened pull request #108718 → nvidia-docker: fix VERSION reporting bug → https://git.io/JLxoZ
hke has quit [Read error: Connection reset by peer]
justanotheruser has joined #nixos
hke has joined #nixos
Jd007 has quit [Quit: Jd007]
<cole-h> Wow, hydra seems to be at its quietest I've ever seen. ~1460 in queue, total.
Jd007 has joined #nixos
<akavel> Is there some public CI, gratis for FOSS projects, with good support for Nix (ideally incl. flakes)? And/or, is there some common way of building Nix expressions in Travis/CircleCI/...?
asht has joined #nixos
<cole-h> Isn't it as simple as running the installer (there's an option to not prompt for choices, I believe) and then running `nix{-, }build`?
<cole-h> There is an install-nix-action that you could take inspiration from: https://github.com/cachix/install-nix-action
ky0ko has joined #nixos
<eyJhb> Anyone using weechat-matrix, that has a config they can share for it?
<akavel> cole-h: dunno, going to do that first time in my life, so thought to maybe start by asking here :D even before I started asking Google ;P thanks! :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108267 → pcimem: init at unstable-2018-08-29 → https://git.io/JL5x6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxob
<viric> toppler: unsafe in what sense?
<{^_^}> [nixpkgs] @jslight90 opened pull request #108720 → gitlab: 13.7.1 -> 13.7.2 → https://git.io/JLxop
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108653 → oven-media-engine: 0.10.8 -> 0.10.9-hotfix → https://git.io/JLxJT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxoh
strobelight has quit [Quit: quit, cya!]
omneh has quit [Quit: Leaving]
strobelight has joined #nixos
strobelight has quit [Remote host closed the connection]
strobelight has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #107467 → Kicad: 5.1.8 -> 5.1.9 → https://git.io/JLxKT
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/JLxKk
sreybastien has quit [Ping timeout: 246 seconds]
stalactite[m] has left #nixos ["User left"]
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @lsix opened pull request #108721 → readline80 -> readline81 → https://git.io/JLxKW
kalbasit has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @rhoriguchi closed pull request #108714 → gnomeExtensions.unite-shell: init at 44 → https://git.io/JLxVj
<{^_^}> [nix] @edolstra merged pull request #4434 → Add 'nix store prefetch-{file,tarball}' → https://git.io/JLxot
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JLxKz
<{^_^}> [nix] @edolstra pushed 0 commits to nix-prefetch: https://git.io/JLxKg
vs^ has quit []
akavel has quit [Remote host closed the connection]
vidbina_ has quit [Ping timeout: 246 seconds]
tobeportable has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi reopened pull request #108714 → gnomeExtensions.unite-shell: init at 44 → https://git.io/JLxVj
<{^_^}> [nixpkgs] @lovesegfault merged pull request #108718 → nvidia-docker: fix VERSION reporting bug → https://git.io/JLxoZ
<{^_^}> [nixpkgs] @lovesegfault pushed 2 commits to master: https://git.io/JLxK6
ransom has joined #nixos
attila_lendvai has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jlesquembre opened pull request #108722 → vimPlugins.vim-capslock: init at 2021-01-07 → https://git.io/JLx6t
<{^_^}> [nixpkgs] @symphorien merged pull request #108591 → dsniff: unbreak the build → https://git.io/JLAOc
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JLx6G
tsrt^ has joined #nixos
ransom_ has joined #nixos
ransom has quit [Ping timeout: 272 seconds]
asht has quit [Quit: leaving]
D_ has quit [Ping timeout: 256 seconds]
Volk has joined #nixos
philr has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108724 → python3Packages.subarulink: init at 0.3.11 → https://git.io/JLxie
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108622 → tab-rs: init at 0.5.5 → https://git.io/JLArA
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxik
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108684 → mpris-scrobbler: init at 0.4.0.1 → https://git.io/JLxcm
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxiI
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108686 → python3Packages.pylacrosse: init at 0.4 → https://git.io/JLxWY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxiL
veleiro has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108691 → qmltermwidget: fix build with gcc10 → https://git.io/JLxlX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxis
<ashkitten> is there a way to patch the output of another derivation (like, add additional patch steps but not have to rebuild the whole thing?)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108682 → lttng-ust: python2 => python3 → https://git.io/JLxZq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxiC
<adisbladis> ashkitten: Huh? How would that work?
<ashkitten> i want to patch a file in the built output of firefox but i don't want to rebuild firefox
<tpw_rules> you could make a derivation that just copies everything from firefox's out and then does the patch
ransom_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #91674 → zynaddsubfx: use zyn-fusion as default gui module → https://git.io/JJeKP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxig
<tpw_rules> something equivalent to cp -r ${pkgs.firefox}/* $out/ i think
<ashkitten> i did try that, but it gives me permissions issues
<ashkitten> it doesn't like me trying to edit files like that
<tpw_rules> you would have to make the file read write because the store is read only
<tpw_rules> after you did the copy
<ashkitten> hmm
ransom has joined #nixos
<tpw_rules> nix will make everything read only again once the build is finished
hspak2 has joined #nixos
<ashkitten> right
<adisbladis> tpw_rules: Those files may still contain static references to the original path though
<ashkitten> oh
<tpw_rules> wouldn't nix find that as a runtime dependency though?
<tpw_rules> it depends on what the file is and how firefox finds it
<adisbladis> Yeah, it might work, it might not
<ashkitten> right okay
<ashkitten> i think i'll just have to rebuild firefox
<tpw_rules> what exactly are you trying to patch?
Darkmatter66 has quit [Ping timeout: 240 seconds]
<adisbladis> ashkitten: You might want to take a look at replaceDependency
<adisbladis> It may do what you want
<ashkitten> $out/lib/firefox/browser/omni.ja
<{^_^}> [nixpkgs] @veehaitch opened pull request #108725 → kernelPatches: ath driver: allow setting regulatory domain → https://git.io/JLxi7
hspak has quit [Ping timeout: 272 seconds]
hspak2 is now known as hspak
<ashkitten> i don't think replaceDependency works for this because the file is a part of firefox itself
apache8080[m] has joined #nixos
Kozova1 has quit [Quit: Leaving]
<clever> eacameron: there is a replacement in nixpkgs itself now, let me see...
<clever> eacameron: boot.binfmt.emulatedSystems
<eacameron> clever: Oh my that's fantastic.
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLxPH
lsix has joined #nixos
<{^_^}> [nixpkgs] @omasanori opened pull request #108726 → nixos/networking: make /etc/netgroup by default → https://git.io/JLxPd
<{^_^}> [nixpkgs] @baloo opened pull request #108727 → libplacebo: fixup glslang headers path → https://git.io/JLxPx
g-w1 has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #108727 → libplacebo: fixup glslang headers path → https://git.io/JLxPx
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLxXq
g-w1 has left #nixos [#nixos]
ShaRose has quit [Quit: I appear to have left for some reason.]
meh` has quit [Ping timeout: 240 seconds]
ShaRose has joined #nixos
supermule has joined #nixos
<supermule> Hi... I am trying to install mssql-tools from a .deb package. Not going so well. I tried a script using buildFHSUserEnv, and I do get an executable but it fails as it expects to find /opt/mssql-tools/share/resources/en_US. I looked into the executable with less, and could find the path hard-coded. So how do I install executables with hard-coded
<supermule> paths?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108626 → nufraw: init at 0.43-3 → https://git.io/JLAK1
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxXw
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108728 → vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1 → https://git.io/JLxXP
<adisbladis> supermule: I would try to avoid FHS envs if possible. It's likely you can get away with using a combination of autopatchelfhook & libredirect.
<supermule> adisbladis: Looks promissing. I will look into that. Thank you very much.
supermule has quit [Remote host closed the connection]
gustavderdrache has quit [Quit: Leaving.]
gustavderdrache has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @sikmir opened pull request #108729 → mtPaint: 3.49.12 → 3.50.01 → https://git.io/JLx1g
D_ has joined #nixos
domogled has quit [Remote host closed the connection]
ransom has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
sss2 has joined #nixos
OCCASVS has quit [Quit: Connection closed for inactivity]
<hexa-> ,locate libXcursor.so.1
<{^_^}> Found in packages: xlibs.libXcursor
D_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107439 → cakelisp: init at 0.1.0 → https://git.io/JLxMt
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLxMm
kevincox[m] has joined #nixos
gustavderdrache has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @baloo opened pull request #108730 → libplacebo: use upstreamed patch → https://git.io/JLxM0
<{^_^}> [nixpkgs] @tadfisher closed pull request #51588 → autoPatchelfHook: Use alternative interpreters in multilib envs → https://git.io/fp11P
D_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108380 → nixos/lxd: disable cgroup v2 when LXD is active → https://git.io/JLFEh
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxMg
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #108711 → linux-hardened: Track extra version → https://git.io/JLxae
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux-hardened: Track extra version »: https://git.io/JLxMV
<{^_^}> [nixpkgs] @NeQuissimus pushed 0 commits to hardened_extra: https://git.io/JLxMw
D_ has quit [Remote host closed the connection]
D_ has joined #nixos
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108704 → bibtex2html: add perl dependency → https://git.io/JLxEB
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLxMQ
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108732 → vscode-extensions.vincaslt.highlight-matching-tag: init at 0.10.0 → https://git.io/JLxDe
<hexa-> ,locate libvulkan.so.1
<{^_^}> [nixpkgs] @flokli merged pull request #108440 → nixos/redis: replace extraConfig option with settings option → https://git.io/JLbnb
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JLxDI
<{^_^}> Found in packages: vulkan-loader
<{^_^}> [nixops] @dependabot[bot] pushed to dependabot/pip/doc/lxml-4.6.2 « build(deps): bump lxml from 4.5.2 to 4.6.2 in /doc »: https://git.io/JLxDL
<{^_^}> [nixops] @dependabot[bot] opened pull request #1428 → build(deps): bump lxml from 4.5.2 to 4.6.2 in /doc → https://git.io/JLxDt
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JLxDY
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/cc8db6e19b8 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<toppler> viric: Robust, rather than safe. I didn't have git as a system package, and I couldn't get a successful rebuild until I'd first added it. I'd rather avoid the risk of breaking things because I forgot to make sure I had git already installed. But it's no deal breaker.
erasmas has quit [Quit: leaving]
ShaRose has quit [Quit: I appear to have left for some reason.]
ShaRose has joined #nixos
davidv7 has quit [Ping timeout: 272 seconds]
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108733 → vscode-extensions.formulahendry.auto-rename-tag: init at 0.1.5 → https://git.io/JLxDj
bqv has quit [Quit: WeeChat 3.0]
bqv has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108734 → vscode-extensions.tyriar.sort-lines: init at 1.9.0 → https://git.io/JLxyG
acarrico has quit [Ping timeout: 264 seconds]
thc202 has quit [Quit: thc202]