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
mallox has quit [Quit: WeeChat 3.0]
emacsomancer has quit [Ping timeout: 268 seconds]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
clime has quit [Ping timeout: 264 seconds]
riksteri has quit [Read error: Connection reset by peer]
riksteri has joined #nixos
vidbina_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @charles-dyfis-net opened pull request #108182 → ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 → https://git.io/JL5qH
<pinpox> colemickens: fixed the problem I was having earlier, thanks for your input that lead me on the right track
<pinpox> colemickens++
<{^_^}> colemickens's karma got increased to 53
emacsomancer has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #108183 → haxePackages.hxcpp: 3.4.64 -> 4.1.15 → https://git.io/JL5qj
rajivr has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #108184 → nixos/command-not-found: don't suggest nix-env → https://git.io/JL5mf
cr4y1 has quit [Ping timeout: 265 seconds]
<donofrio> supersandro2000, should I run this command still? "nix-store --delete x265"
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108171 → python3Packages.opensensemap-api: init at 0.1.5 → https://git.io/JL5JO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5m3
evhan has joined #nixos
evhan is now known as Guest97139
<supersandro2000> donofrio: nix-store --delete /nix/store/*x265*
<supersandro2000> it deleted everything with x265 in the name
<supersandro2000> maybe it fixes your problem
<supersandro2000> if not I would need the overlay you are using cause I can't reproduce your problem
Guest97139 has joined #nixos
Guest97139 has quit [Changing host]
Guest97139 has quit [Quit: De IRC non curat rex...]
SomeoneSerge has joined #nixos
<donofrio> supersandro2000, https://paste.opensuse.org/36117203
<supersandro2000> remove the result file
<supersandro2000> but I think that might not fix your problem
<donofrio> I'm still new herem what result file?
<supersandro2000> I assume however you disabled AVX did something weird or case insensitive FS
<supersandro2000> the one in your cwd
<supersandro2000> weird in like the commands that are in the package do not work anymore like they should
<donofrio> AVX is not disabled, it is missing from Intel Core Duo
<supersandro2000> yeah but you told nix didn't you?
<donofrio> hence why I need to compile everything I think....that is why I left it for 12 hours or more yesterday
<donofrio> dunno what I told nix?
ky0ko has joined #nixos
mbrgm has quit [Ping timeout: 260 seconds]
<supersandro2000> you mean it auto detects this?
mbrgm has joined #nixos
<supersandro2000> ahhh. Did not know that. learning every day
<donofrio> that it is missing, so that is why I'm getting "Illigal Instruction :4" (rusult files exist bit not the file starting in "pq and ending in 3.4"
riksu-raksu has joined #nixos
riksutin has joined #nixos
riksteri has quit [Ping timeout: 246 seconds]
cantstanya has quit [Remote host closed the connection]
riksu-raksu has quit [Ping timeout: 264 seconds]
cantstanya has joined #nixos
philr has joined #nixos
philr_ has quit [Ping timeout: 272 seconds]
supersandro2000 has quit [Ping timeout: 246 seconds]
miscalculated has quit [Ping timeout: 258 seconds]
supersandro2000 has joined #nixos
<supersandro2000> nix requires blacklisting packages for building support
<supersandro2000> every time something builds tensorflow or lumo my entire home network starts to fall apart
<supersandro2000> and I can't even open a new bash or htop to kill it
<donofrio> still cannot find or remove that results file ;(
<supersandro2000> not that important
<supersandro2000> let me try something
<donofrio> k
<supersandro2000> well...
<supersandro2000> I can't fake no AVX support somehow
johnnyfive has joined #nixos
dansho has joined #nixos
<supersandro2000> going to create a feature in nixpkgs-review which allows to blacklists packages...
Volk has joined #nixos
veleiro has joined #nixos
riksutin has quit [Read error: Connection reset by peer]
riksutin has joined #nixos
riksutin has quit [Read error: Connection reset by peer]
riksutin has joined #nixos
miscalculated has joined #nixos
<donofrio> oh ok cause i'm still getting issues "/nix/store/zyy834ibw1f1k25cgx05g2w5gmpgb343-source" seems it cannot download it?
<abathur> donofrio: result file is a link created in your cwd (to the build output) when you run nix-build; if you just ran nix-shell commands you won't have one; if you did a nix-build but have changed directories you may need to figure out where you ran it
knupfer1 has joined #nixos
<donofrio> abathur, I'll look around
<abathur> can check shell history to see if you ran a build maybe
<abathur> or use something like `find -name 'result' ~/` maybe
knupfer1 is now known as knupfer
<clever> abathur: ls -ltrh /nix/var/nix/gcroots/auto/
<clever> abathur: symlinks to every result link, sorted in the order they got made
<{^_^}> [nixpkgs] @PlushBeaver opened pull request #108186 → catboost: init at 0.24.4 → https://git.io/JL5Oe
<abathur> <3 clever
<{^_^}> clever's karma got increased to 550
<energizer> can i query for the runtime deps of a file?
knupfer has quit [Ping timeout: 240 seconds]
<abathur> how do you mean?
<energizer> i dont want the things that are required for building the program, just the things it needs at runtime. maybe that's what nix-store -qR does.
<clever> enless you run nix-store --delete or GC, it wont delete any of the deps
<energizer> i mean i just want to get the list of them
<clever> energizer: -qR will show the runtime deps, but not the buildtime deps
<energizer> ok cool
<energizer> $ nsjail $(nix-store -qR $(which python) | sed -e 's/^/-R /g' | tr '\n' ' ') -- $(which python) -c "print('hello world')" 2>/dev/null
<energizer> is this a good sandbox?
<clever> energizer: it can be simpler to just have nix do the sandbox for you
<clever> energizer: this runs a chunk of bash, which itself is running some haskell binaries compiled earlier, and puts all results in $out
<clever> the nix sandbox automatically restricts everything to the required deps, and disables network
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<donofrio> this file? ./result -> /nix/store/xrhz3kqph9yq9bb1zc4n05yih12qvcdi-pianobar-2020.04.05.tar.bz2 ?
<lukegb> energizer: you might actually be able to have more success with sandboxing with systemd-run tbh
acarrico has quit [Ping timeout: 264 seconds]
<lukegb> nvm I actually read what you were asking about :p
<energizer> lukegb: i'm actually not sure what the difference is between what systemd-run vs nsjail offer
dansho has quit [Quit: Leaving]
dansho has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #86599 → ldgallery: init at 2.0 → https://git.io/Jf3iP
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to master: https://git.io/JL53R
<{^_^}> [mobile-nixos] @samueldr opened pull request #270 → Import mruby-lvgui into this repository → https://git.io/JL53a
sigmundv_ has quit [Ping timeout: 264 seconds]
SomeoneSerge has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lovesegfault closed pull request #84433 → nixos/networkmanager: make all plugins optional → https://git.io/JvN1u
<{^_^}> [nixpkgs] @lovesegfault closed pull request #103263 → vim-openscad: init at 2020-07-08 → https://git.io/JkTnM
<{^_^}> [nixpkgs] @lovesegfault closed pull request #106621 → nodePackages: add more coc-nvim extensions → https://git.io/JIrfX
<{^_^}> [nixpkgs] @thiagokokada opened pull request #108187 → Bump clojure → https://git.io/JL5sT
Emantor has quit [Quit: ZNC - http://znc.in]
SomeoneSerge has joined #nixos
Emantor has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout opened pull request #108188 → haskellPackages.attoparsec: jailbreak because of new version of Quickcheck → https://git.io/JL5sq
euandreh has quit [Quit: WeeChat 3.0]
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
Heirlung has quit [Read error: Connection reset by peer]
Heirlung has joined #nixos
euandreh has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108188 → haskellPackages.attoparsec: jailbreak because of new version of Quickcheck → https://git.io/JL5sq
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JL5su
cyraxjoe has joined #nixos
nhs_ has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
<donofrio> unpacking source archive /private/tmp/nix-build-source.drv-0/3.4.tar.gz
<donofrio> chmod: cannot access '/nix/store/zyy834ibw1f1k25cgx05g2w5gmpgb343-source': No such file or directory
<donofrio> ?
h0m1 has joined #nixos
dansho has quit [Quit: Leaving]
growpotk- has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault merged pull request #91789 → python3Packages.{confuse,mediafile}: init → https://git.io/JJflS
<{^_^}> [nixpkgs] @lovesegfault pushed 3 commits to master: https://git.io/JL5sV
<siraben> ,dnw donofrio
<{^_^}> donofrio: Provide as much info as possible on problems. What specifically doesn't work? What command did you run? What's in the relevant files? What's the error? This makes debugging easier and helps getting faster responses
riksu-raksu has joined #nixos
riksutin has quit [Ping timeout: 256 seconds]
<donofrio> siraben, trying to get pianobar working (without AVX extention on cpu - 2008 imac) need to compile guessing it was working a few days ago now that I compiled for 16 hours last night it just says "Illegal instruction: 4"
<donofrio> trying - lewisdonofrio@Lewiss-iMac profile % nix-build -A pianobar.src '<nixpkgs>'
<donofrio> error: creating a garbage collector root (/nix/store/2jj58frh04si9qv7kbacvs8p6cijbvvq-user-environment/result) in the Nix store is forbidden (are you running nix-build inside the store?)
<siraben> What does pianobar.src look like?
<siraben> What folder are you in currently?
Heirlung has quit [Read error: Connection reset by peer]
<{^_^}> [mobile-nixos] @samueldr merged pull request #270 → Import mruby-lvgui and minor mruby refactor → https://git.io/JL53a
<{^_^}> [mobile-nixos] @samueldr pushed 29 commits to master: https://git.io/JL5s6
OCCASVS has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @cdepillabout opened pull request #108189 → haskellPackages.nix-derivation: jailbreak for QuickCheck → https://git.io/JL5sX
growpotk- has quit [Ping timeout: 256 seconds]
riksu-raksu has quit [Remote host closed the connection]
<donofrio> siraben, i have no AVX instruction sets on 2008 core duo imac
<donofrio> siraben, lewisdonofrio@Lewiss-iMac ~ % sysctl -a | grep machdep.cpu.features
<donofrio> machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 DTES64 MON DSCPL VMX EST TM2 SSSE3 CX16 TPR PDCM SSE4.1
riksu-raksu has joined #nixos
cript0nauta has joined #nixos
<siraben> donofrio: try nix-shell '<nixpkgs>' -A pianobar
<siraben> then `cd $(mktemp -d) && unpackPhase`
quinn has joined #nixos
<siraben> but to modify the package to your needs, you will need to create a patch file and apply it
clime has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108189 → haskellPackages.nix-derivation: jailbreak for QuickCheck → https://git.io/JL5sX
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JL5sS
SomeoneSerge has quit [Ping timeout: 272 seconds]
<siraben> that's strange, it works on my late 2013 MacBook Pro
<donofrio> your late 2013 has the AVX instruction set mine doesn't ;(
<{^_^}> [nixops-aws] @avalade opened pull request #124 → Support using STS session tokens in addition to keys → https://git.io/JL5sF
<siraben> Hm, then I'm not sure how to resolve, sorry.
<siraben> donofrio: does it work if you change pianobar to hello?
<siraben> can it unpack any source?
<donofrio> dunno still new to nix
<donofrio> my guess is it does cause i got done with at 16 hour compileathon so i'm up todate with everything
SomeoneSerge has joined #nixos
<siraben> donofrio: try changing pianobar to hello
<siraben> "I think the oldest CPU in the Hydra build farm is an Opeteron 6100 series, which supports SSE3:"
<donofrio> siraben, I had it working a week ago....it was grant just do not know how I did it.....
<donofrio> someone from the #machomebrew channel helped guide me here then helped get it working by compiling it without AVX instruction sets
carthia has quit [Quit: carthia]
<siraben> donofrio: what was their patch like?
mrpi has quit [Quit: killed]
cheriimoya has quit [Quit: killed]
Scriptkiddi has quit [Quit: killed]
ajs124 has quit [Quit: killed]
das_j has quit [Quit: killed]
<donofrio> what patch?
ajs124 has joined #nixos
das_j has joined #nixos
cheriimoya has joined #nixos
Scriptkiddi has joined #nixos
mrpi has joined #nixos
<{^_^}> [nixpkgs] @lopsided98 opened pull request #108190 → qgroundcontrol: 4.0.10 -> 4.0.11 → https://git.io/JL5Gu
<energizer> how can i get the list of runtime deps of a package from within nix? like if i want to make a sandboxed version of a program, equivalent to `nsjail $(nix-store -qR $program | sed -e 's/^/-R /g' | tr '\n' ' ') -- $program`
srk has quit [Ping timeout: 240 seconds]
xelxebar_ has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
xelxebar has joined #nixos
srk has joined #nixos
nicoo has quit [Ping timeout: 240 seconds]
andreas303 has quit [Ping timeout: 240 seconds]
_madalu has joined #nixos
oida has quit [Ping timeout: 240 seconds]
madalu has quit [Ping timeout: 240 seconds]
est31 has quit [Ping timeout: 240 seconds]
schweby has quit [Quit: Das ist möglich, also tun wir es. Später.]
est31 has joined #nixos
schweby has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108183 → haxePackages.hxcpp: 3.4.64 -> 4.1.15 → https://git.io/JL5qj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5Gp
<infinisil> energizer: Check closureInfo
<infinisil> pkgs.closureInfo
eyJhb has quit [Quit: Clever message]
oida has joined #nixos
andreas303 has joined #nixos
<elvishjerricco> So, I can enable wake on wlan for magic packet, but it doesn't seem to actually work. If I suspend my machine, then running wol MAC on another machine doesn't do anything
<energizer> infinisil: ok i'll look at that. meanwhile, i did copy the home-manager user services but https://bpa.st/DHBQ still doesn't start up when i log in
nicoo has joined #nixos
new2nix has quit [Remote host closed the connection]
miscalculated has quit [Excess Flood]
<infinisil> energizer: Are you sure there's not something missing that all other services have?
<energizer> infinisil: i'm sure there is (cuz otherwise it would work), but i dont know what it is
eyJhb has joined #nixos
eyJhb has joined #nixos
eyJhb has quit [Changing host]
<infinisil> Just compare your definition with any other service in home-manager and you should figure it out
<energizer> infinisil: do you see what the problem is or are you guessing that there is some difference?
D_ has quit [Ping timeout: 256 seconds]
<infinisil> I see the problem. Can you link me to a home-manager service you compared against?
<{^_^}> [nixpkgs] @WolfangAukang opened pull request #108191 → signumone: init at 3.1.2 → https://git.io/JL5Zn
<energizer> maybe i picked a few unlucky ones. flameshot has Install = { WantedBy = [ "graphical-session.target" ]; }, which looks promising. i'll try that and see if it works
jb55 has quit [Remote host closed the connection]
<infinisil> energizer: Oh, unfortunate choice, that looks like a socket activated one
<infinisil> Yeah exactly
<energizer> alright
jb55 has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
jb55 has quit [Remote host closed the connection]
aw has joined #nixos
jb55 has joined #nixos
spacefrogg has joined #nixos
eyJhb has quit [Remote host closed the connection]
eyJhb has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
nicoo has quit [Remote host closed the connection]
nicoo has joined #nixos
euandreh has quit [Ping timeout: 272 seconds]
Volk has quit [Quit: See you next time!]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108175 → python3Packages.python-opendata-transport: init at 0.2.1 → https://git.io/JL5Ts
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5ZQ
D_ has joined #nixos
jack has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
SomeoneSerge has quit [Ping timeout: 264 seconds]
eyJhb has quit [Quit: Clever message]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
eyJhb has joined #nixos
eyJhb has joined #nixos
eyJhb has quit [Changing host]
sss2 has quit [Remote host closed the connection]
sss2 has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
supersandro2000 has quit [Read error: Connection reset by peer]
miscalculated has joined #nixos
supersandro2000 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<jack> Hey does anyone know the way to update nightly packages? For example I have installed https://github.com/nix-community/neovim-nightly-overlay but Im not sure if sudo nix-channel --update is updating it or not.
<jack> Oh and Im using home manager
zebrag has quit [Remote host closed the connection]
D_ has quit [Ping timeout: 265 seconds]
<clime> somehow when i type e.g. ls (or any command) an empty line is inserted at the end of stdout. Is it normal?
zebrag has joined #nixos
ky0ko has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 265 seconds]
Supersonic112 is now known as Supersonic
SomeoneSerge has joined #nixos
ky0ko has joined #nixos
<supersandro2000> jack: Are you using the fetchTarball variant?
<clever> clime: yes, its to deal with programs that dont have a \n at the end
<supersandro2000> that has a TTL and after that it is rechecked
<clever> clime: without that, your prompt gets appended to the last line of output sometimes
<clime> clever: very rarely imho
<jack> supersandro2000 I am using the first example given in the readme (I havent used flakes yet)
<clime> clever: i have used Fedora for a long time all programs were actually well-behaved in this respect
<clime> clever: i wonder how this adding new-line is implemented...
<clever> clime: i mostly get it when i run cat on files that have just a single string and no newline
<clever> [clever@amd-nixos:~]$ echo "$PS1"
<clever> \n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\]
<clever> clime: just an extra \n at the start
<clime> ah
<clime> okay, thanks
<clime> i am not used to it but okay, extra separation doesn't hurt
<clime> and i can change it easily myself i guess :)
<donofrio> anyone know how to get pianobar working on my 2008 imac running catalina (no avx instruction set)
<clime> clever: all files should have a new-line at the end according to unix standard (or some standard)
<jack> supersandro2000 and I know realize that is the tarball variant, yeah
<supersandro2000> jack: then you need to wait until the TTL is expired or maybe an collect-garbage helps
<clime> clever: so you would need to be catting a text file violating it
<clever> clime: `nix-store --generate-binary-cache-key` violates that
<clime> clever: ye, ok, it shouldn't imho violate it
<clime> but good to know thanks
<jack> supersandro2000 thanks. However im new to nix/home manager, could you explain what you mean by TTL expiring or garbage collection?
<jack> supersandro2000 oh okay thank you. Would that mean that by default, as long as I check 1hr after installing the package originally, nix-channel --update will update it?
ransom has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
ransom has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
ransom has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108192 → python37Packages.trytond: 5.8.1 -> 5.8.2 → https://git.io/JL5nx
endformationage has quit [Quit: WeeChat 2.9]
eyJhb has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
<supersandro2000> jack: nope
ilios has quit [Ping timeout: 240 seconds]
<jack> supersandro2000 oh? Could you clarify what waiting for the ttl expires accomplishes then?
zebrag has quit [Remote host closed the connection]
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos
eyJhb has quit [Quit: Clever message]
eyJhb has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
fortuneteller2k has joined #nixos
fortuneteller2k has quit [Client Quit]
CMCDragonkai1 has joined #nixos
<{^_^}> [nixpkgs] @Vonfry opened pull request #108194 → emacsPackages.gnuplot: autoreconf is not needed any longer. → https://git.io/JL5cR
CMCDragonkai1 has quit [Remote host closed the connection]
miscalculated has quit [Excess Flood]
SomeoneSerge has quit [Ping timeout: 240 seconds]
<zangi> is there a way to make `nix repl` to automatically load `:l <nixpkgs>` on startup?
Hail_Spacecake has joined #nixos
<supersandro2000> if you have rlWrap you have a history
<energizer> zangi: nix repl '<nixpkgs>'
jack has quit [Remote host closed the connection]
cript0nauta has quit [Remote host closed the connection]
<lovesegfault> clever: do you have a minute or two?
eyJhb has quit [Remote host closed the connection]
eyJhb has joined #nixos
eyJhb has joined #nixos
eyJhb has quit [Changing host]
D_ has joined #nixos
sangoma has joined #nixos
<hyper_ch> build problems everywhere
hyper_ch has quit [Quit: ZNC 1.8.2 - https://znc.in]
hyper_ch has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e1cb4bfbb31 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
miscalculated has joined #nixos
siel has quit [Remote host closed the connection]
siel has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108195 → python37Packages.mysqlclient: 2.0.2 -> 2.0.3 → https://git.io/JL5CW
<danderson> hmkay, anyone have a git repo of nixos configs that use neither flakes or NIX_PATH? (i.e. sources all fetchTarball'd inline)
<danderson> I'm kinda over flakes's weirdnesses, but I still want the hermeticity.
<colemickens> I used to do it all by hand
<colemickens> I might have it in git history somewhere.
<danderson> using flakes now?
<danderson> yah, looks like.
<colemickens> Yeah. I had rigged up my own scripts to update a metadata.nix and then had a nix function that would go and use fetchTarball
<{^_^}> [mobile-nixos] @samueldr opened pull request #271 → boot/lib: Remove accidentally left puts → https://git.io/JL5C9
<lovesegfault> danderson: I use flakes now, but I can dig the commit before I moved if you want
<{^_^}> [mobile-nixos] @samueldr merged pull request #271 → boot/lib: Remove accidentally left puts → https://git.io/JL5C9
<{^_^}> [mobile-nixos] @samueldr pushed 2 commits to master: https://git.io/JL5CH
<lovesegfault> I used no NIX_PATH at all, and no flakes
<danderson> lovesegfault: sure, if you have it handy
<lovesegfault> alrighty, gimme a moment
ransom has quit [Quit: Textual IRC Client: www.textualapp.com]
<danderson> and yeah, I just finished writing the "keep my srcs.nix updated by syncing to a new commit+sha" script
cole-h has quit [Ping timeout: 240 seconds]
<colemickens> yeah
<lovesegfault> last commit before flakes
<colemickens> I just refactored nixpkgs-wayland's version of that script, that was inherited from my original nixcfg setup.
<danderson> cheers folks.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108196 → python37Packages.zstandard: 0.15.0 -> 0.15.1 → https://git.io/JL5Cd
Heirlung has joined #nixos
<qyliss> danderson: I have a NIX_PATH-based configuration, but no fetchTarball because I use git subtree to embed nixpkgs, nixos-hardware and nixpkgs-wayland in the repository: https://git.qyliss.net/nixlib/tree/
<danderson> TIL subtree. Thanks!
sss2 has quit [Ping timeout: 246 seconds]
palo1 has joined #nixos
<danderson> hm, I guess I could use submodules. I have sufficient cursed knowledge to handle them at this point
<lovesegfault> danderson: what do you need submodules for?
<lovesegfault> just use niv
<qyliss> I like my subtree approach because it makes it really easy to modify nixpkgs/etc
<qyliss> since it's just part of the repo
<energizer> danderson: have you tried subtrac?
<colemickens> (if we're throwing out other suggestions, flakes+flakes-compat is maybe something if it's not been considered)
<danderson> energizer: we use git-subtrac a ton at tailscale. It's... fine, but error-prone IME
<danderson> we needed a bunch of wrappers to file down the sharp edges
<energizer> danderson: that's good to know
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
<danderson> colemickens: I'm bailing on flakes because I don't want to require using unstable features, and flakes+nixos is still janky in a bunch of ways
<danderson> so, things that build on flakes are out for me, until flakes are more stable.
<colemickens> Do we have bugs for the janky things?
<danderson> some. I'd give a more authoritative answer, but github's currently crapping itself
<energizer> git-subtree is apenwarr's too, the prequel to git-subtrac
spinlock[m] has joined #nixos
<qyliss> Can I do a regex replace in Nix?
<danderson> but the big ones: nixos-rebuild's remote building options are broken and WONTFIX, according to the bug; can't inject flake parameters into declarative containers, other than with a _module hack that doesn't let you do imports;
<qyliss> hmm I guess I can use builtins.split
<danderson> nixos profiles aren't exposed in flakes, so basic stuff like "I installed a qemu VM" requires extra work;
<danderson> and today's straw that broke me is allowUnfree doesn't seem to propagate properly when I mix different flake inputs in my nixos config, so overriding a package to point to a different flake results in "waah that's unfree, refusing to proceed"
<danderson> At that point, I decided it'd be easier to cope with pre-flakes jank, because people have had years to come up with reasonable workarounds for that :)
<colemickens> I'm not sure what the first thing means, and haven't encountered the second and use unfree software on most of my machines.
<danderson> also, I need to come up with a setup I can get people at work to use, and I don't trust flakes's stability enough for that based on my personal experience with it.
<colemickens> anyway, not trying to talk you out of it, just trying to legitimately truly understand and take to heart flakes problems, I have my own list.
<danderson> although admittedly, I'm picking between a bunch of not great options here
Darkmatter66 has quit [Ping timeout: 260 seconds]
fuiltilt has joined #nixos
eyJhb has quit [Quit: Clever message]
eyJhb has joined #nixos
tgamblin-llnl has joined #nixos
<lovesegfault> is there a handy nix thing to apply sed to all files in source?
<Hail_Spacecake> if I use fish as my shell, how can I follow https://nixos.org/guides/install-nix.html for installinx nix locally?
<Hail_Spacecake> it looks like the instructions for installing it want me to source a file that has bash-style env variable definitions
fuiltilt has quit [Quit: WeeChat 2.9]
waleee-cl has quit [Quit: Connection closed for inactivity]
eyJhb has quit [Quit: Clever message]
eyJhb has joined #nixos
<spinlock[m]> NixOS journeyman, here. I'm seeing an odd issue files "belonging to" a specific user are finding their way into the "default profile." I've reached the limits of my nix-abilities in trying to diagnose it, so I'm hoping you can provide me some advice on how I can track down the source of my issue. 🤔
<spinlock[m]> I'm probably misunderstanding how home-manager works, but in this case, I'd expect the /etc/ files to only show up in that one user's profile, not in the default profile. Thanks for any advice you can provide!
<spinlock[m]> I have (just) one user with `lightlocker` installed via home-manager (`home.packages = with pkgs; [lightlocker ];`), but as a consequence, the XDG startup file is being placed in the default profile (`/nix/var/nix/profiles/default/etc/xdg/autostart/light-locker.desktop`). This causes `light-locker` to automatically start when unrelated users start `X`.
eyJhb has quit [Excess Flood]
D_ has quit [Quit: No Ping reply in 180 seconds.]
stoile has quit [Ping timeout: 264 seconds]
D_ has joined #nixos
eyJhb has joined #nixos
eyJhb has joined #nixos
<supersandro2000> Hail_Spacecake: open bash for installation
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108197 → python37Packages.cloudflare: 2.8.14 -> 2.8.15 → https://git.io/JL5lk
<supersandro2000> spinlock[m]: did you use the home-manager module?
<supersandro2000> for me the directory /nix/var/nix/profiles/default does not even exist
<spinlock[m]> supersandro2000: I did, yeah. I use `builtins.fetchGit` as described on the ol' wiki: https://nixos.wiki/wiki/Home_Manager
<supersandro2000> configuration.nix or home.nix?
<spinlock[m]> I'm also using the `configuration.nix` method also described there (as opposed to `~/.config/nixpkgs/home.nix`). Maybe that's somehow related
<spinlock[m]> supersandro2000:
<spinlock[m]> * supersandro2000: the former
<supersandro2000> configuration is global. use home.nix.
<spinlock[m]> what do you mean by global?
<supersandro2000> if you put lightlocker into configuration.nix it should be global
<spinlock[m]> even if it's only in `home-manager.users.alice.home.packages`?
eyJhb has quit [Remote host closed the connection]
jonringer has quit [Ping timeout: 260 seconds]
eyJhb has joined #nixos
eyJhb has joined #nixos
eyJhb has quit [Changing host]
fuiltilt has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
fuiltilt has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @lblasc opened pull request #108198 → luajit_2_0: 2.0.5-2020-09-27 -> 2.0.5-2020-12-28, luajit_2_1: 2.1.0-2020-09-30 -> 2.1.0-2020-12-28 → https://git.io/JL5lE
<{^_^}> [nixpkgs] @r-ryantm opened pull request #108199 → python37Packages.sqlite-utils: 3.1 -> 3.1.1 → https://git.io/JL5lw
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<supersandro2000> spinlock[m]: no..
<spinlock[m]> hmm
<spinlock[m]> supersandro2000 Thanks for your time on this. I appreciate you letting me bounce a few newbie questions off ya
<spinlock[m]> It seems that `home-manager.useUserPackages = true;` might solve this problem. I don't really understand what `useUserPackages` does, but after dealing with this for a few hours, I've been just trying random things. As a result `/nix/var/nix/profiles/default/etc` is also gone now. 🤔
<supersandro2000> np
<{^_^}> [mobile-nixos] @samueldr opened pull request #272 → [WIP] asus-flo: Use the mainline kernel → https://git.io/JL5lQ
zangi has quit [Read error: Connection reset by peer]
zangi has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #108159 → [staging-next] pulseaudio: fix build on darwin → https://git.io/JL7bL
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-burns to staging-next « pulseaudio: fix build on darwin »: https://git.io/JL5l7
sangoma has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #107927 → groff: fix static build → https://git.io/JLHLY
<{^_^}> [nixpkgs] @FRidh pushed commit from Dmitry Bogatov to master « groff: fix static build »: https://git.io/JL5l5
cybrian has quit [Quit: cya]
orivej has joined #nixos
cybrian has joined #nixos
D_ has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @FRidh pushed 62 commits to staging-next: https://git.io/JL5lN
D_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #108200 → stdenv: use gcc9 for aarch64 → https://git.io/JL58e
<{^_^}> [nixpkgs] @fabaff opened pull request #108201 → python3Packages.asgiref: 3.2.10 -> 3.3.1 → https://git.io/JL58v
<{^_^}> [nixpkgs] @fabaff opened pull request #108202 → python3Packages.hole: init at 0.5.1 → https://git.io/JL58T
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108199 → python37Packages.sqlite-utils: 3.1 -> 3.1.1 → https://git.io/JL5lw
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL58I
sangoma has joined #nixos
Asmadeus has quit [Ping timeout: 272 seconds]
sangoma has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
veleiro has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lovesegfault opened pull request #108203 → pythonPackages.reflink: init at 0.2.1 → https://git.io/JL58P
andreas303 has quit [Quit: andreas303]
<{^_^}> [nixpkgs] @ryneeverett opened pull request #108204 → nixos/firejail: wrappedPackages → https://git.io/JL587
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #45469 → nixos/firejail: add wrappedPackages option → https://git.io/fAk08
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108202 → python3Packages.hole: init at 0.5.1 → https://git.io/JL58T
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL58F
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108201 → python3Packages.asgiref: 3.2.10 -> 3.3.1 → https://git.io/JL58v
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL58N
tgamblin-llnl has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108192 → python37Packages.trytond: 5.8.1 -> 5.8.2 → https://git.io/JL5nx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL58h
andreas303 has joined #nixos
Dr8128 has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #107620 → ocamlPackages.zarith: 1.10 → 1.11 → https://git.io/JLMGF
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.zarith: 1.10 → 1.11 »: https://git.io/JL54t
_madalu has quit [Remote host closed the connection]
_madalu has joined #nixos
malook has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108190 → qgroundcontrol: 4.0.10 -> 4.0.11 → https://git.io/JL5Gu
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL54O
jonringer has joined #nixos
Asmadeus has joined #nixos
dissociety[m] has quit [Quit: Idle for 30+ days]
fuiltilt has quit [Quit: WeeChat 2.9]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @ivankovnatsky opened pull request #108205 → vimPlugins.vim-git: init at 2020-07-13 → https://git.io/JL5BH
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.sedlex_2: 2.1 -> 2.2 »: https://git.io/JL5B5
respawn_ has quit [Ping timeout: 264 seconds]
stoile has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #108200 → stdenv: use gcc9 for aarch64 → https://git.io/JL58e
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « stdenv: use gcc9 for aarch64 »: https://git.io/JL5RR
andreas303 has quit [Remote host closed the connection]
clime has quit [Ping timeout: 260 seconds]
andreas303 has joined #nixos
respawn_ has joined #nixos
<supersandro2000> Can some PTAL https://github.com/NixOS/nixpkgs/pull/108081? The spam is especially annoying in node when you get one error for every file in node_modules
<{^_^}> #108081 (by SuperSandro2000, 1 day ago, open): setup-hooks/strip: silence 'File format not recognized' errors again
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107863 → properties-cpp: move cmake, pkg-config to nativeBuildInputs, clean up → https://git.io/JLSPr
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL50m
rapgru has joined #nixos
<hyper_ch> is someone going to fix hydra?
<lovesegfault> hyper_ch: what do you mean?
<hyper_ch> Aborted: [31;1merror:[0m[34;1m --- Error --- hydra-queue-runner[0m cannot connect to ‘[33;1mroot@945ee45f.packethost.net[0m’: [33;1m@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
<lovesegfault> oh, fascinating
<hyper_ch> it fails not because of packages itself but because of the build server... or that's what I gather
<hyper_ch> and same with unstable
Chiliparrot has joined #nixos
<lovesegfault> hyper_ch: we're discussing in #nixos-developers
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
fuiltilt has joined #nixos
<lovesegfault> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<lovesegfault> * #nixos-dev
<hyper_ch> I don't have anthing to contribute there... I was just checking out why building fails... and noticed that one
<{^_^}> [nixpkgs] @vbgl opened pull request #108207 → ocamlPackages.camlp5: 7.13 → 7.14 → https://git.io/JL50C
<lovesegfault> hyper_ch: we kicked off a new eval
<{^_^}> [nixpkgs] @andir merged pull request #106954 → [staging] stdenv: trim random seed to avoid reference cycles → https://git.io/JLm8I
<{^_^}> [nixpkgs] @andir pushed 2 commits to staging: https://git.io/JL504
<{^_^}> [nixpkgs] @Kazimazi opened pull request #108208 → element-desktop: fix tray icon in wayland → https://git.io/JL50B
<viric> /o\ what a big list of channels
<qyliss> that's not even all of them
<{^_^}> [nixpkgs] @flokli merged pull request #108173 → Fix NixOS cross-compilation SD Image → https://git.io/JL5Uy
<{^_^}> [nixpkgs] @flokli pushed 2 commits to staging-next: https://git.io/JL50u
<hyper_ch> lovesegfault: thanks :)
<{^_^}> [nixpkgs] @flokli merged pull request #106787 → nixos/console: fix Before= on the systemd-vconsole-setup unit → https://git.io/JIPIu
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JL50z
clime has joined #nixos
<{^_^}> [nixpkgs] @flokli pushed to master « nix: remove traceVal »: https://git.io/JL50o
sangoma has quit [Ping timeout: 256 seconds]
fuiltilt has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108209 → pythonPackages.patator: Fix dependencies → https://git.io/JL50i
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108210 → pythonPackages.xml2rfc: Fix dependencies → https://git.io/JL509
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108195 → python37Packages.mysqlclient: 2.0.2 -> 2.0.3 → https://git.io/JL5CW
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL50Q
rapgru has quit [Remote host closed the connection]
<Reventlov> hey there, just wondering if someone wanted to package https://github.com/plotly/orca (it's kind of needed to export plotly graphs in svg, for example)
page has quit [Ping timeout: 265 seconds]
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
fortuneteller2k has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108211 → python3Packages.blockchain: init at 1.4.4 → https://git.io/JL5EL
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
odi1 has joined #nixos
fortuneteller2k has quit [Read error: Connection reset by peer]
tsrt^ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @domenkozar merged pull request #108062 → spring: refactor → https://git.io/JLQNN
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/JL5u4
tsrt^ has joined #nixos
<{^_^}> [nixpkgs] @jmc-figueira opened pull request #108213 → vimPlugins.fern-vim: init at 2020-12-22 → https://git.io/JL5u0
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108168 → python37Packages.branca: 0.4.1 -> 0.4.2 → https://git.io/JL5fw
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5uE
fendor has joined #nixos
ghasshee has joined #nixos
olban has joined #nixos
olban has quit [Remote host closed the connection]
cantstanya has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #108184 → nixos/command-not-found: don't suggest nix-env → https://git.io/JL5mf
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/JL5uK
<{^_^}> [nixpkgs] @2chilled opened pull request #108214 → bump pcloud → https://git.io/JL5u9
ghasshee has quit [Quit: leaving]
ghasshee has joined #nixos
jonringer has quit [Ping timeout: 260 seconds]
cantstanya has joined #nixos
Codex3 has joined #nixos
<Codex3> Hi everyone
<atemu12[m]> @reven
<atemu12[m]> Reventlov: Open a packaging request in Nixpkgs
<atemu12[m]> Codex3: o/
<Codex3> I hope to learn from you guys
<{^_^}> [nixpkgs] @fgaz opened pull request #108215 → evilpixie: 0.2 -> 0.2.1 → https://git.io/JL5zJ
clime has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ttuegel merged pull request #108035 → [20.09] qt512: 5.12.7 -> 5.12.9 → https://git.io/JLQMI
<{^_^}> [nixpkgs] @ttuegel pushed 3 commits to release-20.09: https://git.io/JL5zm
felschr[m] has joined #nixos
clime has joined #nixos
marco has joined #nixos
marco is now known as Guest44488
<{^_^}> [nixpkgs] @ttuegel merged pull request #107898 → qt514.qtwebkit: Fix patch applying → https://git.io/JL97f
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JL5zu
euandreh has joined #nixos
<{^_^}> [nixpkgs] @ttuegel merged pull request #107472 → kinit: increase environment limit → https://git.io/JL5zV
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JL5zw
nature has joined #nixos
marco_ has joined #nixos
Guest44488 has quit [Ping timeout: 268 seconds]
nature is now known as nature_2
nature_2 is now known as nature_
nature_ is now known as nature_2
nature_2 is now known as nature_
<{^_^}> [nixpkgs] @ttuegel merged pull request #108128 → nixos/plasma5: synchronize Qt version with all-packages.nix → https://git.io/JL7wD
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JL5zP
<ghasshee> Hi, does anyone know why nix-store -q references `which hello` shows nothing in my environment ?
<ghasshee> or, I do not have etc in my nix-profile link
<ghasshee> how to get that etc dir?
nature_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #108216 → arduino-core: fix 'Save as...' → https://git.io/JL5zH
<{^_^}> [nixpkgs] @ttuegel opened pull request #108217 → [20.09] nixos/plasma5: synchronize Qt version with all-packages.nix → https://git.io/JL5z7
page has joined #nixos
odi1 has left #nixos ["User left"]
Volk has joined #nixos
__monty__ has joined #nixos
marco_ has quit [Ping timeout: 260 seconds]
Volk has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @raboof opened pull request #108218 → nixpkgs manual/gnome: clarify the glib setup hook → https://git.io/JL5gG
marco_ has joined #nixos
Volk has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #106577 → seafile-shared,seafile-client: 7.0.9 -> 7.0.10 → https://git.io/JIVjp
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JL5g2
<{^_^}> [nixpkgs] @prusnak opened pull request #108219 → viennarna: init at 2.4.17 → https://git.io/JL5gV
<{^_^}> [nixpkgs] @markuskowa merged pull request #108130 → zigbee2mqtt: 1.16.2 -> 1.17.0 → https://git.io/JL7wH
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JL5gr
cosimone has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #108208 → electron: fix tray icon in wayland → https://git.io/JL50B
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5gA
marco_ has quit [Remote host closed the connection]
Codex3 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 39 commits to staging-next: https://git.io/JL5gp
clime has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ttuegel merged pull request #108217 → [20.09] nixos/plasma5: synchronize Qt version with all-packages.nix → https://git.io/JL5z7
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to release-20.09: https://git.io/JL52C
cosimone has quit [Quit: cosimone]
tsrt^ has quit []
vs^ has joined #nixos
vidbina_ has joined #nixos
hanetzer is now known as hanetzer-web
hanetzer-web is now known as hanetzer
wavirc22_ has joined #nixos
Volk has quit [Quit: See you next time!]
Volk has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #108216 → arduino-core: fix 'Save as...' → https://git.io/JL5zH
<{^_^}> [nixpkgs] @bjornfor pushed commit from @raboof to master « arduino-core: fix 'Save as...' »: https://git.io/JL52p
wavirc22 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #108220 → python3Packages.pyspiflash: init at 0.6.3 → https://git.io/JL5av
rapgru has joined #nixos
grobi has joined #nixos
<hyper_ch> lovesegfault: unstable small is now fine again :) thanks
mark1 has joined #nixos
mark1 has quit [Client Quit]
mikroskeem has joined #nixos
cosimone has joined #nixos
thibm has joined #nixos
grobi has quit [Read error: Connection reset by peer]
kfiz- has quit [Quit: ZNC 1.8.1 - https://znc.in]
kfiz has joined #nixos
waleee-cl has joined #nixos
respawn_ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5bcc26338d4 (from 25 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @eduardosm opened pull request #108221 → masterpdfeditor4: init at 4.3.89 → https://git.io/JL5w5
<{^_^}> [nixpkgs] @romildo opened pull request #108222 → marwaita: 7.7 -> 8.0 → https://git.io/JL5wd
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #108223 → python3Packages.pyi2cflash: init at 0.2.2 → https://git.io/JL5wh
ManiacOfMadness has quit [Ping timeout: 246 seconds]
lgcl has joined #nixos
acarrico has joined #nixos
cole-h has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
<{^_^}> [nixpkgs] @minijackson opened pull request #108224 → nixos/jellyfin: fix hardware acceleration → https://git.io/JL5rL
<{^_^}> [nixpkgs] @avnik opened pull request #108225 → Wine update → https://git.io/JL5rt
<{^_^}> [nixpkgs] @primeos opened pull request #108226 → wayvnc: 0.3.1 -> 0.4.0 → https://git.io/JL5rq
jmeredith has joined #nixos
grobi has joined #nixos
ghasshee has quit [Ping timeout: 240 seconds]
spudly1 has quit [Ping timeout: 265 seconds]
grobi has quit [Quit: WeeChat 2.9]
ddellacosta has joined #nixos
respawn_ has joined #nixos
Chiliparrot has quit [Ping timeout: 268 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « Revert "chromium/doc: mention chromedriver when updating" »: https://git.io/JL5o6
fendor_ has joined #nixos
<buffet> hey, i was using niv with https://github.com/nixos/nixpkgs-channels recently to pin and update packages. however i just see that its deprecated and apparently not updated for a while now. is there any other git repo i could use?
Volk has quit [Quit: See you next time!]
Volk has joined #nixos
Volk has quit [Client Quit]
<NobbZ[m]> Yes, nixpkgs.
mikroskeem has quit [Quit: WeeChat 3.0]
fendor has quit [Ping timeout: 265 seconds]
rapgru has quit [Ping timeout: 245 seconds]
<buffet> oh is that just merged there?
<buffet> nice
<buffet> thanks
Volk has joined #nixos
philr has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3080f1bd77a (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2080afd0399 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
zangi has quit [Ping timeout: 256 seconds]
zangi has joined #nixos
<{^_^}> [nixpkgs] @0x4A6F opened pull request #108229 → dasel: 1.11.0 -> 1.12.0 → https://git.io/JL5KQ
<{^_^}> [nixpkgs] @jtojnar opened pull request #108230 → adminer: Clean up → https://git.io/JL5K5
<{^_^}> [nixpkgs] @primeos opened pull request #108231 → [20.09] chromium: Backport various patches from nixos-unstable → https://git.io/JL5KF
clime has joined #nixos
<{^_^}> [nixpkgs] @onodera-punpun opened pull request #108232 → mpd-small: remove mad from features → https://git.io/JL56f
<noonien> hello folks
<noonien> does anyone run a vnc server on nixos?
<noonien> can i access existing sessions?
<noonien> or, xrdp?
<{^_^}> [nixpkgs] @prusnak merged pull request #108220 → python3Packages.pyspiflash: init at 0.6.3 → https://git.io/JL5av
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56k
cole-h has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @prusnak merged pull request #108196 → python37Packages.zstandard: 0.15.0 -> 0.15.1 → https://git.io/JL5Cd
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56L
<{^_^}> [nixpkgs] @prusnak merged pull request #108223 → python3Packages.pyi2cflash: init at 0.2.2 → https://git.io/JL5wh
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56q
<{^_^}> [nixpkgs] @prusnak merged pull request #108211 → python3Packages.blockchain: init at 1.4.4 → https://git.io/JL5EL
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56u
<{^_^}> [nixpkgs] @prusnak merged pull request #108161 → python3Packages.pyhomematic: 0.1.70 -> 0.1.71 → https://git.io/JL7NL
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56V
domogled has joined #nixos
jjakob has quit [Quit: Either I'm rebooting or Quassel died again.]
<{^_^}> [nixpkgs] @prusnak merged pull request #108139 → python3Packages.toggl-cli: 2.2.1 -> 2.4.1 → https://git.io/JL71r
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL56Q
mizukota[m] has quit [Quit: Idle for 30+ days]
jjakob has joined #nixos
nature_ has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #108169 → python3Packages.connect-box: init at 0.2.8 → https://git.io/JL5f6
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5ic
<{^_^}> [nixpkgs] @prusnak merged pull request #108156 → python3Packages.netdata: init at 0.2.0 → https://git.io/JL7ds
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5iC
<{^_^}> [nixpkgs] @prusnak merged pull request #108149 → python3Packages.volkszaehler: init at 0.2.0 → https://git.io/JL7SL
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5i8
<{^_^}> [nixpkgs] @prusnak merged pull request #108144 → python3Packages.python-mystrom: init at 2.0.0 → https://git.io/JL7D9
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5iB
<{^_^}> [nixpkgs] @prusnak merged pull request #107498 → python3Packages.hstspreload: 2020.11.21 -> 2020.12.22 → https://git.io/JLX86
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5iR
anonymouserobot[ has joined #nixos
<abathur> anyone comfortable with home manager and vim packages around? an m1 mac user on discourse (https://discourse.nixos.org/t/macos-m1-issues/10771/6) is trying to figure out how to use the hm-generated vimrc with their system /usr/bin/vim (as a temporary workaround)
ddellacosta has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @prusnak merged pull request #107350 → python3Packages.msgpack: 1.0.0 -> 1.0.2 → https://git.io/JL5iA
<{^_^}> [nixpkgs] @prusnak pushed 3 commits to master: https://git.io/JL5ix
<{^_^}> [nixpkgs] @prusnak merged pull request #108232 → mpd-small: remove mad from features → https://git.io/JL56f
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5Pc
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @prusnak merged pull request #108197 → python37Packages.cloudflare: 2.8.14 -> 2.8.15 → https://git.io/JL5lk
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5PR
<{^_^}> [nixpkgs] @fabaff opened pull request #108233 → python3Packages.ambiclimate: init at 0.2.1 → https://git.io/JL5PF
<abathur> maybe I can conjure one by suggesting emacs is better than vim?
Cadey is now known as Guest57365
Guest57365 has quit [Killed (egan.freenode.net (Nickname regained by services))]
<abathur> that's how it works, right? :P
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #99602 → nodePackages.cdktf-cli: init at 0.0.19 → https://git.io/JUdAQ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5XE
respawn_ has quit [Quit: Leaving]
<patagonicus> How can I get a list of all store paths needed to build and run a given derivation? Basically the list of stuff that nix-build will print under "these paths will be fetched" given that everything is available in the cache.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/56bb1b0f7a3 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Kozova1 has joined #nixos
<patagonicus> I guess I can go for the full closure with nix-store -qR, but I think that's a lot more than necessary.
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #100540 → nodePackages.cdk8s-cli: init at 1.0.0-beta.5 → https://git.io/JTOiq
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #108178 → nodePackages.esy: init at 0.6.7 → https://git.io/JL5k4
ece has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @FRidh closed pull request #107783 → Staging next (with gcc 10, binutils 2.34 and autoconf 2.70) → https://git.io/JLyoO
<{^_^}> [nixpkgs] @FRidh reopened pull request #107783 → Staging next (with gcc 10, binutils 2.34 and autoconf 2.70) → https://git.io/JLyoO
<lukegb> patagonicus: for build and run you need --include-outputs iirc (and you should be specifying the derivation path not the output path, but I assume you're doing that)
<DigitalKiwi> abathur: doom-emacs > *
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « autoconf: remove buildPackages from main attribute »: https://git.io/JL5XN
jjakob has quit [Quit: Either I'm rebooting or Quassel died again.]
<{^_^}> [nixpkgs] @mweinelt merged pull request #108233 → python3Packages.ambiclimate: init at 0.2.1 → https://git.io/JL5PF
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JL5Xx
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #73119 → nodePackages.typescript-language-server: add typescript dependency → https://git.io/JeV6R
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #94945 → nodePackages.ijavascript: init at 5.2.0 → https://git.io/JJ1YO
<patagonicus> lukegb: The bigger problem with -R is that it includes every last input, including e.g. the sources for bison, perl, bash, etc., which I don't need. I just want what's needed to build the derivation I specify. This is for caching in CI, so I don't need to download the few programs over and over from the cache.
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #106665 → nodePackages.np: init at 7.0.0 → https://git.io/JIoA8
oxalica has quit [Quit: oxalica]
Xe has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #107168 → nodePackages.quicktype: init at 15.0.258 → https://git.io/JLRaH
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #107200 → nodePackages.firebase-tools: init at 9.0.1 → https://git.io/JLE12
Xe is now known as Cadey
<DigitalKiwi> patagonicus: have you looked at cachix?
<DigitalKiwi> it can do that
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108235 → Combined nodePackages update and init → https://git.io/JL51E
<DigitalKiwi> i set it up on the github actions for nixops-digitalocean it makes it go zoom
<patagonicus> DigitalKiwi: This is Gitlab and private repos, definitely don't want this uploaded to a public repo. (It's not super sensitive, but I'd just rather not)
<patagonicus> But maybe the cachix source has something about how it detects what's needed.
<DigitalKiwi> yeah i was about to say that
<DigitalKiwi> cachix can be private if you pay
vidbina_ has quit [Ping timeout: 256 seconds]
mallox has joined #nixos
<patagonicus> Not going to pay for this project, it's just a hobby project. I guess before I go down the cachix route I can set up a caching proxy for the official Nixos cache. Or just have it download every time, I don't expect this CI stuff to run often.
jjakob has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108236 → python3Packages.pyarlo: init at 0.2.4 → https://git.io/JL51F
<DigitalKiwi> yeah i don't think i can afford it either :)
oxalica has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @snicket2100 opened pull request #108238 → nixos/dnscrypt-proxy2: more service hardening → https://git.io/JL5MY
parrot has joined #nixos
<{^_^}> [nixpkgs] @andresilva opened pull request #108239 → linux_zen: 5.10.1 -> 5.10.4 → https://git.io/JL5Ms
<{^_^}> [nixpkgs] @fabaff opened pull request #108241 → Schiene → https://git.io/JL5MW
<pinage404[m]> hi, does anyone know where the repositories' list are stored for this website ? https://search.tx0.co (i found it on the wiki)
parrot has quit [Quit: Leaving]
ElXreno[m] has joined #nixos
<{^_^}> [nixpkgs] @GovanifY opened pull request #108242 → boot.loader.grub: add extraInstallCommands option → https://git.io/JL5MF
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JL5Mx
<infinisil> ,configsearch
<{^_^}> To search public NixOS/Nixpkgs/NixOps configs, use https://search.tx0.co (Ping ${"til" + "pner"} if it acts up again)
<infinisil> Hm tilpner isn't here
<{^_^}> [nixpkgs] @fabaff opened pull request #108244 → python3Packages.aiopulse: init at 0.4.2 → https://git.io/JL5DG
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108210 → pythonPackages.xml2rfc: Fix dependencies → https://git.io/JL509
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5D4
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #108245 → python3Packages.dask: unbreak by removing flaky test → https://git.io/JL5DR
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JL5DE
BlessJah_ has joined #nixos
thibm has quit [Quit: WeeChat 2.6]
BlessJah has quit [Ping timeout: 264 seconds]
Chiliparrot has joined #nixos
Darkmatter66 has joined #nixos
cr4y1 has quit [Quit: WeeChat 3.0]
clime has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #22789 → freeipa: init at 4.4.3 → https://git.io/vDiOa
<bgamari_> huh, is callCabal2nix broken on nixos-20.09?
<bgamari_> I'm seeing it fail with:
<bgamari_> cabal2nix: nix-prefetch-url: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
sangoma has joined #nixos
<bgamari_> this is the result of haskell.packages.ghc8101.callCabal2nix "cabal-install" (fetchFromGitHub { ...}) {}
<bgamari_> so it's rather surprising that it fails
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #103613 → aws-c-common: 0.3.11 -> 0.4.63 → https://git.io/Jkqz3
ece3 has joined #nixos
carthia has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #108126 → treewide: remove maintainership of `ma27` from a few packages → https://git.io/JL7Vy
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JL5yW
jmeredith has quit [Quit: Connection closed for inactivity]
meh` has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #108244 → python3Packages.aiopulse: init at 0.4.2 → https://git.io/JL5DG
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JL5yg
<{^_^}> [nixpkgs] @mweinelt merged pull request #108241 → python3Packages.schiene: init at 0.23 → https://git.io/JL5MW
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JL5yo
<{^_^}> #108246 (by bgamari, 19 seconds ago, open): callCabal2nix is broken on nixos-20.09
hiro98 has joined #nixos
euandreh has quit [Remote host closed the connection]
meh` has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
noiez has joined #nixos
<abathur> repeat from earlier: anyone comfortable with home manager and vim packaging around? an m1 mac user on discourse (https://discourse.nixos.org/t/macos-m1-issues/10771/6) is trying to figure out how to use the hm-generated vimrc with their system /usr/bin/vim (as a temporary workaround)
Darkmatter66 has quit [Ping timeout: 272 seconds]
hiro98 has quit [Ping timeout: 260 seconds]
davidv7_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @symphorien opened pull request #108247 → Paperwork update → https://git.io/JL5SV
<noiez> is it possible to add an overlay to a foreign flake (which pinned nixpkgs)?
hiro98 has joined #nixos
<srk> bgamari_: can't reproduce - it starts building cabal-install for me
<bgamari_> huh
<energizer> abathur: #home-manager might have someone
<bgamari_> bizarre
<srk> that error is common when there's a mismatch between first argument (name) and it can't find name.cabal
<bgamari_> srk, is it possible you have the executable in systemPackages?
<srk> yep
<srk> I certainly have it there
Heffalump has left #nixos [#nixos]
<bgamari_> I guess that explains it then
<bgamari_> hmm, although I also have nix-prefetch-url in in PATH
<bgamari_> not sure if that's due to systemPackages or my user profile though
<srk> I would expect it uses cabal2nix from store, no matter what's in env
<abathur> <3 energizer
<{^_^}> energizer's karma got increased to 28
davidv7 has joined #nixos
<bgamari_> srk, I think that's the problem; it clearly doesn't
<bgamari_> nix-prefetch-url isn't in path when callCabal2nix's builder invokes cabal2nix
<srk> bgamari_: looking at haskellSrc2nix it does use nativeBuildInputs = [ buildPackages.cabal2nix-unwrapped ];
<bgamari_> that indeed seems wrong
<srk> how come?
<bgamari_> srk, presumably the wrapper would add nix-prefetch-url to PATH
<bgamari_> indeed that is exactly what it does
<bgamari_> cat `which cabal2nix ` reveals this liine
<bgamari_> export PATH='/nix/store/xhz3ybvfn5s1qiza4fijd2l05cfd6082-nix-2.3.9/bin:/nix/store/vgfsj965y0gv2z09v1yjay75m6ac94z4-nix-prefetch-scripts/bin'${PATH:+':'}$PATH
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « Add more jailbreaks for QuickCheck. »: https://git.io/JL5SH
<srk> found it, cabal2nix at all-packages.nix wraps cabal2nix-unwrapped with it
<srk> but haskellSrc2nix uses cabal2nix-unwrapped which is why it can't exec nix-prefetch-url for you if not already in PATH?
<bgamari_> yes
<bgamari_> I left a comment to that effect on the ticket
<srk> ok, makes sense :)
hiro98 has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @roberth opened pull request #4418 → daemon.cc: Duplicate build output as general logs for Nix 2.3 → https://git.io/JL5Sj
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 47 commits to staging-next: https://git.io/JL59J
xanderle has joined #nixos
D_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @bgamari opened pull request #108248 → haskellSrc2Nix: Use wrapped cabal2nix → https://git.io/JL59I
ddellacosta has quit [Read error: Connection reset by peer]
hiro98 has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JL593
jonringer has joined #nixos
zuserm has joined #nixos
<zuserm> how do I find if there are any packages that contain a file?
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #107500 → erlang: make systemdSupport overridable → https://git.io/JLXBU
<{^_^}> [nixpkgs] @jonringer pushed to master « erlang: make systemdSupport overridable »: https://git.io/JL59l
LilleCarl has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108249 → bowtie: init at at 1.3.0 → https://git.io/JL598
<abathur> hmm, let's see
<abathur> ,locate loadables.h
<{^_^}> Found in packages: bash_5, bashInteractive_5
Lord_of_Life_ has joined #nixos
<abathur> ok, yeah, so you can use ,locate <file> here, /msg or /query it to {^_^}, or locally via nix-index
<zuserm> thanks
Lord_of_Life has quit [Ping timeout: 256 seconds]
anzbev[m] has joined #nixos
D_ has joined #nixos
Lord_of_Life_ is now known as Lord_of_Life
hnOsmium0001 has joined #nixos
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 30 commits to haskell-updates: https://git.io/JL591
<{^_^}> [nixpkgs] @bjornfor reopened pull request #22789 → freeipa: init at 4.4.3 → https://git.io/vDiOa
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed 30 commits to haskell-updates: https://git.io/JL59D
_madalu has quit [Remote host closed the connection]
_madalu has joined #nixos
<{^_^}> [nix-pills] @k4leg opened pull request #166 → Fix 8.3 pill → https://git.io/JL599
<{^_^}> [nixpkgs] @peti pushed 22 commits to haskell-updates: https://git.io/JL59H
andi- has quit [Quit: WeeChat 2.8]
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 256 seconds]
<dsal> Can anyone help me make a really simple derivation? I have a C++ project that uses boost and builds with scons. nix-shell and editing can get it working, but I'd like to figure out how to get scons to know about boost and just do a simple build.
<dsal> Anything reproducible is helpful. I don't necessarily need a full derivation, but I can't quite figure out the recipe.
berberman has joined #nixos
berberman_ has quit [Ping timeout: 264 seconds]
andi- has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
<{^_^}> [nix-pills] @k4leg closed pull request #166 → Fix 8.3 pill → https://git.io/JL599
sss2 has joined #nixos
xelxebar has joined #nixos
noogie has joined #nixos
endformationage has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108251 → bowtie2: 2.3.5.1 -> 2.4.2 → https://git.io/JL5Hr
<{^_^}> [nixpkgs] @peti merged pull request #107593 → Update Haskell package set to Stackage Nightly 2021-01-01 (plus other fixes) → https://git.io/JL1FC
<{^_^}> [nixpkgs] @peti pushed 26 commits to master: https://git.io/JL5Hi
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « Merge pull request #107593 from NixOS/haskell-updates »: https://git.io/JL5HM
<supersandro2000> anyone has any PR which needs a review/merge?
<maralorn> Is there anything other than hydra that I can use to trigger and run nix-builds and see them in a simple web ui?
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @zimbatm merged pull request #108182 → ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 → https://git.io/JL5qH
<{^_^}> [nixpkgs] @zimbatm pushed commit from @charles-dyfis-net to master « ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 (#108182) »: https://git.io/JL5HS
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JL5H9
<{^_^}> [nixpkgs] @jonringer merged pull request #108080 → shellhub-agent: add update.sh script → https://git.io/JL7U1
<{^_^}> [nixpkgs] @jonringer pushed commit from @otavio to master « shellhub-agent: set passthru.updateScript using genericUpdater »: https://git.io/JL5HQ
<zuserm> trying to change from 20.03 to 20.09, and I get "error: removed 2020-03-16, now integrated in Mesa" and I'm not sure what to do about it
<{^_^}> [nixpkgs] @peti opened pull request #108252 → Update Haskell package set to Stackage Nightly 2021-01-02 (plus other fixes) → https://git.io/JL5H7
<Vq> supersandro2000: I have one, #107227
<{^_^}> https://github.com/NixOS/nixpkgs/pull/107227 (by vq, 1 week ago, open): Add/lxi tools
sangoma has joined #nixos
respawn_ has joined #nixos
<supersandro2000> zuserm: either libtxc_dxtn or libtxc_dxtn_s2tc
<supersandro2000> Vq: taking a look at it in the next hours
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108253 → python3Packages.pyro4: Fix tests on darwin → https://git.io/JL5Hd
lgcl has quit [Quit: ERC (IRC client for Emacs 27.1)]
<Vq> supersandro2000: There's no hurry
<zuserm> supersandro2000: thanks
<supersandro2000> zuserm: ripgrep '2020-03-16, now integrated in Mesa'
CitadelCore2 has joined #nixos
CitadelCore2 has quit [Remote host closed the connection]
<energizer> i think nixos-option is giving me the wrong answer. what's a more official way to get the current value of an option?
<{^_^}> [nixpkgs] @petabyteboy opened pull request #108254 → coreboot-utils: 4.12 -> 4.13 → https://git.io/JL5Qm
<LilleCarl> One reboot to another and /dev/sda and /dev/sdb just randomly changed order, that's one big wat
<LilleCarl> swapped places would probably be the better way of explaining what happened
<energizer> LilleCarl: they're allowed to do that
<energizer> that's why people like to use /dev/disk/by-uuid/
<Yaniel> I guess that's why the default fstab is with uuids
D_ has quit [Ping timeout: 264 seconds]
<LilleCarl> I should probably update the path in my qemu to reflect this, was suprised to see my windows vm trying to import my zfs pool
<LilleCarl> Is this nixos unique or is this "allowed" anywhere/
<tpw_rules> it's allowed anywhere.
<tpw_rules> a is whatever device the kernel finds first
<LilleCarl> Never happened to me before, ever. Thanks for the feedback
<DigitalKiwi> supersandro2000: want to sneak in my matomo pr i haven't updated with release notes for weeks now...there are new releases now >.>
<tpw_rules> it's certainly rare, but there's nothing stopping it if you have multiple disk controllers
<energizer> it would be nice if indeterminant things like that were made random so you'd notice the problem sooner
<LilleCarl> energizer: Agreed, they did that with the deterministic nic naming scheme
<energizer> did they? mine are always called wlan0
<energizer> what i mean is instead of being called wlan0, the nondeterministic interfaces would be called wlan$(random-number)
<energizer> so you know you can't rely on it
<tpw_rules> you may as well just remove them altogether then
<LilleCarl> energizer: True, but would never fly for backwards compatible reasons
<LilleCarl> https://pastebin.com/XiHzxHm7 I would argue this naming is better than the sdx/vdx in /dev root
<{^_^}> [nixpkgs] @fabaff opened pull request #108255 → python3Packages.pep517: 0.8.2 -> 0.9.1 → https://git.io/JL5QX
ddellacosta has quit [Ping timeout: 240 seconds]
<tpw_rules> then use it?
<energizer> what is S3YJNX0M102183Z ?
<LilleCarl> Well i just learned about it, so now i am tpw_rules
<LilleCarl> energizer: Serial number of the device
<energizer> oh that's by-id
<LilleCarl> Yeah, by-uuid didn't have sda link at all
KarlJoad has joined #nixos
<energizer> that certainly seems more human friendly than uuids, wonder why people only use the uuids
<tpw_rules> i believe the uuid is stored in the GPT partition table
ddellacosta has joined #nixos
<KarlJoad> How can I have Python be available during runtime of a package? I've tried `buildInputs`, `propogatedBuildInputs` and `nativeBuildInputs`, and I cannot access `python3` inside a `nix-shell` of that package.
<tpw_rules> or filesystem headers
<{^_^}> [nixpkgs] @romildo merged pull request #108222 → marwaita: 7.7 -> 8.0 → https://git.io/JL5wd
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JL5QA
<tpw_rules> so theoretically if your disk died and you restored a backup image, the uuid would be the same
<tpw_rules> the uuid also uniquely identifies filesystems no matter the order on disk (or which disk)
<energizer> tpw_rules++
<{^_^}> tpw_rules's karma got increased to 7
<LilleCarl> tpw_rules++
<{^_^}> tpw_rules's karma got increased to 0o10
<LilleCarl> Yeah the partition table is msdos on the "windows disk". (sda) so that could be why it doesn't have an uuid then
<energizer> KarlJoad: is it a python package?
<energizer> like, are you trying to use python as a subprocess from within python
<KarlJoad> energizer: No. The symbolic package for Octave uses sympy and python to perform the computation. symbolic needs Python during runtime.
<KarlJoad> energizer: The fork of nixpkgs where I am working on this is online, if you want. https://github.com/KarlJoad/nixpkgs/tree/switch-libs-octave-builder
<supersandro2000> DigitalKiwi: 😄 just give me a heads up when you are ready
sss4 has joined #nixos
<KarlJoad> energizer: I built octave and its package like Python's. So, you can start a `nix-shell` with `nix-shell --pure -p '(import path {}).octave.withPackages (ps: [ ps.symbolic ])'`
miscalculated has quit [Ping timeout: 272 seconds]
jonringer has quit [Remote host closed the connection]
<energizer> KarlJoad: i'm not an expert so im just guessing. there are two techniques i've seen for providing paths to programs: one is with substituteAll @program@ (see nixpkgs manual) and the other is wrapProgram --set PATH
sss2 has quit [Ping timeout: 256 seconds]
ddellacosta has quit [Read error: Connection reset by peer]
ddellacosta has joined #nixos
<tpw_rules> KarlJoad: so i guess what you need is for the octave script to be able to do the moral equivalent of system("python3 -m sympy")?
cosimone has quit [Quit: cosimone]
D_ has joined #nixos
Volk has quit [Quit: See you next time!]
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Atemu opened pull request #108257 → jc: 1.13.4 -> 1.14.0 → https://git.io/JL576
ddellacosta has quit [Ping timeout: 240 seconds]
vs^ has quit []
eyJhb has joined #nixos
eyJhb has joined #nixos
<KarlJoad> tpw_rules: Something like that, yes.
davidv7_ has quit [Remote host closed the connection]
<tpw_rules> KarlJoad: i've briefly gone through the package code and what i would do is include a substituteInPlace in a prePatch script that replaces python3 in private/defaultpython.m with the path of the actual python3 it was built with
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/1b30518efbe (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<tpw_rules> like prePatch = ''substituteInPlace private/defaultpython.m --replace python3 '${pkgs.python3}/bin/python3' '';
<tpw_rules> not sure if that's quoted correctly
<{^_^}> [nixpkgs] @arcz opened pull request #108258 → liquidctl: init at 1.4.2 → https://git.io/JL57p
<tpw_rules> or if that's a commonly accepted way to do that
<KarlJoad> The thing is, I don't go through the unpackPhase. I let octave build the package, which takes in the downloaded tarball and spits out a tarball ready for installation.
Baughn has quit [Ping timeout: 240 seconds]
<tpw_rules> i mean i would assume the tarball is unpacked at some point? or does that happen at runtime?
<KarlJoad> It _is_ unpacked at some point, but octave does the unpacking of the tarball.
<tpw_rules> i mean the final version
<tpw_rules> like what is "install" here
aswanson_ has quit [Quit: WeeChat 3.0]
Baughn has joined #nixos
makingaderiv has joined #nixos
<KarlJoad> "install" is done by octave again, when putting octave together with the packages. Octave takes the tarball that was built with `octave --eval "pkg build"` and unpacks it to a location in share/octave/octave_packages/
<makingaderiv> In my derivation, I want to modify a source file with sed. How can I modify the source file (it looks like the builder does not have permissions)?
<tpw_rules> makingaderiv: you would do that after it was unpacked. if it doesn't have permissions, then was the file packed with write permissions?
<ElXreno[m]> Sorry for noob questions here, but I need help with the nvidia driver.
<ElXreno[m]> I have a laptop with nvidia card which supports only 390xx proprietary driver. After installing and rebooting I see a working gdm and I can log in, but after log in Xorg didn't see any displays and uses the virtual display. How I can fix this?
tsrt^ has joined #nixos
<tpw_rules> KarlJoad: then you'll have to unpack the tarball and repack it, or wrap the octave executable in a script that sets the PYTHON environment variable
<makingaderiv> tpw_rules when you say unpacked what you do you mean? I'm in the buildphase and the archive is unpacked I think
<makingaderiv> unless that's nix vocab
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #107058 → pslib: Init at 0.4.6 → https://git.io/JLnQc
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JL55m
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<tpw_rules> makingaderiv: where did you get the archive? if you just extract it on your own with tar, are the files read write?
LilleCarl1 has joined #nixos
<KarlJoad> tpw_rules: Setting the PYTHON environment variable seems to be the smoothest solution in that case. However, I cannot even access python outside of octave right now.
<tpw_rules> you have to do wrapProgram after you build the octave executable
LilleCarl has quit [Ping timeout: 256 seconds]
<tpw_rules> i can't find the definition of buildOctavePackage
<makingaderiv> I got it through fetchgit. Through a normal git clone they're writable but not sure that's the same.
<makingaderiv> Ugh I can't chmod it either
<tpw_rules> not sure why that would be. can you post your derivation?
<KarlJoad> tpw_rules: That's because it's `buildOctaveLibrary`. The function's definition is in dev/interpreters/octave/mk-octave-derivation.nix
<makingaderiv> https://0bin.net/paste/PDdQ9M+Q#wbjcHqX1fWS0RUrMBP+55+n9sM6FWqhikCzqjXX1NEL
sangoma has joined #nixos
<makingaderiv> line of interest commented
<tpw_rules> KarlJoad: sorry, yes that's what i was searching for. but neither github nor google could find it
miscalculated has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
davidv7 has joined #nixos
<tpw_rules> either way, you'll have to wrap the bin/octave available in your environment to set PYTHON and/or PATH, or write a build script to unpack and repack the tarball
<KarlJoad> tpw_rules: Weird. Where were you searching? AFAIK, `buildOctaveLibrary` is only in my fork on a few of my octave branches there.
<tpw_rules> github can't search forks
<tpw_rules> but considering not all octave users will need python, i think digging into the tarball is the only option
<tpw_rules> buildInputs and friends only set PATH during building
<tpw_rules> i believe
<KarlJoad> That's what I thought. So, I have to set PATH to include python manually?
<{^_^}> [nixpkgs] @r-burns opened pull request #108259 → python3Packages.pythonix: 0.1.6 -> 0.1.7, fix python module → https://git.io/JL55r
<tpw_rules> i don't know what you mean by "manually"
<tpw_rules> when you run the octave executable in which you intend to use symbolic, PATH or PYTHON has to be set to include the python 3 interpreter's full path
<KarlJoad> By "manually" I meant there is no variable that I can set somewhere that will set up PATH to include python for me.
<tpw_rules> no. nix does not touch PATH when your program runs
<makingaderiv> I've read through https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/fetchgit and I'm not catching anything that would set all source files to read-only.
<makingaderiv> Any clue as to where that might be happening, given they are not readonly in the repository?
<tpw_rules> makingaderiv: sorry, i don't see where you have commented anything
<tpw_rules> wait i'm dumb
<tpw_rules> oh, it's because you are doing cd ${src}/main
cizra has left #nixos [#nixos]
<tpw_rules> that puts you in the read only directory of the downloaded repository in the nix store. nix copies the source to a read write temporary area before it starts the builder. you should be able to do just 'cd main'
<makingaderiv> ohhh
<tpw_rules> or source/main maybe? you can just run pwd and ls -alh in your builder to be sure of where it is. the output will get printed to the console when you try to build it
<supersandro2000> makingaderiv: I would ripgrep for things like https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/release/nix-build.nix#L167
<makingaderiv> pwd output is: "/build", ls output is: "env-vars"
<makingaderiv> oh, $sourceRoot is the var
shibboleth has quit [Quit: shibboleth]
sss4 has quit [Quit: Leaving]
wegna236 has joined #nixos
davidv7 has quit [Quit: Konversation terminated!]
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @charles-dyfis-net opened pull request #108260 → ttygif: add missing dependencies on xwd, imagemagick → https://git.io/JL5dt
<tpw_rules> actually i think i am wrong. overriding builder completely throws out the nix builder. installPhase will never run
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #107887 → hub: Add test, git reference → https://git.io/JL96Q
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JL5dZ
rycee has joined #nixos
vuko_ has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #107183 → linux-hardened: Switch to 5.10 → https://git.io/JLRp2
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux-hardened: Switch to 5.10 »: https://git.io/JL5dc
<{^_^}> [nixpkgs] @NeQuissimus pushed 0 commits to hardened_510: https://git.io/JL5dC
nlyy has joined #nixos
<makingaderiv> tpw_rules you're right; put everything in installPhase and it prepares the environment with a write copy of the source
<nlyy> ahh crap. does service.i2pd not have extraConfig option?
<tpw_rules> makingaderiv: patches should go in patchPhase, build stuff should go in buildPhase, etc
fuiltilt has joined #nixos
wegna236 has quit [Remote host closed the connection]
cosimone has joined #nixos
metalune[m] has left #nixos ["User left"]
Aloui has joined #nixos
Aloui has quit [Read error: Connection reset by peer]
makingaderiv has quit [Remote host closed the connection]
respawn_ has quit [Quit: Leaving]
ToxicFrog has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #108261 → Updates → https://git.io/JL5dy
ToxicFrog has joined #nixos
ToxicFrog has quit [Remote host closed the connection]
ToxicFrog has joined #nixos
nlyy has left #nixos ["ERC (IRC client for Emacs 27.1)"]
vuko_ has quit [Quit: leaving]
domogled has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @bbigras opened pull request #108263 → starship: 0.47.0 -> 0.48.0 → https://git.io/JL5be
cosimone has quit [Quit: cosimone]
zuserm has quit [Remote host closed the connection]
Chiliparrot has joined #nixos
nature_ has quit [Ping timeout: 246 seconds]
m4tsa_ has joined #nixos
ManiacOfMadness has joined #nixos
hiro99 has joined #nixos
m4ts has quit [Ping timeout: 264 seconds]
knupfer1 has joined #nixos
knupfer1 is now known as knupfer
knupfer has quit [Client Quit]
hiro99 has quit [Remote host closed the connection]
sss2 has joined #nixos
Ozymandias42 has joined #nixos
ml| has quit [Ping timeout: 272 seconds]
<Ozymandias42> Greetings and a quick question because google foo gave no answer. I'm doing a super barebones nixos install. No changes to the generated configuration.nix at all. I'm doing it from inside of another running distro. Why then is it compiling tons of packages for hours on end when it should have been done in 5min ?
riksu-raksu has quit [Quit: riksu-raksu]
<{^_^}> [nixpkgs] @jlesquembre opened pull request #108264 → vimPlugins.telescope-fzy-native-nvim: init at 2021-01-02 → https://git.io/JL5NA
cole-h has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> so I am trying to get taffybar working again post 20.09
<fresheyeball> and I am pulling my hair out
<fresheyeball> Fontconfig error: "/etc/fonts/2.11/fonts.conf", line 5: invalid attribute 'domain'
<fresheyeball> from what I read on discourse, and github, programs on this channel are not supposed to use /etc/fonts/2.11 anymore
<fresheyeball> I tried installing taffybar from nixpkgs master branch
<fresheyeball> and same problem
Dr8128 has quit [Ping timeout: 272 seconds]
<fresheyeball> how can I inform taffybar of the right place to look for fonts?
<Yaniel> you should tell it to use a newer fontconfig
<fresheyeball> Yaniel: I don't understand
<fresheyeball> I agree that is why I need to do
<fresheyeball> what* I need to do
<fresheyeball> but I don't have a grasp of how fontconfig works
ml| has joined #nixos
<Yaniel> I mean you should make sure the taffybar package depends on the right version
<{^_^}> [nixpkgs] @Ekleog closed pull request #50026 → Add test links → https://git.io/fpIyd
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c6b23ba64ae (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<Yaniel> idk if that requires patching the application (in case the fontconfig api changed)
<{^_^}> [nixpkgs] @rycee opened pull request #108265 → trash-cli: 0.20.11.23 -> 0.20.12.26 → https://git.io/JL5Aa
<{^_^}> [nixpkgs] @jumper149 opened pull request #108266 → idris2: update to v0.2.2 → https://git.io/JL5AX
<fresheyeball> this is the derivation
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Ozymandias42 has quit [Quit: Konversation terminated!]
<fresheyeball> I don't see a dependency on fontconfig at all :(
<drozdziak1> Does any of the NixOS provixioning tools swap /etc/nixos/configuration.nix? I'd love to edit nix files locally to permanently affect a remote machine
<Yaniel> nixops effectively does that
<Yaniel> fresheyeball: oh and which release channel are you using
<Yaniel> fresheyeball: https://github.com/NixOS/nixpkgs/pull/97441 one of the many related issues
<{^_^}> #97441 (by jtojnar, 16 weeks ago, merged): nixos/fontconfig: Fix compatibility with unstable apps
<{^_^}> [nixpkgs] @Ekleog closed pull request #50342 → Fix test evaluation in restrict-eval → https://git.io/fpO6N
<fresheyeball> Yaniel: I installed directly from the master branch of nixpkgs
<Yaniel> uhh installed the entire system?
<fresheyeball> no just taffybar
<Yaniel> ah
<fresheyeball> I am on 20.09
<fresheyeball> all was well on 20.03
<fresheyeball> but many things are nicer on 20.09!
<Yaniel> that probably explains your problems
<Yaniel> same as the case mentioned in the issue I linked
<Yaniel> tldr install it from your release channel instead
<fresheyeball> Yaniel: it's marked broken
<fresheyeball> on the 20.09 channel
vidbina_ has joined #nixos
mallox has quit [Quit: WeeChat 3.0]
<Yaniel> check the difference to master and try backporting it?
<Yaniel> if it's broken on the release channel that'd probably be accepted even though it's a stable channel
<fresheyeball> Yaniel: the derivation is identical
<fresheyeball> I think it was marked broken for a different reason
<Yaniel> hmm
<Yaniel> can you try
<Yaniel> checkout the 20.09 channel in your nixpkgs clone
<Yaniel> and simply mark it as not broken
<Yaniel> then install from that
<fresheyeball> I don't see why that would be helpful
<fresheyeball> I think this can be solved by setting an ENV var or something
<Yaniel> how long ago was it marked broken?
<Yaniel> maybe it was something unrelated that has been fixed on that channel already too
<Yaniel> but that package was never marked as working again
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108265 → trash-cli: 0.20.11.23 -> 0.20.12.26 → https://git.io/JL5Aa
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL5xr
<{^_^}> [nixpkgs] @MarcFontaine opened pull request #108267 → pcimem: init at 2018-08-29 → https://git.io/JL5x6
ManiacOfMadness has quit []
vidbina_ has quit [Ping timeout: 260 seconds]
<fresheyeball> not on the channel no
<fresheyeball> it has not been marked as working
<Yaniel> yeah but have you tried if it actually works regardless
<Yaniel> with no changes
ManiacOfMadness has joined #nixos
azure has joined #nixos
<Yaniel> the broken flag is set manually so it is possible someone simply forgot to flip it off again after fixing something in a different package
azure is now known as Guest63263
<fresheyeball> oh wait
<fresheyeball> I just installed it from the channel
<fresheyeball> it installed fine
<fresheyeball> but again, no fonts
<Yaniel> :D
zangi has quit [Ping timeout: 256 seconds]
<Yaniel> are you sure it's running the right version now
<Yaniel> i.e. did you remove the other one and gc
<fresheyeball> Yaniel: I just made sure of it, yes
__monty__ has quit [Quit: leaving]
<fresheyeball> there is but one copy, and it is the one from the channel
<Yaniel> okay
yorick has quit [Quit: reboot]
fendor_ has quit [Remote host closed the connection]
philr has joined #nixos
yorick has joined #nixos
<{^_^}> [nixpkgs] @ajs124 merged pull request #107597 → xfsprogs: 4.19 -> 5.10 → https://git.io/JL1AJ
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JL5pK
<fresheyeball> Yaniel: so any idea how to inform taffybar of the new font stuff?
v0|d has joined #nixos
<{^_^}> [nixpkgs] @bhipple merged pull request #108253 → python3Packages.Pyro4: Fix tests on darwin → https://git.io/JL5Hd
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JL5p5
Volk has joined #nixos
xelxebar_ has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
KarlJoad has quit [Ping timeout: 260 seconds]
lordcirth__ has joined #nixos
<{^_^}> [nixpkgs] @TikhonJelvis opened pull request #108268 → r-modules: Updated definitions of CRAN and Bioc packages. → https://git.io/JL5pp
lordcirth has quit [Ping timeout: 264 seconds]
<colemickens> anyone rocking chromium + ozone these days in sway
<{^_^}> [nixpkgs] @prusnak merged pull request #108258 → liquidctl: init at 1.4.2 → https://git.io/JL57p
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL5hI
growpotkin has joined #nixos
<Yaniel> fresheyeball: sorry, no
<Yaniel> read the issue I linked and other fontconfig issues, maybe there is something useful there
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108269 → pythonPackages.Pyro4: Fix hanging tests on darwin → https://git.io/JL5hK
sss2 has quit [Quit: Leaving]
<{^_^}> [nixos-hardware] @mexisme closed pull request #170 → Initial port of linux-surface/linux-surface patches to NixOS → https://git.io/JfMq8
ManiacOfMadness` has joined #nixos
ManiacOfMadness has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #108254 → coreboot-utils: 4.12 -> 4.13 → https://git.io/JL5Qm
<{^_^}> [nixpkgs] @petabyteboy pushed to master « coreboot-utils: 4.12 -> 4.13 (#108254) »: https://git.io/JL5h7
ml| has quit [Quit: WeeChat 2.9]
ml| has joined #nixos
sss2 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres closed pull request #13607 → Add the tool "nixos-typecheck" that can check an option declaration to: → https://git.io/v2XCs
<{^_^}> [nixpkgs] @flokli merged pull request #108203 → pythonPackages.reflink: init at 0.2.1 → https://git.io/JL58P
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JL5hh
domogled has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #108270 → go_2-dev: change pname/version to use unstable format → https://git.io/JL5jL
<colemickens> does systemd not report minor version or just ours?
<colemickens> systemctl --version made me think I was still on buggy systemd for a second
fresheyeball has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @flokli merged pull request #108148 → cadvisor: 0.36.0 -> 0.37.0 → https://git.io/JL7SU
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JL5ju
<{^_^}> [nixpkgs] @zowoq merged pull request #106036 → .github/workflows: build NixOS/Nixpkgs manuals → https://git.io/JInN5
<{^_^}> [nixpkgs] @zowoq pushed to master « .github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval and sandbox »: https://git.io/JL5jg
<{^_^}> [nixpkgs] @petabyteboy opened pull request #108271 → python3Packages.adblock: init at 0.4.0 → https://git.io/JL5j2
<energizer> colemickens: it doesn't on ubuntu either
<{^_^}> [nixpkgs] @zowoq pushed to master « .github/workflows/rebase-staging.yml: add reaction to the comment that started the job »: https://git.io/JL5jj
<sss2> hi all, which os most appropriate for nixos store and why ?, i found xfs not suitable ...
ece3 has quit [Quit: The Lounge - https://thelounge.chat]