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
<stevenroose> colemickens: k thanks gonna give that a shot (running git gc on the nixpkgs repo taking a while ^^')
<energizer> ivan: i see, --cores "It defaults to the value of the cores configuration setting, if set, or 1 otherwise." but nix.buildCores defaults to 0.
iH8c0ff33 has quit [Ping timeout: 260 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
cosimone has quit [Ping timeout: 240 seconds]
<energizer> ivan++ thanks
<{^_^}> ivan's karma got increased to 10
iH8c0ff33 has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #106401 → python3Packages.pandas: 1.1.4 -> 1.1.5 → https://git.io/JIuvO
o1lo01ol1o has joined #nixos
<energizer> how do i `nix why-depends /nix/store/...config.drv /nix/store/3wf38d1nidny3ds20cgb8ra3d7mjxc5d-python3.8-breezy-3.1.0.drv` without building the latter since that fails to build?
<{^_^}> [nixpkgs] @jonringer merged pull request #106393 → steamPackages.steam-runtime: 0.20200720.0 → 0.20201203.1 → https://git.io/JIEN0
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JIuvC
<{^_^}> [nixpkgs] @cdepillabout merged pull request #106333 → haskellPackages.cryptohash-sha512: fix by jailbreaking → https://git.io/JIRMR
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JIuvR
cr4y1 has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<energizer> like, i have no idea what that package is doing in my config. i assume it's a dependency of something but idk what
asbachb has joined #nixos
thc202 has quit [Quit: thc202]
iH8c0ff33 has quit [Ping timeout: 256 seconds]
<{^_^}> nix#1918 (by lheckemann, 2 years ago, open): drv-level why-depends
<energizer> infinisil: thanks
<asbachb> When referering a tar.gz source is the hash computed by it's content or the file itself?
supersandro2000 has quit [Disconnected by services]
<infinisil> asbachb: It depends on the fetcher used
supersandro2000 has joined #nixos
<infinisil> fetchurl is based on the file itself
<infinisil> fetchzip is based on the contents of the unpacked result
aswanson has joined #nixos
<asbachb> infinisil: ok thanks.
<dminuoso> What's the reason fetchGitHub requires both the commit hash as well as a sha256 hash?
<dminuoso> It seems a bit redundant
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106402 → gnome3.gnome-shell: 3.38.1 -> 3.38.2 → https://git.io/JIufr
<infinisil> dminuoso: I think the main reason is that it would be tricky to reuse Git's hash
<infinisil> Since it includes non-content commit information
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/78dc359abf8 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/da32a988efd (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @charles-dyfis-net opened pull request #106403 → desync: 0.4.0 -> 0.9.0 → https://git.io/JIufi
<infinisil> dminuoso: So it's not strictly a content hash of the files itself, which is what fixed-output derivations need
<dminuoso> infinisil: But fetchgit does not need the sha hash
<dminuoso> o.o
<infinisil> Pretty sure it does?
<dminuoso> In fact, with fetchgit you can even point to a committish
<infinisil> Oh do you mean builtins.fetchGit?
<dminuoso> Yeah
<infinisil> Oh yeah that's different than `pkgs.fetchgit`
o1lo01ol1o has quit [Remote host closed the connection]
* dminuoso sighs
<dminuoso> Of course it is
<dminuoso> They have different.. uh..
<infinisil> fetchGit doesn't create a derivation, it uses the git in your path to git clone at eval time, it clones it into ~/.cache/nix somewhere I think
<infinisil> I think it still can take a sha256 to ensure purity though
<infinisil> Actually no
<infinisil> But yeah it doesn't need a content hash because it's not using a fixed-output derivation
<dminuoso> So I have fetchGit, fetchgit and fetchGitHub at my disposal.
<infinisil> And fetches it a bit impurely
o1lo01ol1o has joined #nixos
<dminuoso> mmm I see
wnklmnn has quit [Quit: Leaving]
<dminuoso> so the nixpkgs.fetchgit builds an derivation, but builtins.fetchGit does not
<infinisil> Yup
<dminuoso> (somebody ought to be slapped for the naming here. the confusion is hellish)
<infinisil> Generally you want to use pkgs.fetch* if possible
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106338 → webhook: 2.7.0 -> 2.8.0 → https://git.io/JIRSO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIuJY
<infinisil> builtins.fetchGit/builtins.fetchTarball is better if you need to import Nix files from those fetched paths
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106341 → abcm2ps: 8.14.10 -> 8.14.11 → https://git.io/JI0vn
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIuJs
<dminuoso> Ah yeah I recall I had to do that
asbachb has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @jonringer opened pull request #106404 → python310: 3.10.0a2 -> 3.10.0a3 → https://git.io/JIuJ6
<{^_^}> [nixpkgs] @lovesegfault opened pull request #106405 → python3Packages.soco: fixup and adopt → https://git.io/JIuJi
<Fare> Interestingly, if I put my object system under .../gerbil-support, then trying to use it to extend gerbil-support itself causes infinite recursion :-(
<Fare> so I'm moving it to lib, in my branch.
jb55 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106371 → feh: 3.6 -> 3.6.1 → https://git.io/JIEWs
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIuUI
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 47 commits to staging-next: https://git.io/JIuUV
<{^_^}> [nixpkgs] @github-actions[bot] pushed 48 commits to staging: https://git.io/JIuUw
<stevenroose> Hmm the sha256 attribute of fetchUrl doesn't seem to be hex
<stevenroose> it has other characters. It also doesn't seem to be base64?
<infinisil> stevenroose: It's a base32 encoding, see `man nix-hash`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106342 → alpine-make-vm-image: 0.6.0 -> 0.7.0 → https://git.io/JI0fa
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JIuTq
rajivr has joined #nixos
numkem has quit [Quit: Ping timeout (120 seconds)]
numkem has joined #nixos
statusbot has quit [Ping timeout: 256 seconds]
djanatyn has quit [Quit: ZNC 1.8.x-git-84-2f4b158 - https://znc.in]
mfernandez has quit [Ping timeout: 256 seconds]
runciter has quit [Ping timeout: 256 seconds]
mfernandez has joined #nixos
djanatyn has joined #nixos
<stevenroose> infinisil: thanks
das_j has quit [Ping timeout: 265 seconds]
nightmared has quit [Ping timeout: 265 seconds]
helpusobi has quit [Ping timeout: 265 seconds]
ris has quit [Ping timeout: 246 seconds]
yagoham has quit [Ping timeout: 260 seconds]
yagoham has joined #nixos
RickHull has quit [Ping timeout: 245 seconds]
runciter has joined #nixos
helpusobi has joined #nixos
das_j has joined #nixos
nightmared has joined #nixos
sudoforge has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
heyitsrama has quit [Remote host closed the connection]
heyitsrama has joined #nixos
statusbot has joined #nixos
supersandro2000 has quit [Ping timeout: 260 seconds]
ransom has joined #nixos
<adisbladis> stevenroose: fetchurl can also take hex & base64
chang has joined #nixos
<jasom> I expect "whatis -w '*'" to return a list of all manpages in the manpath; it doesn't on nixos; any suggestions?
<tejing> jasom: works for me
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 272 seconds]
<jasom> tejing: huh; "whatis -M /run/current-system/sw/share/man/ -w '*'" (and a similar command for my .nix-profile) yields "*: nothing appropriate."
evax has quit [Ping timeout: 260 seconds]
<gchristensen> *: nothing appropriate.
<gchristensen> here too
evax has joined #nixos
Raito_Bezarius has quit [Ping timeout: 260 seconds]
supersandro2000 has joined #nixos
magnetophon has quit [Ping timeout: 258 seconds]
<jasom> ah, if I do a "sudo mandb" then whatis can find the /run/current-system/sw/share/man/ pages. I would expect a -M to not need the index file though and just be super slow
<jasom> I suspect tejing has documentation.man.generateCaches set
<tejing> I haven't set anything about that, so it's just whatever's default
<jasom> default is false in 20.09 and unstable...
m0rphism has quit [Ping timeout: 246 seconds]
gustavderdrache has quit [Quit: Leaving.]
<tejing> could stateVersion affect that? I would guess no, but that's my only guess left
Jonathan43 has quit [Ping timeout: 245 seconds]
<tejing> my stateVersion is ancient
* jasom shrugs
<jasom> it could I suppose
<tejing> 17.09
<jasom> Mine's 19.03
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106390 → vscode-extensions.pkief.material-icon-theme: init at 4.4.0 → https://git.io/JIE5l
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIuLp
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106392 → standardnotes: 3.3.3 -> 3.5.11 → https://git.io/JIEbY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIute
<tejing> huh
<tejing> I just checked the option documentation.man.generateCaches
<tejing> vlaue is true, but default says false
<tejing> s/vlaue/value/
<tejing> how is it even being set?
<tejing> defined by /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/programs/fish.nix
<tejing> so I guess it's cause I have "programs.fish.enable = true;" in my configuration.nix
ishan9299 has joined #nixos
<ishan9299> is cache.nixos.org and nixos.org down ?
<simpson> No. What have you tried?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106394 → vscode-extensions.tamasfe.even-better-toml: init at 0.9.3 → https://git.io/JIENX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIutV
<ishan9299> @simpson I was try to use nix shell but it was showing errors couldn't resolve the hostname.
iH8c0ff33 has joined #nixos
<simpson> ishan9299: That sounds like DNS trouble.
miscalculated has quit [Quit: miscalculated]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106293 → nixos-shell: 0.1.1 -> 0.2 → https://git.io/JIB8P
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIutS
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIut9
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106397 → vscode-extensions.serayuzgur.crates: init at 0.5.3 → https://git.io/JIEpE
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIutH
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JIutd
<ishan9299> simpson how do fix the issue if it is a problem from my end?
iH8c0ff33 has quit [Ping timeout: 265 seconds]
<simpson> ishan9299: I don't know, sorry, especially if you have no problems reaching other sites.
o1lo01ol1o has joined #nixos
kim0 has quit [Quit: Connection closed for inactivity]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/12beaac9337 (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to fwupd-1.5.3: https://git.io/JIuqA
Raito_Bezarius has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
Lord_of_Life_ has joined #nixos
sss2 has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
ransom__ has joined #nixos
sigmundv__ has quit [Read error: Connection reset by peer]
sigmundv__ has joined #nixos
ransom has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #106378 → podman: 2.2.0 -> 2.2.1 → https://git.io/JIEae
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIumh
<lukegb> ah, Qt 6.0
ishan9299 has quit [Quit: ishan9299]
orivej has quit [Ping timeout: 240 seconds]
<lovesegfault> How can I overlay a python package to disable tests for it?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106398 → vscode-extensions.mskelton.one-dark-theme: init at 1.7.2 → https://git.io/JIEjq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIuOy
ishan has joined #nixos
<lovesegfault> oh packageOverrides
miscalculated has joined #nixos
<ishan> simpson I checked none of my devices are able to access nixos.org (I am on a mobile connection) but if I enable DNS over https in firefox I am able to access the website. Also I am able to rebuild the system.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106311 → python3Packages.jupytext: fix build by adding missing markdown-it-py dep; python3 only → https://git.io/JIBQO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JIu3H
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106399 → vscode-extensions.a5huynh.vscode-ron: init at 0.9.0 → https://git.io/JIEjN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIusx
teto has quit [Ping timeout: 260 seconds]
lunik1 has quit [Quit: Ping timeout (120 seconds)]
lunik1 has joined #nixos
ericsagn1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106406 → kbs2: 0.1.6 -> 0.2.1 → https://git.io/JIuGy
gustavderdrache has quit [Quit: Leaving.]
ishan has quit [Ping timeout: 245 seconds]
ericsagn1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106407 → intel-media-driver: 20.4.2 -> 20.4.3 → https://git.io/JIunr
svrana has joined #nixos
<{^_^}> [nixpkgs] @badmutex opened pull request #106408 → vivaldi: 3.4.2066.90-1 -> 3.5.2115.73-1 → https://git.io/JIun7
sigmundv__ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #106409 → steam: fix paradox launchers, and electron apps → https://git.io/JIuck
h0m1 has quit [Ping timeout: 260 seconds]
matthewcroughan_ has joined #nixos
h0m1 has joined #nixos
<matthewcroughan_> Is there a way to override a package from the Nix repl?
<{^_^}> [nixpkgs] @jtojnar merged pull request #106402 → gnome3.gnome-shell: 3.38.1 -> 3.38.2 → https://git.io/JIufr
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.gnome-shell: 3.38.1 -> 3.38.2 »: https://git.io/JIuCc
<matthewcroughan_> cannot figure it out. This doesn't work: nix-repl> :p lib.remove "/nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/os-specific/linux/busybox/0001-wget-implement-TLS-verification-with-ENABLE_FEATURE_.patch" busybox.drvAttrs.patches
<matthewcroughan_> neither does curlDesco = curl.override { openssl = openssl_1_1_1; };
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106410 → imagemagick7: 7.0.10-35 -> 7.0.10-46 → https://git.io/JIuCV
<matthewcroughan_> neither does nix.override { fromGit = true; }
<{^_^}> #63857 (by nh2, 1 year ago, closed): Make nix package easier to override
<matthewcroughan_> Mic92 got any hot tips? :)
orivej has joined #nixos
pushqrdx has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106411 → ircdHybrid: 8.2.35 -> 8.2.36 → https://git.io/JIuWC
<lukegb> matthewcroughan_: for your
<lukegb> whoops
<lukegb> for your busybox example, you probably want something like `:b busybox.overrideAttrs ({ patches, ... }: { patches = lib.remove ./pkgs/os-specific/linux/busybox/0001-wget-implement-TLS-verification-with-ENABLE_FEATURE_.patch patches; })`
svrana has quit [Quit: WeeChat 2.9]
mrlizard has quit [Ping timeout: 260 seconds]
mrlizard has joined #nixos
<matthewcroughan_> lukegb hash is same, hasn't changed: `:b busybox.overrideAttrs ({ patches, ... }: { patches = lib.remove ./pkgs/os-specific/linux/busybox/0001-wget-implement-TLS-verification-with-ENABLE_FEATURE_.patch patches; })`
mkaito has quit [Quit: WeeChat 2.9]
o1lo01ol1o has joined #nixos
aswanson has quit [Ping timeout: 246 seconds]
iH8c0ff33 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104910 → krew: init at 0.4.0 → https://git.io/Jky2O
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIu4n
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @figsoda opened pull request #106412 → vscode-extensions.naumovs.color-highlight: init at 2.3.0 → https://git.io/JIu47
<{^_^}> [nixpkgs] @r-burns opened pull request #106413 → cdparanoia: fix build on powerpc → https://git.io/JIu4j
Darkmatter66_ has quit [Ping timeout: 258 seconds]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
Qubasa has quit [Quit: WeeChat 2.9]
Qubasa has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #106414 → postgresqlPackages.pg_hll: 2.15 -> 2.15.1 → https://git.io/JIuBH
heyitsrama has quit [Read error: Connection reset by peer]
andi- has quit [Remote host closed the connection]
andi- has joined #nixos
pcarrier has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #106410 → imagemagick7: 7.0.10-35 -> 7.0.10-46 → https://git.io/JIuCV
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIuR2
raghavsood has quit [Ping timeout: 245 seconds]
nwspk has quit [Quit: nwspk]
nwspk has joined #nixos
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sangoma has joined #nixos
ransom__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ransom has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 264 seconds]
Supersonic112 is now known as Supersonic
iH8c0ff33 has quit [Ping timeout: 258 seconds]
SanchayanMaity has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
fresheyeball has joined #nixos
miscalculated has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #106391 → gnome3.gnome-chess: 3.38.0 -> 3.38.1 → https://git.io/JIEdC
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.gnome-chess: 3.38.0 -> 3.38.1 »: https://git.io/JIu2t
<{^_^}> [nixpkgs] @ryantm merged pull request #105986 → doc: Add staging workflow diagram → https://git.io/JIZrb
<{^_^}> [nixpkgs] @ryantm pushed 3 commits to master: https://git.io/JIu2A
<{^_^}> [nixpkgs] @jonringer opened pull request #106416 → nomad: 0.11.4 -> 0.11.7 → https://git.io/JIuaP
zhaofeng has joined #nixos
<zhaofeng> Hi there, I'm seeing a weird behavior: When there is an active nix-shell started by root, /nix/store becomes read-write.
<zhaofeng> Is this expected?
justanotheruser has quit [Ping timeout: 258 seconds]
<gchristensen> no, can you open an issue on nixos/nix ?
rail has quit [Quit: gone...]
<pjt_tmp> wtf
<zhaofeng> I'm in the process of creating an issue, but just checking here first to see if this is actually expected
<zhaofeng> Can you reproduce it?
<pjt_tmp> yup
veleiro` is now known as veleiro
<pjt_tmp> sudo nix-shell -p hello --run "mount | grep nix"
veleiro has joined #nixos
veleiro has quit [Changing host]
rail has joined #nixos
<zhaofeng> Glad I'm not crazy. Got freaked out when a Java Firefly app just worked inside a nix-shell (it would create directories in the project root by default)
<zhaofeng> then found out it was mutating the Nix store
<lovesegfault> nightmare-worthy stuff :P
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106417 → igraph: 0.8.4 -> 0.8.5 → https://git.io/JIuVa
<{^_^}> nix#4337 (by zhaofengli, 48 seconds ago, open): /nix/store becomes writable when a nix-shell started by root is active
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #101468 → zktree:: init at 0.0.1 → https://git.io/JTaYO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JIuVM
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106376 → rapidcheck: refactor `postInstall` to install all extras → https://git.io/JIEuY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @tsmanner to master « rapidcheck: refactor `postInstall` to install all extras (#106376) »: https://git.io/JIuwg
maljub01 has quit [Quit: maljub01]
<{^_^}> [nixpkgs] @jonringer opened pull request #106418 → nomad_0_11: 0.11.6 -> 0.11.7 → https://git.io/JIurI
maljub01 has joined #nixos
hyper_ch5 has joined #nixos
oxalica has quit [Quit: oxalica]
oxalica has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106334 → mycli: fix build with sqlparse 0.4.x → https://git.io/JIRMX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @jojosch to master « mycli: fix build with sqlparse 0.4.x (#106334) »: https://git.io/JIurX
sangoma has quit [Read error: Connection reset by peer]
hyper_ch4 has quit [Ping timeout: 240 seconds]
<colemickens> nix has been seg faulting a lot lately
<colemickens> nixUnstable, that is
<gchristensen> same
red[evilred] has joined #nixos
<red[evilred]> soo
<red[evilred]> nixpkgs-review pr <#> seems to be ignoring my max-jobs and cores entry in nix.conf
<red[evilred]> any suggestions as to how to address this?
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #106419 → http-getter: unstable-2018-06-06 -> unstable-2020-12-08 → https://git.io/JIuKq
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ransom has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
s1341 has quit [Ping timeout: 246 seconds]
aristid has quit [Ping timeout: 260 seconds]
ryjm has quit [Ping timeout: 260 seconds]
jared-w has quit [Read error: Connection reset by peer]
wpcarro_ has quit [Read error: Connection reset by peer]
bradparker has quit [Read error: Connection reset by peer]
alanz has quit [Read error: Connection reset by peer]
ctp has quit [Read error: Connection reset by peer]
etrepum has quit [Read error: Connection reset by peer]
SrPx has quit [Read error: Connection reset by peer]
aristid has joined #nixos
etrepum has joined #nixos
r0bby has quit [Ping timeout: 260 seconds]
SrPx has joined #nixos
bn_work has quit [Ping timeout: 258 seconds]
alanz has joined #nixos
joshmeredith has quit [Ping timeout: 260 seconds]
ryjm has joined #nixos
ctp has joined #nixos
sorear has quit [Ping timeout: 264 seconds]
philipcristiano has quit [Ping timeout: 272 seconds]
s1341 has joined #nixos
mitsuhiko has quit [Ping timeout: 260 seconds]
lally has quit [Ping timeout: 264 seconds]
lally has joined #nixos
bradparker has joined #nixos
jared-w has joined #nixos
mitsuhiko has joined #nixos
philipcristiano has joined #nixos
r0bby has joined #nixos
sorear has joined #nixos
bn_work has joined #nixos
wpcarro_ has joined #nixos
tsrt^ has quit []
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #106406 → kbs2: 0.1.6 -> 0.2.1 → https://git.io/JIuGy
riksteri has joined #nixos
joshmeredith has joined #nixos
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #106420 → pythonPackages.tldextract: add missing dependency → https://git.io/JIuXw
<{^_^}> [nixpkgs] @jonringer merged pull request #106101 → python37Packages.azure-mgmt-cdn: 5.1.0 -> 5.2.0 → https://git.io/JIW7t
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-cdn: 5.1.0 -> 5.2.0 »: https://git.io/JIuXQ
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
johnw has quit [Quit: ZNC - http://znc.in]
<{^_^}> [nixpkgs] @kalbasit closed pull request #70359 → Add vihag/terraform-provider-qubole to providers.txt → https://git.io/Jecib
rickard has quit [Quit: The Lounge - https://thelounge.chat]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
rickard has joined #nixos
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<colemickens> My graphics performance in a nixos guest is really bad compared to some other guests I've used. Is there something obvious I should be doing for accelerated graphics beyond including the qemu-agent.nix profile file?
veleiro has quit [Remote host closed the connection]
chang has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
shah^ has joined #nixos
iH8c0ff33 has joined #nixos
sss4 has joined #nixos
veleiro has joined #nixos
sss2 has quit [Ping timeout: 240 seconds]
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
matthewcroughan_ has quit [Ping timeout: 245 seconds]
iH8c0ff33 has quit [Ping timeout: 240 seconds]
palo1 has joined #nixos
o1lo01ol1o has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<evanjs> I guess I can post here and check tomorrow lol -- am I missing something here or are Python2 and Python3 indeed getting mixed in this expression somehow?
troydm has joined #nixos
<evanjs> why-depends says I'm fine, if I'm using it correctly..
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 38 commits to staging-next: https://git.io/JIu9B
<{^_^}> [nixpkgs] @github-actions[bot] pushed 39 commits to staging: https://git.io/JIu9R
<evanjs> i.e. python2Packages.vncdo does not depend on python3, python3Packages.vncdo does not depend on python2, etc.
xensky has quit [Quit: i quit]
mounty has quit [Ping timeout: 258 seconds]
<pjt_tmp> evanjs: It is possible that the wrong version is still seeping in somewhere. The default python version is (apparently still) 2.7: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md
<pjt_tmp> disclaimer: I have packaged exactly one python package in my time on this earth
catfyz has joined #nixos
<catfyz> Hello, how to add startup script for Xorg GUI like GNOME. I want to put `xset r <keycode>` for a custom key.
raghavsood has joined #nixos
<M86ul[m]> Just a simple question: Does Thunderbird 78 and LibreOffice 7 works on NixOS? In case so, I will dive into NixOS, because it looks promisable...
drvirgilio has quit [Ping timeout: 260 seconds]
<evanjs> pjt_tmp: yeah, haven't encountered this before, and pythonPackages will still be whatever is passed in, so I don't know if I'm missing something or if it's just a misunderstanding 🤷‍♂️
drvirgilio has joined #nixos
<evanjs> M86ul[m]: I see 20.09 has Libreoffice 7.0.0.3 (as libreoffice-fresh) and thunderbird 78.5.1
<M86ul[m]> Thanks, that is helpful
pcarrier has quit [Quit: Connection closed for inactivity]
iH8c0ff33 has joined #nixos
noudle has joined #nixos
iH8c0ff33 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #106096 → python37Packages.azure-batch: 9.0.0 -> 10.0.0 → https://git.io/JIWDs
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-batch: 9.0.0 -> 10.0.0 »: https://git.io/JIubS
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #106097 → python37Packages.dependency-injector: 4.5.1 -> 4.5.3 → https://git.io/JIWye
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.dependency-injector: 4.5.1 -> 4.5.3 »: https://git.io/JIubQ
<{^_^}> [nixpkgs] @jonringer merged pull request #106111 → python37Packages.aniso8601: 8.0.0 -> 8.1.0 → https://git.io/JIWAv
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.aniso8601: 8.0.0 -> 8.1.0 »: https://git.io/JIuNe
<{^_^}> [nixpkgs] @jonringer merged pull request #106114 → python37Packages.cocotb: 1.3.2 -> 1.4.0 → https://git.io/JIWxb
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.cocotb: 1.3.2 -> 1.4.0 »: https://git.io/JIuNf
yjftsjthsd has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @groodt opened pull request #106421 → python: 3.9.0 -> 3.9.1 → https://git.io/JIuNY
yjftsjthsd has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #106401 → python3Packages.pandas: 1.1.4 -> 1.1.5 → https://git.io/JIuvO
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JIuNn
<{^_^}> [nixpkgs] @jonringer merged pull request #106094 → python37Packages.alerta: 8.0.0 -> 8.2.0 → https://git.io/JIW1S
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.alerta: 8.0.0 -> 8.2.0 »: https://git.io/JIuNR
<{^_^}> [nixpkgs] @jonringer merged pull request #106103 → python37Packages.azure-mgmt-network: 16.0.0 -> 17.0.0 → https://git.io/JIW7N
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-network: 16.0.0 -> 17.0.0 »: https://git.io/JIuNa
o1lo01ol1o has quit [Ping timeout: 246 seconds]
kalbasit has quit [Ping timeout: 240 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
mallox has joined #nixos
iH8c0ff33 has joined #nixos
sangoma has quit [Ping timeout: 240 seconds]
lcvass has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #106287 → compcert: 3.7 → 3.8 → https://git.io/JIBCu
<{^_^}> [nixpkgs] @vbgl pushed to master « compcert: 3.7 → 3.8 »: https://git.io/JIupV
<{^_^}> [nixpkgs] @zowoq merged pull request #105619 → kubernetes: misc fixes → https://git.io/JITf3
<{^_^}> [nixpkgs] @zowoq pushed 2 commits to master: https://git.io/JIup6
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/289ef7f56ff (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
CodeWarrior has quit [Ping timeout: 246 seconds]
cfricke has joined #nixos
Fare has quit [Ping timeout: 264 seconds]
m4ts has quit [Ping timeout: 260 seconds]
vidbina_ has joined #nixos
bzl has joined #nixos
m4ts has joined #nixos
<pumpy> what's the nixos command to tail firewall pass/block events pls?
<lovesegfault> dmesg -w
<pumpy> that'll tail events live?
<pumpy> lovesegfault
<pjt_tmp> pumpy: yup, -w for watch
<pumpy> ty lovesegfault++ pjt_tmp++
<{^_^}> lovesegfault's karma got increased to 40
<{^_^}> pjt_tmp's karma got increased to 1
polytux has joined #nixos
<pjt_tmp> woooooooooo internet points ! : D
<pumpy> :)
CodeWarrior has joined #nixos
mzan has joined #nixos
sangoma has joined #nixos
sss4 has quit [Quit: Leaving]
sangoma has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @euank opened pull request #106423 → k3s: 1.19.2+k3s1 -> 1.19.4+k3s2 → https://git.io/JIzfE
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106424 → kotlin: 1.4.20 -> 1.4.21 → https://git.io/JIzfr
m0rphism has joined #nixos
o1lo01ol1o has quit [Ping timeout: 260 seconds]
davidv7 has quit [Remote host closed the connection]
davidv7 has joined #nixos
lcvass has joined #nixos
<catfyz> > karma got increased to 40
<{^_^}> undefined variable 'karma' at (string):443:1
polytux is now known as monotux
<{^_^}> [nixpkgs] @sikmir opened pull request #106425 → vscode-extensions.redhat.vscode-yaml: 0.5.3 → 0.13.0 → https://git.io/JIzUT
catfyz has quit [Remote host closed the connection]
werner291 has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #106426 → _1password-gui: 0.9.6 -> 0.9.7 → https://git.io/JIzUl
teto has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #106427 → coq_8_13: init at 8.13+β1 → https://git.io/JIzTz
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3537ea7a835 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nix] @regnat pushed 3 commits to ca/store-unresolved-outputs: https://git.io/JIzkp
respawn has joined #nixos
<{^_^}> [nix] @regnat opened pull request #4340 → Store the realisations of unresolved derivations → https://git.io/JIzIJ
<{^_^}> [nixpkgs] @iamdenchik opened pull request #106428 → IPMIView: 2.17.0 -> 2.18.0 → https://git.io/JIzI8
lewo`` has quit [Remote host closed the connection]
lewo has joined #nixos
davidv7_ has joined #nixos
sangoma has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
thibm has joined #nixos
<Shados> Hmmm. Updated my laptop from nixos-unstable checkout 84d74ae9c9cb to 2247d824fe07, and now booting hangs after selecting the grub option, with an empty grub menu displayed. Booting the previous config works fine, and I can rebuild from the previous nixos-unstable checkout OK. I'm suspecting some sort of kernel issue, given it visibly appears to hang as soon as it loads the kernel, but I have no serial console to confirm with, and none of the available kernel
<Shados> versions boot using the newer nixos-unstable checkout or 20.09 stable. Any suggestions on how to debug this?
respawn has quit [Quit: Leaving]
<DavHau[m]> which service of the nixos kubernetes module is populating /var/lib/kubernetes/secrets/ ? It seems like some certs there are expiring after a short time.
janneke has quit [Remote host closed the connection]
janneke has joined #nixos
<ivan> Shados: add "debug" to your linux boot parameters
<ivan> Shados: which linux version did you upgrade from and to?
<Shados> 5.8.11, to 5.9.9 (also tried 5.8.18 and 5.4.78)
<ivan> if you think you might have some exotic issue because of linux breakage one thing you could try is rebuilding but setting the linux kernel to exact version you had before
<ivan> it's probably something else that I can't think of though, like corrupt /boot or bad grub behavior
<Shados> It's not corrupt /boot; I also can't boot off of a usb-drive install I have lying around, which is similarly on a more-recent nixos-unstable checkout
<ivan> Shados: what kind of motherboard?
<{^_^}> #105172 (by NeQuissimus, 1 week ago, open): microcodeIntel update makes ASUS UX305CA unbootable
thc202 has joined #nixos
zupo has joined #nixos
<Shados> oh shit
<Shados> yeah, that's the issue
<ivan> :-)
seku has joined #nixos
jojosch[m] has quit [Quit: Idle for 30+ days]
danderson[m] has quit [Quit: Idle for 30+ days]
stuebinm[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @danieldk opened pull request #106429 → python3Packages.blis: 0.7.3 -> 0.7.4 → https://git.io/JIzmY
<Shados> ivan: actually, how'd you come across that issue in specific? I was trawling the issue list but my search was turning up an unhelpfully large amount of noise
<patagonicus> How can I build just the config for a linuxPackages kernel package in nixpkgs?
cole-h has quit [Ping timeout: 265 seconds]
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<ivan> Shados: searched “grub”
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @avdv opened pull request #106430 → libmodplug: Fix build on darwin → https://git.io/JIzOG
ATuin has joined #nixos
o1lo01ol1o has joined #nixos
<siraben> How do I get a more minimal stdenv than stdenvNoCC?
o1lo01ol1o has quit [Ping timeout: 240 seconds]
sevenfourk has joined #nixos
sigmundv__ has joined #nixos
<sevenfourk> guys, can anyone help me override version for terraform_0_11: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/networking/cluster/terraform/default.nix#L42, i'm currently using this code block for my config: https://gist.github.com/sevenfourk/3aab151123d9e3447d3e8056546080cc. or i should better try locall overlay?
davidv7 has joined #nixos
fendor has joined #nixos
Boomerang has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
davidv7_ has quit [Ping timeout: 272 seconds]
SanchayanM has joined #nixos
Darkmatter66 has joined #nixos
<{^_^}> [nix] @regnat opened pull request #4342 → fix remote build hook → https://git.io/JIzZ6
SanchayanMaity has quit [Ping timeout: 265 seconds]
pjt_tmp has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @raboof closed pull request #100403 → openjdk: add openjdk15 → https://git.io/JTt9i
neiluj has quit [Ping timeout: 256 seconds]
Baughn has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @emmanuelrosa opened pull request #106431 → python3Packages.tldextract: add filelock dependency → https://git.io/JIzcV
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #106432 → amsn: remove application → https://git.io/JIzWn
SanchayanM has quit [Ping timeout: 256 seconds]
Czen1 is now known as Czen
seanparsons has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @vcunat pushed to master « knot-resolver: 5.2.0 -> 5.2.1 »: https://git.io/JIzWd
werner292 has joined #nixos
ericsagn1 has quit [Ping timeout: 260 seconds]
werner291 has quit [Ping timeout: 258 seconds]
werner292 is now known as werner291
SanchayanMaity has joined #nixos
rprije has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #106433 → inkcut: 2.1.2 -> 2.1.3 → https://git.io/JIz8u
civodul has joined #nixos
ericsagn1 has joined #nixos
FRidh has joined #nixos
seanparsons has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #106434 → python3Packages.thinc: 7.4.3 -> 7.4.4 → https://git.io/JIz4S
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lich has left #nixos ["WeeChat 2.9"]
qqlq has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @stigtsp merged pull request #106291 → perlPackages.HTTPTinyCache: init at 0.002 → https://git.io/JIBlv
<{^_^}> [nixpkgs] @stigtsp pushed 4 commits to master: https://git.io/JIzR3
__monty__ has joined #nixos
qqlq has joined #nixos
shah^ has quit []
tsrt^ has joined #nixos
<Reventlov> Hey, I have problems with firefox and service workers (I assume it's them), opening link for which a service worker has already been launched when firefox is not already launched
<{^_^}> [nixpkgs] @Ma27 closed pull request #106367 → element-desktop: 1.7.14 -> 1.7.15 → https://git.io/JIEnP
<Reventlov> e.g. I open twitter (for example), then I close firefox, then I do a firefox "https://twitter.com/", and then I get a blank screen. Am I the only one ? Is that nixos related or more firefox related ?
spudly1 has quit [Quit: killed]
lordcirth_ has quit [Ping timeout: 264 seconds]
pumpy has quit [Ping timeout: 258 seconds]
respawn has joined #nixos
raghavsood has quit [Ping timeout: 245 seconds]
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @bouk opened pull request #106435 → swagger-codegen: 2.3.1 -> 2.4.17 → https://git.io/JIzg8
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
work_ has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
urkk has joined #nixos
<urkk> Can I convert a floating point number to an integer in nix?
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #106362 → openssl: 1.1.1h -> 1.1.1i → https://git.io/JIEm0
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to staging: https://git.io/JIzar
<urkk> I need something like: "int(0.3 * num_cpus)"
lostnet[m] has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4319 → libstore/openStore: fix stores with IPv6 addresses → https://git.io/JIZVn
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JIzVl
<{^_^}> [nixos-hardware] @ehmry closed pull request #191 → mnt/reform: init → https://git.io/JUgDI
<{^_^}> [nix] @edolstra merged pull request #4342 → fix remote build hook → https://git.io/JIzZ6
<{^_^}> [nix] @edolstra pushed 4 commits to master: https://git.io/JIzVX
<urkk> Something simpler than: a = import (runCommandLocal "a" { buildInputs = [ python ]; } '' python -c "import math; print(math.floor(0.3 * 16))" > $out'')
<urkk> ?
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 opened pull request #106436 → matrix-synapse: 1.23.0 -> 1.24.0, element-*: 1.7.14 -> 1.7.15 → https://git.io/JIzwd
o1lo01ol1o has joined #nixos
<stevenroose> So nixpills talks about the phases like this:
<stevenroose> "The build with stdenv works in phases. Phases are like unpackPhase, configurePhase, buildPhase, checkPhase, installPhase, fixupPhase. You can see the default list in the genericBuild function."
<stevenroose> But there is no link or indication as to where to find the complete list and order of these phases.
<stevenroose> "in the genericBuild function" that one is not defined in nixpkgs, I grepped. Where can I find it?
<adisbladis> stevenroose: Sure it is, it's defined in pkgs/stdenv/generic/setup.sh
<stevenroose> adisbladis: eh, oh I grepped "genericBuilder" accidentally. Thanks for the heads-up!
<{^_^}> [nixpkgs] @aanderse merged pull request #106432 → amsn: remove application → https://git.io/JIzWn
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JIzrr
SInity has joined #nixos
<{^_^}> [nixpkgs] @0x4A6F opened pull request #106437 → routinator: 0.8.1 -> 0.8.2 → https://git.io/JIzos
Darkmatter66 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @eduardosm opened pull request #106438 → milkytracker: install .desktop, .appdata and icon files → https://git.io/JIzo0
<{^_^}> [nixpkgs] @Xottab-DUTY opened pull request #106439 → openxray: update package description → https://git.io/JIzoV
sevenfourk has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
sevenfourk has joined #nixos
orivej has joined #nixos
<{^_^}> [nixos-weekly] @Kaligule opened pull request #141 → Add Tutorial on installing NixOS on a raspberry pi 4 → https://git.io/JIzKZ
raghavsood has joined #nixos
SInity has quit [Remote host closed the connection]
<stevenroose> Is there some page with documentation on all the non-pkg and non-module stuff. I'm thinking like the mkDerivation etc. I don't know what they're called. "builtins"? "lib"? Just all those functions. I'm looking at mkYarnPackage. It seems to specify a few of the build phases but not all and without looking into the code, there's no way how to know to "hook" things in their or so. There's no
<stevenroose> doc-comments near the declaration of the "function"
ymatsiuk has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106440 → open-policy-agent: 0.25.1 -> 0.25.2 → https://git.io/JIziG
<{^_^}> [nixpkgs] @roberth opened pull request #106441 → Cassandra passthru tests → https://git.io/JIzi9
werner292 has joined #nixos
<{^_^}> [nixpkgs] @roberth merged pull request #104835 → cassandra: 3.11.4 -> 3.11.9 → https://git.io/JkMEc
<{^_^}> [nixpkgs] @roberth pushed 2 commits to master: https://git.io/JIzPU
<{^_^}> [nixpkgs] @github-actions[bot] pushed 21 commits to staging-next: https://git.io/JIzPL
<{^_^}> [nixpkgs] @github-actions[bot] pushed 22 commits to staging: https://git.io/JIzPq
<{^_^}> [nixpkgs] @roberth merged pull request #104840 → cassandra_2_2: 2.2.14 -> 2.2.19 → https://git.io/JkM2z
<{^_^}> [nixpkgs] @roberth pushed 2 commits to master: https://git.io/JIzPO
<{^_^}> [nixpkgs] @roberth merged pull request #104838 → cassandra_2_1: 2.1.20 -> 2.1.22 → https://git.io/JkMzC
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @roberth pushed 2 commits to master: https://git.io/JIzP8
ymatsiuk has left #nixos [#nixos]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIzX2
<{^_^}> [nixpkgs] @taku0 opened pull request #106442 → flashplayer: 32.0.0.453 -> 32.0.0.465 → https://git.io/JIzXw
haritz has quit [Ping timeout: 240 seconds]
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
hlolli has joined #nixos
berberman_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
cosimone has joined #nixos
<AWizzArd> Using Nix under Ubuntu I installed Emacs. When I now run it in the shell I get this message: Gtk-Message: 12:50:23.459: Failed to load module "canberra-gtk-module"
<AWizzArd> (This doesn’t appear when using the Emacs that ships with Ubuntu.)
cosimone has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
sevenfourk has quit [Quit: leaving]
<{^_^}> [nixpkgs] @mweinelt merged pull request #106437 → routinator: 0.8.1 -> 0.8.2 → https://git.io/JIzos
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JIzS5
<{^_^}> [nixpkgs] @vlaci closed pull request #106164 → IPMIView: update src hash → https://git.io/JI86S
philr_ has quit [Ping timeout: 260 seconds]
<monotux> AWizzArd: are you using a gtk theme named canberra?
fendor_ has joined #nixos
<AWizzArd> monotux: not knowingly.
<{^_^}> [nixpkgs] @eddyb opened pull request #106443 → rustup: 1.22.1 -> 1.23.1 → https://git.io/JIzHQ
* eddyb pets {^_^}
fendor has quit [Ping timeout: 240 seconds]
respawn has quit [Quit: Leaving]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
werner292 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106444 → alephone-infinity: 20190331 -> 20200904 → https://git.io/JIz5B
Diagon has quit [Quit: Leaving]
werner291 has quit [Ping timeout: 264 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @ehmry opened pull request #106445 → fetchfirefoxaddon: support for SRI hashes → https://git.io/JIz5p
whatisRT has joined #nixos
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @das-g opened pull request #106446 → osm2pgsql: 1.3.0 -> 1.4.0 → https://git.io/JIzdm
_deepfire has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
zgrep has quit [Quit: It's a quitter's world.]
jonatanb has quit [Ping timeout: 240 seconds]
whatisRT has quit [Ping timeout: 260 seconds]
cr4y1 has quit [Remote host closed the connection]
cr4y1 has joined #nixos
zgrep has joined #nixos
boxscape has joined #nixos
<boxscape> trying to use the haskell developPackage funtion - is there a way to tell it not to run the tests of dependencies?
<{^_^}> [nixpkgs] @mweinelt opened pull request #106447 → [staging-20.09] openssl: 1.1.1g -> 1.1.1i → https://git.io/JIzFE
<{^_^}> [nixpkgs] @ehmry merged pull request #106444 → alephone-infinity: 20190331 -> 20200904 → https://git.io/JIz5B
wnklmnn has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed commit from @r-ryantm to staging « alephone-infinity: 20190331 -> 20200904 »: https://git.io/JIzFQ
chang has joined #nixos
<Raito_Bezarius> ,,escape '${
<{^_^}> Raito_Bezarius: Did you mean escape"?
<{^_^}> '${: " double quote: \" backslash: \\ bash curly bois: \${} newline: \n tab: \t "
<Raito_Bezarius> ,escape '${
<{^_^}> Escape this in '' strings with: ''\'''${
<{^_^}> Escape this in " strings with: '\${
civodul has quit [Remote host closed the connection]
neiluj has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
aswanson has joined #nixos
neiluj has quit [Quit: leaving]
gustavderdrache has joined #nixos
qqlq has quit [Ping timeout: 258 seconds]
<{^_^}> [nix] @regnat opened pull request #4343 → Use no substituers by default in the tests → https://git.io/JIzhc
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @SamirHafez opened pull request #106449 → yaml-language-server: Fails to start due to missing `prettier` dependency → https://git.io/JIzjG
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @gebner opened pull request #106450 → sbc: 1.4 -> 1.5 → https://git.io/JIzjN
<{^_^}> [nix] @edolstra pushed 3 commits to manpages: https://git.io/JIgeI
sangoma has joined #nixos
lordcirth has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @zimbatm opened pull request #106451 → krank: build statically → https://git.io/JIgeg
boxscape has left #nixos [#nixos]
jonatanb has joined #nixos
civodul has joined #nixos
jonatanb has quit [Remote host closed the connection]
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @ehmry merged pull request #106445 → fetchfirefoxaddon: support for SRI hashes → https://git.io/JIz5p
<{^_^}> [nixpkgs] @ehmry pushed to master « fetchfirefoxaddon: support for SRI hashes »: https://git.io/JIgfk
jonatanb has joined #nixos
<evanjs> reposting now that people are awake -- anybody know what I'm missing here? https://github.com/NixOS/nixpkgs/pull/106380#discussion_r539007601
<evanjs> Or is this expression fine as is?
fuzzypixelz has joined #nixos
<srk> evanjs: instead of pythonPackages argument for the pkgs/tools/admin/vncdo/default.nix it should instead list its dependencies like pillow, twisted..
<srk> and called via `python3Packages.toPythonApplication` so these are populated automatically
<evanjs> srk: it _is_ called with toPythonApplication. the format suggested (python3Packages.toPythonApplication) doesn't work
<srk> yeas because of the first thingie
<srk> when in doubt, check similar packages
<evanjs> that's what I was trying to do. There are literally 2 other packages that use that syntax as far as I can tell
<evanjs> the python#Packages.toPythonApplication, I mean
cosimone has joined #nixos
<evanjs> I wasn't sure where the mixing was happening, as why-depends says python2Packages.vncdo doesn't depend on python3, python3Packages.vncdo doesn't depend on python2, etc.
werner292 has joined #nixos
<bigvalen> Does anyone have a plex.nix that always grabs the latest version of Plex/Plexpass, without hard-coding version strings into their configuration ?
Fare has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
<fuzzypixelz> can someone please xplain in simple terms how nix detects run-time dependencies of a derivation?
pjan has quit [Remote host closed the connection]
<ehmry> fuzzypixelz: I think the output is scanned for text containing the input store paths
edwtjo has quit [Ping timeout: 240 seconds]
edwtjo has joined #nixos
edwtjo has joined #nixos
edwtjo has quit [Changing host]
orivej has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<evanjs> srk: I'd be fine with specifying the dependencies explicitly, but I don't know about switching away from the "with" syntax that nearly all invocations of toPythonApplication seem to use
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has joined #nixos
qqlq has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #106452 → curl: 7.73.0 -> 7.74.0 → https://git.io/JIgL8
chang has joined #nixos
<srk> evanjs: yup, don't know either. it seems like a common pattern for some reason
kwork has quit [Ping timeout: 240 seconds]
<evanjs> srk: yeah, that's why those comments confused the heck out of me
<evanjs> like what in the world are they talking about lol
<adisbladis> evanjs: I don't really like moving the package into pythonPackages at all
aasg has quit [Quit: Bridge terminating on SIGTERM]
kwork has joined #nixos
<{^_^}> [nixpkgs] @SlothOfAnarchy opened pull request #106453 → nixos/clamav-unofficial-sigs: init at 7.2 → https://git.io/JIgtH
<adisbladis> What's the point? It's not looking like a library.
<evanjs> adisbladis: We use it as one haha
<evanjs> That's why I bumped it, because a Python3 app we have was getting import failures for vncdotool
pjan has joined #nixos
<evanjs> and I noticed vncdo (the same package on nixpkgs) only had support for Python2 since a while back
<evanjs> description: "A command line VNC client and python library"
<{^_^}> [nixpkgs] @nlewo merged pull request #106440 → open-policy-agent: 0.25.1 -> 0.25.2 → https://git.io/JIziG
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JIgqB
<evanjs> But I do agree, I would not have moved it there if it wasn't a library as well
<evanjs> adisbladis: any thoughts on what the commenter was referring to with regards to mixing python versions, though?
<adisbladis> Apart from that, it kind of looks fine
<evanjs> the hashes didn't seem to change at all after test implementing their changes, so I have _no_ idea what they were talking about...
<adisbladis> Probably a misunderstanding
aasg has joined #nixos
cr4y1 has quit [Remote host closed the connection]
<evanjs> adisbladis: thank you. that helps me feel like I am _not_ going insane :D
<evanjs> adisbladis++
<{^_^}> adisbladis's karma got increased to 120
<{^_^}> [nixpkgs] @cpcloud opened pull request #106454 → nomad: 0.12 -> 1.0.0 → https://git.io/JIgmB
<thibm> evanjs: well, the docs say to use the with; construct
<evanjs> thibm: hey, don't confuse me even more XD
<evanjs> no like I did and that's why I was so confused haha
cfricke has quit [Quit: WeeChat 2.9]
<evanjs> that does really help to know the docs say that though, thank you!
cr4y1 has joined #nixos
<evanjs> helpful stuff from FRidh telling me to move it to python-modules since it is now also a library :D
<FRidh> evanjs: yea I got confused. We avoid having the python packages as parameters when its an application that is called from the top-level. In this case, just moving the file would be sufficient
cr4y1_ has joined #nixos
<evanjs> FRidh: btw, do you think the initial "mixing python versions" concern raised in the PR has any merit? I didn't see how anything was getting mixed between 2 and 3 at all and wanted to make sure I wasn't missing anything
<das_j> Hm, is there a way to evaluate a nix string without using the nix 2.0 `nix` tool
medvid has quit [Ping timeout: 256 seconds]
cr4y1 has quit [Ping timeout: 240 seconds]
<adisbladis> das_j: nix-instantiate
<das_j> ?
<adisbladis> nix-instantiate --eval --expr '"hello"'
<FRidh> evanjs: I don't understand the comment either, but it was based on a previous revision as well
medvid has joined #nixos
<evanjs> FRidh: got it. Yeah, that's good to know either way. I tried implementing their changes and got the same hashes so I have no clue :D
<das_j> ah nix-instantiate --eval
<das_j> adisbladis: Is there some raw output without qotes?
cosimone has quit [Remote host closed the connection]
<adisbladis> What do you mean without quotes?
cosimone has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed 2 commits to master: https://git.io/JIgOh
<evanjs> das_j: because there's e.g. --raw haha
<evanjs> FRidh: okay, moved it into python-modules. Thank you for your feedback!
<adisbladis> evanjs: Only in `nix eval`, not in nix-instantiate
<nbathum> das_j: nix-instantiate --eval --expr '"hello"' | cut -d '"' -f 2
respawn has joined #nixos
<adisbladis> nbathum: That only works for strings
<adisbladis> I'll usually pipe `nix-instantiate` through jq
<das_j> well nix 2.0 has --raw, but nix-instantiate doesn't seem to have that
<nbathum> to be fair, he originally asked about string
medvid has quit [Ping timeout: 256 seconds]
<das_j> well I'll just split() the output
<evanjs> adisbladis: yeah, just noticed that haha
<evanjs> I rarely ever use instantiate. nix eval ftw.... Ohhhh that's the "nix 2.0" nix haha
<thibm> "evaluate a nix string" (expression?) does not mean the result is a string
<das_j> thanks and sorry for my late responses, my IRC bridge is a bit slow right now
knupfer1 has joined #nixos
berberman_ has joined #nixos
cfricke has joined #nixos
<nbathum> does nix-instantiate wrap non-string types with quotes?
<thibm> no
berberman has quit [Ping timeout: 258 seconds]
<adisbladis> nbathum: no
berberman_ has quit [Max SendQ exceeded]
knupfer1 is now known as knupfer
berberman has joined #nixos
<adisbladis> Tbh I find the `--raw` behaviour surprising
<thibm> me too
<thibm> nix eval --raw '(1)' ⇒ error: cannot coerce an integer to a string
<lunik1> is there a way to use a different set of coreutils on nixos?
<thibm> nix eval --raw '("x")' ⇒ x
berberman has quit [Max SendQ exceeded]
<adisbladis> So --raw always coerces the result to a string and strips the quotes
<adisbladis> It should be called --unraw
<adisbladis> --cooked
berberman has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
diamondbond has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @eduardosm opened pull request #106456 → diylc: init at 4.11.0 → https://git.io/JIgG2
diamondbond has joined #nixos
nixuser_ has joined #nixos
<{^_^}> [nixpkgs] @mdorman opened pull request #106457 → feedparser: keep 5.2.1 available for python-2.7 → https://git.io/JIgnJ
<niksnut> adisbladis: it means "raw string" as opposed to "quoted string"
respawn has quit [Quit: Leaving]
madalu has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
Doraemon has quit [Quit: Leaving]
NeoCron has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
gustavderdrache has joined #nixos
gustavderdrache has left #nixos [#nixos]
gustavderdrache has joined #nixos
ent has quit [Ping timeout: 240 seconds]
ent has joined #nixos
werner292 has joined #nixos
jonatanb has quit [Remote host closed the connection]
jonatanb has joined #nixos
werner291 has quit [Ping timeout: 264 seconds]
werner292 is now known as werner291
nixuser_ has quit [Read error: Connection reset by peer]
Fare has quit [Ping timeout: 264 seconds]
gxt__ has quit [Remote host closed the connection]
gxt__ has joined #nixos
jonatanb has quit [Ping timeout: 256 seconds]
Baughn has joined #nixos
kalbasit has joined #nixos
<{^_^}> [nixpkgs] @quanglam2807 opened pull request #106458 → Add webcatalog.nix → https://git.io/JIg4h
johnw has joined #nixos
SanchayanMaity has quit [Quit: SanchayanMaity]
work_ has quit [Quit: Connection closed for inactivity]
Dotz0cat has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @prusnak opened pull request #106459 → electrum: 4.0.6 -> 4.0.7 → https://git.io/JIgB9
mallox has quit [Quit: WeeChat 3.0]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @sorooris opened pull request #106460 → bitwig-studio3: 3.2.8 -> 3.3 → https://git.io/JIgRk
mallox has joined #nixos
ransom has joined #nixos
zupo has joined #nixos
mallox has quit [Client Quit]
zupo has quit [Client Quit]
veleiro` has joined #nixos
jonatanb has joined #nixos
veleiro has quit [Ping timeout: 256 seconds]
esclear_m has quit [Quit: Idle for 30+ days]
veleiro` is now known as veleiro
veleiro has quit [Changing host]
veleiro has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #106447 → [staging-20.09] openssl: 1.1.1g -> 1.1.1i → https://git.io/JIzFE
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to staging-20.09: https://git.io/JIgEO
<{^_^}> [nixpkgs] @jlesquembre opened pull request #106462 → clojure: use jdk11 → https://git.io/JIgEp
aswanson has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #106409 → steam: fix paradox launchers, and electron apps → https://git.io/JIuck
<{^_^}> [nixpkgs] @mweinelt pushed 4 commits to master: https://git.io/JIguu
medvid has joined #nixos
jonatanb has quit [Ping timeout: 240 seconds]
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106463 → ocamlPackages.cstruct: 5.0.0 -> 6.0.0 → https://git.io/JIgzl
<{^_^}> [nixpkgs] @drewrisinger opened pull request #106464 → python3Packages.psautohint: disable slow tests → https://git.io/JIgzg
<Izorkin> aanderse: https://github.com/NixOS/nixpkgs/pull/73223 no progress?
<{^_^}> #73223 (by aanderse, 1 year ago, open): nixos/phpfpm: run as non root user for enhanced security
<aanderse> Izorkin: flokli and i are planning to have a call about that very soon actually... very coincidental you brought that up
<{^_^}> [nixpkgs] @jonringer merged pull request #106434 → python3Packages.thinc: 7.4.3 -> 7.4.4 → https://git.io/JIz4S
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « python3Packages.thinc: 7.4.3 -> 7.4.4 »: https://git.io/JIgzA
<fuzzypixelz> how am I __really__ supposed to install programs?
<fuzzypixelz> do I declare system packages
<fuzzypixelz> do I declare user packages
<fuzzypixelz> if I do the latter, how is that any different that using nix-env ?
<fuzzypixelz> why do so many people advise against using nix-env
<veleiro> because its not declarative
<veleiro>
<simpson> Installation of programs is overrated, mostly. Many things can be done on-demand with nix-shell, and (IIUC) made persistent with lorri.
<veleiro> because its just leaves a lot of stuff hanging around
<simpson> You aren't forbidden from using nix-env. But you will have to clean up after yourself.
<veleiro> nix-shell -p hello is better
<veleiro> when new users come to nixos, they treat nix-env like apt or dnf or pacman
<srhb> fuzzypixelz: But in the end, however you like! I did for some time run a very "core" system, with multiple profiles on top of gradual lesser importance. In the end, I wanted everything in one declarative blob, so that either everything upgrades together or nothing does.
<srhb> fuzzypixelz: It's up to you to decide what you want :)
<fuzzypixelz> how is not declarative ? doesn't it keep track of a profile under /nix/var/nix/profiles ?
<srhb> fuzzypixelz: Usually declarative relates to the _expression_ not the built profile.
<Izorkin> aanderse: check my variant - https://pastebin.com/HWG6juNu
<srhb> It's also not black or white declarative/imperative. Some things are _more_ declarative, eg. defining a set of packages and manipulating that wiht nix-env.
<fuzzypixelz> I see, afterall the profile isn't really readable
<srhb> fuzzypixelz: It's a scale and you get a lot of flexibility to choose what works for you :)
<veleiro> indeed
<aanderse> Izorkin: we're working on a variant which won't cause breakage like that
<aanderse> changing the socket path would cause me personally a **ton** of work
<{^_^}> [nixpkgs] @jerith666 opened pull request #106465 → Globalprotect vpn → https://git.io/JIg2s
<aanderse> variant we are working on also would allow better reloading
<veleiro> it was helpful to me to combine home-manager with system rebuilds
<fuzzypixelz> srhb: what are some other uses for nix-env?
<srhb> fuzzypixelz: It doesn't really do much except manipulate profiles. For most people, only user profiles (at least directly)
<veleiro> nix-env --list-generations --profile /nix/var/nix/profiles/system
<srhb> fuzzypixelz: Personally I don't use it for anything but ad-hoc testing of packages that I want around for a few days.
<{^_^}> [nixos-weekly] @domenkozar merged pull request #141 → Add Tutorial on installing NixOS on a raspberry pi 4 → https://git.io/JIzKZ
<{^_^}> [nixos-weekly] @domenkozar pushed 2 commits to master: https://git.io/JIg2K
werner292 has joined #nixos
<Izorkin> aanderse: can do without systemd-socket first?
<halfbit> is there a way to apply this fix without actually patching things? https://github.com/NixOS/nixpkgs/issues/76873
<{^_^}> #76873 (by FRidh, 48 weeks ago, open): pkgsStatic.protobuf fails to build
<halfbit> can I provide an override to stdenv?
<veleiro> I don't understand the best way to track down the culprit of a failed build
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<srhb> veleiro: Example? :)
<{^_^}> [nixpkgs] @Mic92 merged pull request #106443 → rustup: 1.22.1 -> 1.23.1 → https://git.io/JIzHQ
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JIg2N
<fuzzypixelz> I get it only makes sense for non-nixos users
<fuzzypixelz> gues*
<fuzzypixelz> guess* omg
<veleiro> doesnt exist anymore
<veleiro> now I try to go through the drv with 'nix show-derivation'
<veleiro> show issues on nixpkgs for that tar.xz
<veleiro> do a grep of nixpkgs i guess
mikroskeem042246 has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
<veleiro> it's not immediately apparent
<halfbit> I wish I could like, get a alpine like nixos going hah
mikroskeem042246 has joined #nixos
<halfbit> musl + static all the things, pkgsStatic seems like its a WIP
<{^_^}> [nixpkgs] @mweinelt merged pull request #105268 → libxml2: upstream patch for Python 3.9. → https://git.io/JkNeM
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to staging-20.09: https://git.io/JIgat
<aanderse> Izorkin: that would introduce a breaking change... just to then revert that breaking change and go back (so 2 breaking changes)
<aanderse> i don't like that plan
<Izorkin> aanderse: ok
<fuzzypixelz> does nixos-rebuild --upgrade also update the channel?
<srhb> veleiro: Your method sounds sane to me, with the caveat that that version may no longer exist in nixpkgs master
<srhb> fuzzypixelz: That's exactly what it does
<srhb> fuzzypixelz: --upgrade, I mean.
hyper_ch5 has quit [Read error: Connection reset by peer]
<srhb> veleiro: So grepping through the git _history_ for that version string may also be helpful.
<srhb> veleiro: What I'd do first when I need help is try with something very recent (eg. nixos-unstable) and see if I can reproduce it. Then I can share the problematic expression with this channel, if I'm still stuck, or figure out when things were fixed/broken by bisecting.
Darkmatter66 has joined #nixos
cole-h has joined #nixos
<veleiro> is there some easy way to grep through git history?
<veleiro> pretty sure i've never done that
<veleiro> anyways i should start with the nixpkgs commit my derivation was built with
<gchristensen> check the git-log man page for -S and -G
<srhb> veleiro: try git log -p -S "1.30.1-5"
jonatanb has joined #nixos
<srhb> But yes, -S specifically.
<veleiro> thank you, thats new to me and useful
<srhb> Incredibly useful for sure :)
<srhb> veleiro: (hint: that search should answer your question in the very first result)
<gchristensen> if you're looking for ancient history, sometimes --reverse is useful for that command :)
<veleiro> must master every field to use nix effectively
<srhb> for git? Bon voyage. :D
<veleiro> (thats enticing for me)
<srhb> :D
<veleiro> yeah doesnt git have a 500 page manual
<veleiro> and ive been using it from a decade
<adisbladis> veleiro: `git rev-list --all | xargs git grep ...`
ATuin has quit [Ping timeout: 240 seconds]
growpotkin has joined #nixos
<veleiro> that's a good one too
iH8c0ff33 has quit [Ping timeout: 265 seconds]
peelz has joined #nixos
ATuin has joined #nixos
erasmas has joined #nixos
fuzzypixelz has quit [Remote host closed the connection]
Boomerang has quit [Quit: Leaving]
fuzzypixelz has joined #nixos
fuzzypixelz has quit [Client Quit]
fuzzypixelz has joined #nixos
<boxofrox-afk> I'm trying to upgrade a nixos server from 20.03 to 20.09. I'm running services in containers, and using overlays within the containers (e.g. container.<name>.config.nixpkgs.overlays = [ (import my_overlay_path) ]). However, `nixos-rebuild switch` fails to find the package attributes I export from the overlay, and terminates the rebuild. Did 20.09 change how overlays work, or work with containers?
halfbit has quit [Quit: WeeChat 2.9]
jonatanb has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @eduardosm opened pull request #106466 → gqrx: fix icon → https://git.io/JIgro
fuzzypixelz has quit [Quit: fuzzypixelz]
knupfer has quit [Remote host closed the connection]
boxofrox-afk is now known as boxofrox
heyitsrama has joined #nixos
hnOsmium0001 has joined #nixos
tlaxkit has joined #nixos
justanotheruser has joined #nixos
<veleiro> Does anyone else just remove nix-channels
<veleiro> i'd rather know when something tries to use a channel i didnt forsee
NicholasVonWolff has joined #nixos
<srhb> veleiro: Many people do not use channels at all, yes.
heyitsrama has quit [Ping timeout: 265 seconds]
<veleiro> good to know i'm on the right path
<srhb> veleiro: Did this end up being about an old channel's busybox? :)
<srhb> We need a fatality counter...
<veleiro> yeah i had a typo in my config so i'm wondering if it build from a channel
<veleiro> i left
heyitsrama has joined #nixos
<veleiro> because i should have that commit in my pinned revision
<srhb> Gotcha. :)
<{^_^}> [nixpkgs] @vbgl closed pull request #106463 → ocamlPackages.cstruct: 5.0.0 -> 6.0.0 → https://git.io/JIgzl
<veleiro> ahh indeed, 'error: file 'nixpkgs/nixos' was not found'
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #103658 → [20.09] brave: 1.15.76 -> 1.17.73 → https://git.io/JkmPv
<{^_^}> [nixpkgs] @AndersonTorres pushed 4 commits to release-20.09: https://git.io/JIgoN
<numkem> infinisil: Hi! I've been looking at a deployment tool outside of nixops because of it's statefulness. How complete or usage is nixus? I've been looking at it or morph
kalbasit has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @tasmo opened pull request #106467 → Fix standardnotes 3.5.11 → https://git.io/JIgKB
<numkem> there is also deploy-rs I've seen but it seems to rely on flakes which I'm not at
<jasom> how does one "not use channels at all"?
<adisbladis> jasom: Usually with a local git checkout
<adisbladis> And setting NIX_PATH
<jasom> ah
<peelz> personally I use a bootstrapping nix script to fetch a nixpkgs tarball
<infinisil> numkem: nixus is experimental, has close to zero docs, no tests and some annoying issues. These are all fixable with of course, if only I had time for that :). But it works in general, and I'm a happy user of it, though I can't recommend it in good faith because of the previously-mentioned issues
<infinisil> s/with of course/of course
<infinisil> If anything, I'd only use it for personal setups
jonatanb has joined #nixos
<numkem> infinisil: what would you recommend for a more production use?
werner292 has joined #nixos
davidv7 has quit [Remote host closed the connection]
endformationage has joined #nixos
malook has joined #nixos
jonatanb has quit [Ping timeout: 240 seconds]
<infinisil> numkem: Hmm, I didn't really like any of the existing solutions (which is why I started my own :P), but I haven't checked out morph, krops or deploy-rs that closely, so maybe I'd try looking into those more closely
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
fresheyeball has quit [Quit: WeeChat 2.7.1]
<numkem> infinisil: makes sense to spend the time to roll your own. my only gripes with nixops is it's statefullness. I don't really know how to export it in a reusable fashion between computers/users
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @ryantm opened pull request #106468 → arduino-ci: init at 0.1.0 → https://git.io/JIg6P
<infinisil> numkem: i think there's a PR allowinf you to use S3 as a state store
<veleiro> numkem: highly recommmend nixus!
<veleiro> i just got using it last week
<veleiro> i dont see why it cant be "production"
<veleiro> in my instance, nixops was overwhelming but i didnt know about the statefullness!
thibm has quit [Quit: WeeChat 2.6]
<{^_^}> [nix-pills] @thornycrackers opened pull request #163 → Minor typos in pill 9 → https://git.io/JIg6j
<veleiro> i looked at morph for a simpler solution as well but it is written in go, i think
<veleiro> i came to really like nixus being pure nix and simple
<veleiro> so its portable everywhere
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106469 → obsidian: 0.9.17 -> 0.9.20 → https://git.io/JIgiO
<veleiro> including across arm32/64.. although i havent had success in cross
<veleiro> compiling
fresheyeball has joined #nixos
<veleiro> actually i havent tried from x86 -> arm64 yet
TonyTheLion has joined #nixos
<cirno-999> does anyone know why firefox takes an aeon to fully load? starts up in <2s, but loading the first page takes over a minute...
<cirno-999> i only have ublock origin and tampermonkey.
<simpson> cirno-999: How fast is the disk where your home is, and how much stuff do you have in cache?
<veleiro> browsers are such a mess, they're basically just Virtual Machines nowadays
<cirno-999> a very standard 2,5 laptop hdd
<cirno-999> idk how stuff i have in cache
<cirno-999> how to check?
<numkem> veleiro: what about krops? secrets?
<simpson> cirno-999: Also, have you looked at the about:performance page? It can be useful for revealing hidden things.
<cirno-999> no, didnt know about that ^^
<cirno-999> but now that i see, i dont see anything unusual
chaoflow has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #106407 → intel-media-driver: 20.4.2 -> 20.4.3 → https://git.io/JIunr
<veleiro> numkem: i didnt look at krops
<{^_^}> [nixpkgs] @primeos pushed commit from @r-ryantm to master « intel-media-driver: 20.4.2 -> 20.4.3 (#106407) »: https://git.io/JIgPJ
<veleiro> i was satisfied once i went over using nixus
<numkem> I'm not sure it's really fair to say that nixops has documentation, it's minimal at best or else I wasn't looking at the right place
<numkem> anyone knows what kind of bigger change 2.0 will have?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106470 → nexus: 3.28.1-01 -> 3.29.0-02 → https://git.io/JIgPB
<unclechu> hey, i’d like to install nixos on my old raspberry pi computer. do you have any guide you would recommend to go through in order to get it done?
<{^_^}> [nixpkgs] @primeos merged pull request #106294 → ungoogled-chromium: 86.0.4240.183-1 -> 87.0.4280.88-1 → https://git.io/JIB4X
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JIgP1
kalbasit has joined #nixos
<matthewcroughan> Can anyone explain the Nix licensing to me?
<matthewcroughan> NetworkManager depends on Readline.
<matthewcroughan> Readline is gplv3, NetworkManager is gplv2, yet nixos.NetworkManager.meta.license == gplv2
<matthewcroughan> it should be gplv3 because it relies upon readline
<matthewcroughan> what is the thinking behind this?
<Ke> maybe it's v2 or later
<nahamu> linking against a library doesn't require your project to adopt the license of that library.
<matthewcroughan> no, but this makes Nix now impossible to use for companies that need to mess with licenses
<nahamu> perhaps I misunderstand the question. I'll quiet down.
<matthewcroughan> nahamu: let's say I'm a company that wants to use GPLv2 software, but avoid GPLv3 software.
<gchristensen> matthewcroughan: I work with very persnickity lawyers who are satisfied so far
<matthewcroughan> I do not see a way in which I could filter, because there is no way to resolve the license AFTER linking.
<matthewcroughan> gchristensen: well what attributes do you inspect?
<gchristensen> all the licenseses in the drv closure
<gchristensen> does your proprietary product link to NetworkManager?
<matthewcroughan> gchristensen: how can I look for that in the repl?
<matthewcroughan> gchristensen: :l <nixpkgs>
<gchristensen> because Nix doesn't link to NetworkManager
<matthewcroughan> then afterwards, I would go to readline.meta.licenses and see that it is gplv3, great. Now if I go to something that is linked to readline, I need to be able to resolve some attr that says it's gplv3
<gchristensen> right
Jackneill has joined #nixos
<gchristensen> I'm not sure what your concrete issue is at this point
<gchristensen> the lictense of Nix?
<matthewcroughan> the issue is that there is no definition for resultant combined licenses
<matthewcroughan> there is just project license rather than resolved license combinations
<simpson> matthewcroughan: It sounds like you might want to crib/alter pkgs/stdenv/generic/check-meta.nix to do what `allowUnfree` does.
<gchristensen> yeah, you'd need to walk the license tree to do that -- which presumably we can trust projects to appropriately license themselves in a way compatible with viral licenses
<matthewcroughan> this is nothing to do with nix itself, it's just about being able to make something that can filter out gplv3 and fail if gplv3 is discovered in the build
<matthewcroughan> I need to be able to eject NetworkManager if linked to readline and make the build fail
<gchristensen> it isn't so easy because you may use gplv3 tools as part of your build but not a run-time dependency
sangoma has quit [Ping timeout: 256 seconds]
<FRidh> yes, this is what makes it so hard to use licenses in an automated way
<matthewcroughan> This is why people use Yocto then, I think
<matthewcroughan> This is why it's so hard for me to get Nix in at work :D
<gchristensen> I don't think that is true, I think you're misunderstanding license compliance
<gchristensen> because I assume you don't prohibit the use of coreutils as part of your build, despite it being gplv3
<adisbladis> matthewcroughan: You have exactly the same problem with Yocto
<FRidh> looked at this as well for a previous job. Licenses apply to sources, and to see how they propagate you need to inspect build artifacts and even then you're still missing additional things licenses could state.
<matthewcroughan> nix-repl> networkmanager.meta.license
<matthewcroughan> { fullName = "GNU General Public License v2.0 or later"; shortName = "gpl2Plus"; spdxId = "GPL-2.0-or-later"; url = "https://spdx.org/licenses/GPL-2.0-or-later.html"; }
<gchristensen> what of it?
<matthewcroughan> this should be gplv3, or there should be an attribute that resolves the fact that this is gplv3 because it's linked to readline
<adisbladis> FRidh: And even inspecting artifacts is not reliable
<FRidh> nope, unfortunately not
<FRidh> this is exactly the reason why i dislike meta.license in packages, it should really be for the source
<matthewcroughan> Yes, it is impossible to get Nix into my company unless we can resolve licenses.
<simpson> matthewcroughan: From a licensing perspective, who performs the linkage? Merely *building* the linked artifacts is not violating! (Once upon a time, folks used to link against headers only, for precisely this reason.)
<adisbladis> FRidh: Not sure what you mean?
<FRidh> adisbladis: regarding which line?
<adisbladis> <FRidh> this is exactly the reason why i dislike meta.license in packages, it should really be for the source
<matthewcroughan> Because this is the way Yocto works, and it's apparently the biggest selling point of using Yocto is that licenses are handled in an industry standard way.
<adisbladis> matthewcroughan: How are you resolving your licenses now with Yocto?
<adisbladis> The "industry standard way" is basicall, "lol, whats a license anyway"
<FRidh> adisbladis: the license of an actual package you use is the sum of all the licenses that propagated from its (transient) dependncies
<simpson> Ha, wow, what a self-burn by Yocto. Imagine having a ports tree whose best advantage is that all of the licenses are correct.
<FRidh> the license we write in meta.license is that of the source. The package typically has more
<adisbladis> Ahh :)
<adisbladis> Yes, now I get it
<adisbladis> matthewcroughan: I have a feeling that you actually have far less control with Yocto than you think
<simpson> matthewcroughan: I don't understand; what about the existing infrastructure for unfree packages couldn't be reused in your situation?
<matthewcroughan> If something is GPL, we cannot use it.
<adisbladis> matthewcroughan: Do you use GCC?
<matthewcroughan> We need a mechanism by which we can cause builds to fail if GPL is found.
<gchristensen> that isn't true, lol
<gchristensen> it just isn't true
<matthewcroughan> easy in Yocto, not possible as far as I have seen in Nix, because 1. I'm fairly new, 2. There seems to be no concept of resolving combined licenses due to linking, etc.
<gchristensen> unless you're not using linux or coreutils or ...
<adisbladis> matthewcroughan: How do you do it with Yocto right now?
<matthewcroughan> in this case it is a build time dependency that changes when you want to block gplv3 for example
<matthewcroughan> adisbladis: that's how
<matthewcroughan> we build NM with another bsd-licensed software instead of the gplv3 readline
<gchristensen> that is ALSO not true
<gchristensen> because you can use gpl tools as part of your build as long as you don't link to them
<adisbladis> This ^
<adisbladis> And _actually_ figuring out what inputs affected the build is _hard_ (read impossible)
<FRidh> Right. However, one could take the cautious approach to really block everything when gpl is there
<simpson> matthewcroughan: Okay. Well, you should read pkgs/stdenv/generic/check-meta.nix and see if it can be repurposed. It'd be a shame if your impression was that Nix couldn't walk a tree of derivations to check licenses, especially when we've got such a walker already checked in.
<FRidh> *could be there
<adisbladis> You could, but at that point nixpkgs is fairly useless (I think)
<adisbladis> I mean, even Nix itself is gpl
<qyliss> adisbladis: lgpl
<FRidh> ha
iH8c0ff33 has joined #nixos
<adisbladis> qyliss: Oh, I thought it was gpl :)
<qyliss> it was apparently changed "to make the government happy"
<qyliss> a long time ago
<FRidh> suppose oil instead of bash and clangStdenv can get you far
<matthewcroughan> simpson: So, how do I get pkgs.networkmanager.meta.license to return GPLv3?
<qyliss> FRidh: clangStdenv is still bootstrapped from GCC though :P
<matthewcroughan> without manually defining anything
<matthewcroughan> using the existing packages
<adisbladis> matthewcroughan: You make a PR and update the meta if it's wrong
<matthewcroughan> it's not wrong
<matthewcroughan> there is just no meta.resolvedLicenses
<matthewcroughan> whereas with Yocto you can resolve licenses like this
<simpson> matthewcroughan: Modify your desires. Instead of desiring .meta.license at the top level, alter how your derivations are assembled so that it's an *immediate* error if the wrong license is present. (I am *strongly* opposed to your employer's philosophy and am not going to write code for you.)
<FRidh> qyliss: where there's a will there's a way :p
<matthewcroughan> simpson: pm me, what is my employer's philosophy?
<matthewcroughan> We can't legally use gplv2, how is this in any way non-sensible?
<simpson> matthewcroughan: It sounds like the Four Freedoms aren't being respected in some way, and I prefer Free Software, that's all.
<qyliss> matthewcroughan: readline is gplv3
<gchristensen> the way it is non-sensible is you're not talking about it correctly, and so it is hard to trust you have a firm grasp of license compliance
<matthewcroughan> qyliss: precisely, so we don't use readline, we use a bsd alternative
<qyliss> you said "we can't legally use gplv2"
<gchristensen> https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility does indeed say we should mark networkmanager's build as gplv3 due to readline
<simpson> There's also that. Like, I want your employer's lawyers to figure this out. Bonus points if they publish their policy; I really like reading corporate policies on which licenses aren't allowed.
<qyliss> gchristensen: yes I agree
<qyliss> we should do that to anything that links readline probably
<matthewcroughan> but there's no way to tell on the surface that NetworkManager uses readline because networkmanager.meta.licenses doesn't resolve the license, it's the license of the NetworkManager project instead of the produced output of the package
<ehmry> if its painful, its on purpose
<FRidh> but then we're at the point that we don't follow thelicense of the source anymore, but how it propagates
<qyliss> having some "resolved license" thing would be good
<simpson> gchristensen++ I half-agree but also with adisbladis++ I half-agree that the license needs to be attached to the source and not the artifacts.
<{^_^}> [nixpkgs] @Ma27 merged pull request #106436 → matrix-synapse: 1.23.0 -> 1.24.0, element-*: 1.7.14 -> 1.7.15 → https://git.io/JIzwd
<{^_^}> adisbladis's karma got increased to 0x7a
<{^_^}> gchristensen's karma got increased to 0o601
<{^_^}> [nixpkgs] @Ma27 pushed 4 commits to master: https://git.io/JIgDA
<matthewcroughan> qyliss: We offer build services to people that are building proprietary applications.
<matthewcroughan> We want to give those people the option to filter licenses out.
<matthewcroughan> We ourselves do not care about this feature.
<qyliss> matthewcroughan: I was just pointing out that you mentioned the wrong license
<FRidh> question is just how far you'd go. Automatically you can propagate the license over every build input. Other option is explicitly state for packages what they propagate, acknowledging you may miss some
<gchristensen> matthewcroughan: the way you do it is (1) build the thing (nix-build . -A networkmanager) (2) look at what it depends on (nix-store --query --requisites ./result) (3) check each listed thing to see if it is an unhappy license
<adisbladis> Propagating licenses sounds like an excellent way to absolutely destroy eval performance
<gchristensen> if yocto does this automatically for your use case, sounds like yocto is the tool for you
<simpson> FRidh++ qyliss++ it's almost like we need `propagatedLicenses = [ ... ];`
<{^_^}> FRidh's karma got increased to 26
<{^_^}> qyliss's karma got increased to 102
<qyliss> adisbladis: it could be some special function you could run
<matthewcroughan> qyliss: It doesn't matter what license is used as an example. I'm just asking how it's possible to resolve the license of the nixpkgs, because meta.license produces the project license, not the package license.
<adisbladis> qyliss: Sure, and we could just not eval it by default
<matthewcroughan> NetworkManager as it is, in NixOS, links to readline. Thus, it's gplv3.
<{^_^}> [nixpkgs] @github-actions[bot] pushed 26 commits to staging-next: https://git.io/JIgym
<{^_^}> [nixpkgs] @github-actions[bot] pushed 27 commits to staging: https://git.io/JIgyY
<qyliss> matthewcroughan: and the answer you have been given several times is that it is not possible
<gchristensen> matthewcroughan: sounds like the best way forward is to file a bug about it
<simpson> matthewcroughan: No, NetworkManager as it is, *built by you locally*, links to readline. The *linkage* is what is non-redistributable under your current restrictions.
<matthewcroughan> qyliss: I'm not sure where I have been given that answer, but thank you for giving it to me now. :D
ericsagn1 has quit [Ping timeout: 260 seconds]
<adisbladis> (I would kind of love having licenses in the .drv files)
<gchristensen> anyone have a handy guide of installing ZFS on root, where you're still using GRUB and MBR, with a ext4 /boot partition to keep GRUB happy?
<nahamu> GRUB2 can read from ZFS... That's what I use.
<srhb> gchristensen: Guide, no, but iirc there's no magic needed, just put the zpool on the second partition.
<nahamu> You just need to create a BIOSBOOT partition on the disk.
dexterfoo has joined #nixos
<adisbladis> For reference this machine is using ZFS root + MBR https://github.com/nix-community/infra/tree/master/build01
<adisbladis> gchristensen: ^
zupo has joined #nixos
greizgh has quit [Quit: greizgh]
miscalculated has joined #nixos
<gchristensen> nice, thanks adisbladis, srhb, nahamu ... something isn't working right, checking t's and i's
greizgh has joined #nixos
<dexterfoo> why does nix shell create a new shell, instead of updating the current shell (with "source")?
ATuin has quit [Ping timeout: 260 seconds]
<{^_^}> #106471 (by FRidh, 13 seconds ago, open): License of package versus license of source/project and propagation of licenses
<gchristensen> does this `parted` output and `mount` output look right? https://gist.github.com/grahamc/c18e99d5c91bed9b1ad2d3a94e862148
<hexa-> sounds somewhat like the right thing to do, but boy this will probably break stuff :)
<hexa-> propagating licenses /o\
ericsagn1 has joined #nixos
werner292 has joined #nixos
<{^_^}> [nix] @regnat pushed 4 commits to ca/properly-store-outputs: https://git.io/JIgSF
dsg has quit [Quit: leaving]
dsg has joined #nixos
aswanson has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<srhb> gchristensen: Aside from ESP being weird on an mbr booted grub, which I think shouldn't break anything, I don't see any obvious errors.
<nahamu> gchristensen: not sure. I haven't built a nixos machine in a while. :(
rajivr has quit [Quit: Connection closed for inactivity]
<srhb> gchristensen: What's the problem you're encountering?
<gchristensen> ehh I'm trying to make an AMI that uses ZFS for its root disk, and I can't manage to make one which AWS is happy enough to boot
<hexa-> gchristensen: from what i remember bios_grub partition should be 2 MiB in size
<hexa-> not actually sure how much grub uses in the end
<nahamu> gchristensen: I did this the other day, one moment.
iH8c0ff33 has quit [Ping timeout: 240 seconds]
<stevenroose> How do I refer to a file next to my default.nix in default.nix? I keep getting "string 'yarn.nix' doesn't represent an absolute path"
<hexa-> gchristensen: also I haven't read up on the backlog, but having both bios_grub and esp sounds wrong
<hexa-> esp is uefi only, bios_grub is mbr on gpt
<gchristensen> this is copy-pasted from the make-disk-image.nix's parted script for "hybrid" mode
<hexa-> uh-huh
<energizer> stevenroose: ./yarn.nix no quotes
ris has joined #nixos
manjaroCinnamon has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @flokli closed pull request #105354 → nixos/systemd: make services with DynamicUser depend on nscd → https://git.io/Jkxke
werner291 has quit [Quit: werner291]
fendor_ is now known as fendor
BlessJah_ is now known as BlessJah
jonatanb has quit [Remote host closed the connection]
Kritnich has quit [Quit: Ping timeout (120 seconds)]
Kritnich has joined #nixos
<veleiro> lol @ licensing above, its not nix's job to fix licenses for original authors
<qyliss> veleiro: it's not about fixing licenses
<veleiro> yeah the description is off, i get it
sangoma has joined #nixos
jonatanb has joined #nixos
sumner has quit [Quit: The Lounge - https://thelounge.chat]
<veleiro> i guess every time we find a license misuse in packaging
<veleiro> we should fix it upstream just like any other bug
* veleiro end sarcasm
<{^_^}> [nixpkgs] @Mic92 opened pull request #106472 → keystone: also build shared library → https://git.io/JIgHd
<stevenroose> energizer: awesome thanks!
<veleiro> one of the original posts that led me to nix was comparing all these new
<veleiro> app packaging
<stevenroose> So quotes are only allowed for full paths? like yarnLock = "${src}/yarn.lock";
vidbina_ has quit [Ping timeout: 264 seconds]
<adisbladis> stevenroose: That's technically not a path, but a string
<veleiro> flatpak snap appimage, all i saw was excuses to ship proprietary software
<adisbladis> paths and strings are distinct types in nix
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to release-20.09: https://git.io/JIgQG
<matthewcroughan> FRidh: you are incredible. Thank you so much.
FRidh has quit [Ping timeout: 265 seconds]
<stevenroose> adisbladis: hmm, k thanks :)
<stevenroose> Next up (sorry :D): I added echo's to some of the build scripts in my default.nix but I'm not sure they are being printed. Is stdout from build shell scripts suppressed using nix-build?
<{^_^}> [nixpkgs] @Ma27 opened pull request #106473 → nixos/nextcloud: improve error message for invalid `dbpassFile` → https://git.io/JIg73
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
moet has joined #nixos
<moet> is there a practical difference between wine.override{wineBuild="wineWow";} and wineWowPackages.stable ?
<{^_^}> [nixpkgs] @bjornfor merged pull request #106466 → gqrx: fix icon → https://git.io/JIgro
<{^_^}> [nixpkgs] @bjornfor pushed commit from @eduardosm to master « gqrx: fix icon »: https://git.io/JIg7W
<{^_^}> [nixpkgs] @danieldk opened pull request #106474 → python3Packages.transformers: 4.0.0 -> 4.0.1 → https://git.io/JIg7o
<energizer> when i boot it says 'starting version 246' or something like that, what is it talking about?
berberman has quit [Ping timeout: 264 seconds]
<energizer> in early boot, before grub
berberman has joined #nixos
<Ke> energizer: sounds like it's systemd version
<energizer> ke++
<stevenroose> oh it seems t hat it's not even getting there
<energizer> Ke++
<{^_^}> Ke's karma got increased to 1
<{^_^}> [nix] @edolstra pushed 5 commits to manpages: https://git.io/JIg5Y
riksteri has quit [Quit: riksteri]
mocker has joined #nixos
jonatanb has quit [Remote host closed the connection]
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #106475 → Merge ungoogled-chromium back into the chromium expressions → https://git.io/JIgdG
cirno-999 has quit [Ping timeout: 265 seconds]
malook has quit [Read error: Connection reset by peer]
malook1 has joined #nixos
malook1 is now known as malook
ATuin has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 240 seconds]
cheriimoya has quit [Quit: killed]
Scriptkiddi has quit [Quit: killed]
ajs124 has quit [Quit: killed]
das_j has quit [Quit: killed]
mrpi has quit [Quit: killed]
Scriptkiddi has joined #nixos
das_j has joined #nixos
cheriimoya has joined #nixos
mrpi has joined #nixos
ajs124 has joined #nixos
cosimone has quit [Quit: cosimone]
etu has quit [Quit: WeeChat 2.9]
talyz has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106476 → osinfo-db: 20201015 -> 20201119 → https://git.io/JIgbJ
cirno-999 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106469 → obsidian: 0.9.17 -> 0.9.20 → https://git.io/JIgiO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIgbR
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106470 → nexus: 3.28.1-01 -> 3.29.0-02 → https://git.io/JIgPB
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIgb7
tsrt^ has quit [Ping timeout: 256 seconds]
moet has quit [Quit: leaving]
<{^_^}> [nixpkgs] @roberth opened pull request #106477 → [20.09] cassandra backports → https://git.io/JIgbh
<{^_^}> [nixpkgs] @freezeboy opened pull request #106478 → amsn: add alias → https://git.io/JIgNJ
<{^_^}> [nixpkgs] @mweinelt merged pull request #103552 → xorg.xorgserver: 1.20.8 -> 1.20.10 [20.09] → https://git.io/Jktst
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to staging-20.09: https://git.io/JIgNq
<{^_^}> [nix] @edolstra merged pull request #4343 → Use no substituers by default in the tests → https://git.io/JIzhc
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JIgNm
tput has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix why-depends' manpage »: https://git.io/JIgNn
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106419 → http-getter: unstable-2018-06-06 -> unstable-2020-12-08 → https://git.io/JIuKq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIgN8
Doraemon has joined #nixos
etu has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106412 → vscode-extensions.naumovs.color-highlight: init at 2.3.0 → https://git.io/JIu47
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIgNK
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105065 → qtox: Fix compilation on darwin → https://git.io/JkHbR
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JIgNH
talyz has joined #nixos
NeoCron has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #106405 → python3Packages.soco: fixup and adopt → https://git.io/JIuJi
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JIgNQ
<{^_^}> [nixpkgs] @fruit-in opened pull request #106479 → vimPlugins.vim-pony: init at 2018-07-27 → https://git.io/JIgN7
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b8936e55235 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<nh2[m]> Can I use from-URL invocations like `nix-env -f https://github.com/nix-community/nixos-generators/archive/master.tar.gz -i` but with `nix-shell` or `nix-build` instead of `nix-env -i`?
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @jonringer merged pull request #106479 → vimPlugins.vim-pony: init at 2018-07-27 → https://git.io/JIgN7
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JIgAE
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #106431 → python3Packages.tldextract: add filelock dependency → https://git.io/JIzcV
<{^_^}> [nixpkgs] @vcunat pushed 5 commits to release-20.09: https://git.io/JIgAa
<nh2[m]> apparently `nix-build https://github.com/nix-community/nixos-generators/archive/master.tar.gz` just works, but not sure yet how to do it with nix-shell so that the `/bin` dir is in PATH
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to release-20.09: https://git.io/JIgA5
<{^_^}> [nixpkgs] @jonringer merged pull request #106474 → python3Packages.transformers: 4.0.0 -> 4.0.1 → https://git.io/JIg7o
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « python3Packages.transformers: 4.0.0 -> 4.0.1 »: https://git.io/JIgAx
<{^_^}> [nixpkgs] @rawkode closed pull request #101749 → opencv4: 4.3.0 -> 4.5.0 → https://git.io/JTKWf
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #106480 → spdlog: use nixpkgs' fmt instead of bundled one → https://git.io/JIgxV
cyris212 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @SCOTT-HAMILTON closed pull request #106387 → gerbera: revert fmt to supported version → https://git.io/JIE9e
<{^_^}> [nixpkgs] @tadfisher opened pull request #106481 → fetchFirefoxAddon: fix typo → https://git.io/JIgxD
pushqrdx has joined #nixos
daGrevis has quit [Quit: daGrevis]
daGrevis has joined #nixos
<{^_^}> [nixpkgs] @jlesquembre opened pull request #106483 → fluxcd: init at 0.4.3 → https://git.io/JIgpB
cosimone has joined #nixos
eoli3n has joined #nixos
xensky_ has joined #nixos
m4tsa_ has joined #nixos
m4ts has quit [Ping timeout: 246 seconds]
Fare has joined #nixos
xensky_ has quit [Client Quit]
xensky_ has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #101739 → k3s: propagate runtime dependencies of the k3s binary → https://git.io/JToAO
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JIgh8
xensky_ is now known as xensky
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix upgrade-nix' manpage »: https://git.io/JIgh6
xensky has left #nixos [#nixos]
<{^_^}> [nix] @edolstra pushed 19 commits to manpages: https://git.io/JIghM
<{^_^}> [nixpkgs] @flokli merged pull request #106423 → k3s: 1.19.2+k3s1 -> 1.19.4+k3s2 → https://git.io/JIzfE
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JIgjU
cyris212 has quit [Quit: ZNC 1.8.1 - https://znc.in]
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIgj0
cyris212 has joined #nixos
daGrevis has quit [Quit: daGrevis]
<{^_^}> [nixpkgs] @doronbehar pushed to stalebot « STALE-BOT.md: Mention github not notifying »: https://git.io/JIgja
puffnfresh has quit [Ping timeout: 264 seconds]
daGrevis has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #106484 → STALE-BOT.md: Mention github not notifying → https://git.io/JIgjy
puffnfresh has joined #nixos
sangoma has joined #nixos
orivej has joined #nixos
<numkem> infinisil: in your example here https://github.com/Infinisil/nixus/blob/master/example/default.nix#L20 is it possible to pass a function instead (like with nixops)?
cyris212 has quit [Quit: ZNC 1.8.1 - https://znc.in]
jonatanb has quit [Ping timeout: 260 seconds]
sss2 has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #97207 → node-problem-detector: 0.8.3 -> 0.8.4 → https://git.io/JUswq
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JI2e1
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106468 → arduino-ci: init at 0.1.0 → https://git.io/JIg6P
lukegb has quit [Quit: ~~lukegb out~~]
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2eb
lukegb has joined #nixos
freezeboy has joined #nixos
<freezeboy> Hi anyone is running a gitlab service on a nixos-20.09 system ?
<lordcirth> freezeboy, not yet, been thinking of trying. What is your question?
<{^_^}> [nixpkgs] @stigtsp merged pull request #104889 → zookeeper: 3.4.12 -> 3.6.2 & assorted changes → https://git.io/JkDHU
<{^_^}> [nixpkgs] @stigtsp pushed 7 commits to master: https://git.io/JI2vG
<freezeboy> well I have a system running it with a custom git from nixpkgs-unstable (a problem with gitaly), until staging is merged into the release
<freezeboy> but I noticed another strange thing, and I don't know if it is linked to nixos
<freezeboy> but I can't create merge requests
davidv7 has quit [Remote host closed the connection]
<freezeboy> and nothing interesting in the logs
sangoma has quit [Quit: WeeChat 2.9]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davidv7 has joined #nixos
lordcirth_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106424 → kotlin: 1.4.20 -> 1.4.21 → https://git.io/JIzfr
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2fO
zupo has joined #nixos
<dminuoso> How do I properly expose a package to xmonad, such that `spawn` will find its executables on its PATH?
<dminuoso> So far Ive been using environment.systemPackages, but that seems a bit whacky
lordcirth has quit [Ping timeout: 260 seconds]
Fare has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106485 → openntpd: 6.2p3 -> 6.8p1 → https://git.io/JI2fz
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106425 → vscode-extensions.redhat.vscode-yaml: 0.5.3 → 0.13.0 → https://git.io/JIzUT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2fg
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106414 → postgresqlPackages.pg_hll: 2.15 -> 2.15.1 → https://git.io/JIuBH
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2fM
<peelz> why is this happening? https://0x0.st/ihve.txt
<peelz> can't have structured attributes in runCommand?... hmm
<cole-h> If you want to use structuredAttrs, you probably want to use the branch specifically crafted for using / testing that feature
<peelz> wait what -- I thought it was some really old feature? https://github.com/NixOS/nix/commit/2d5b1b24bf70a498e4c0b378704cfdb6471cc699
dvicente has joined #nixos
<cole-h> It exists, but it's not well-supported (if at all) in Nixpkgs
<peelz> dang
<peelz> I was under the impression that structuredAttrs was enabled by default in stdenv.mkDerivation though?
fendor has quit [Remote host closed the connection]
<cole-h> I can't see anything to that effect in there
<peelz> fair enough
<peelz> What's the workaround? fooArray=(${foo[@]}) ?
Fare has joined #nixos
<freezeboy> dminuoso you can wrap the tool inside a nix-shell or wrap the package xmonad with makeWrapper
<peelz> cole-h: but I'm guessing that workaround would break with any value that has a space in it?
mthst has joined #nixos
<cole-h> No idea, sorry. You could probably check the rest of stdenv for stuff like `makeFlags` or whatever and see how they handle it
<{^_^}> [nixpkgs] @alyssais opened pull request #106486 → emacsWithPackages: EMACSLOADPATH correctness fixes → https://git.io/JI2Jp
noudle has quit []
wnklmnn has quit [Quit: Leaving]
<peelz> will do (also I meant `fooArray=($foo)` -- not whatever I wrote instead)
endvra_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
endvra has joined #nixos
<infinisil> numkem: Yup, in fact `configuration` is just an option expecting a submodule, so either a function, an attribute set, or a path to one of those works
<infinisil> numkem: There is in fact a function assigning it above: https://github.com/Infinisil/nixus/blob/master/example/default.nix#L4-L6
<numkem> infinisil: submodule would be a function that takes { lib, config, pkgs, ... }: right?
<infinisil> numkem: Oh btw there's a #nixus channel
<numkem> I'll head over there!
<abathur> not sure what tree this person should be barking up, but someone on discourse is trying to find help related to a hydra jobset in https://discourse.nixos.org/t/fixing-a-hydra-build-of-a-gnu-project/10389/5
Guest38330 has quit [Quit: ZNC 1.8.1 - https://znc.in]
lordcirth has joined #nixos
lordcirth is now known as Guest8848
tlaxkit has quit [Ping timeout: 240 seconds]
lordcirth__ has joined #nixos
jonatanb has joined #nixos
lordcirth_ has quit [Ping timeout: 260 seconds]
jonatanb has quit [Ping timeout: 256 seconds]
tlaxkit has joined #nixos
<{^_^}> [nixpkgs] @doronbehar pushed to stalebot « Update .github/STALE-BOT.md »: https://git.io/JI2ku
<{^_^}> [nixpkgs] @kampka opened pull request #106487 → m4: Link against compiler-rt when builing with clang → https://git.io/JI2kz
<{^_^}> [nixpkgs] @Luflosi opened pull request #106488 → youtube-dl: 2020.12.07 -> 2020.12.09 → https://git.io/JI2kg
<{^_^}> [nixpkgs] @doronbehar pushed to stalebot « STALE-BOT.md: Mention github not notifying »: https://git.io/JI2kw
tlaxkit has quit [Client Quit]
<colemickens> I'm still looking for any tips on why my nixos vm guest has such bad graphical performance compared to another linux guest.
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #106489 → melonDS: 0.8.3 -> 0.9 (and build fix) → https://git.io/JI2k1
<{^_^}> [nixpkgs] @mweinelt merged pull request #106315 → rust-synapse-compress-state: init at 0.1.0 → https://git.io/JIBpf
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JI2kb
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106435 → swagger-codegen: 2.3.1 -> 2.4.17 → https://git.io/JIzg8
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2kx
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106490 → psftools: 1.0.13 -> 1.0.14 → https://git.io/JI2Ie
OneLegend has joined #nixos
freezeboy has quit [Remote host closed the connection]
seku has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @ttuegel merged pull request #106396 → plasma-workspace: fix QtQuick style used by KCMs → https://git.io/JIEAu
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JI2I6
<OneLegend> oh wow nice bot
ATuin has quit [Quit: WeeChat 2.9]
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @rycee pushed commit from @ngiger to master « eclipses: add Eclipse IDE for RCP and RAP developers »: https://git.io/JI2LG
<{^_^}> [nixpkgs] @rycee merged pull request #106358 → Added Eclipse IDE for RCP and RAP developer → https://git.io/JIETj
miscalculated has quit [Quit: miscalculated]
orivej has quit [Ping timeout: 260 seconds]
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @eduardosm opened pull request #106491 → diffpdf: fix icon → https://git.io/JI2L8
<dminuoso> Mmm, so if I install xfce4-notifyd via systemPackages, dbus is no longer picking it up.
<dminuoso> That means its not started automatically
jess has quit [Quit: rebooting]
<{^_^}> [nixpkgs] @stevenroose opened pull request #106492 → WIP: Second attempt at adding PeerTube package (mkYarnPackage fails) → https://git.io/JI2LF
orivej has joined #nixos
jonatanb has joined #nixos
<Yaniel> how do I get a clang that knows about both stdlib.h and opencl-c-base.h?
<Yaniel> clang_11 knows about stdlib.h but does not have opencl-c-base.h apparently
<Yaniel> and llvmPackages_11.clang-unwrapped has them the other way around
<{^_^}> [nixpkgs] @Madahin opened pull request #106493 → tt-rss-plugin-fever: Init at 2.2.0 → https://git.io/JI2tI
<{^_^}> [nixpkgs] @drewrisinger opened pull request #106495 → pythonPackages.qasm2image: remove → https://git.io/JI2to
ransom__ has joined #nixos
jonatanb has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106442 → flashplayer: 32.0.0.453 -> 32.0.0.465 → https://git.io/JIzXw
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2tS
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106438 → milkytracker: install .desktop, .appdata and icon files → https://git.io/JIzo0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2tH
ransom has quit [Ping timeout: 240 seconds]
rprije has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #106457 → feedparser: keep 5.2.1 available for python-2.7 → https://git.io/JIgnJ
<{^_^}> [nixpkgs] @jonringer pushed commit from @mdorman to master « feedparser: keep 5.2.1 available for python-2.7 »: https://git.io/JI2qL
miscalculated has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #106462 → clojure: use jdk11 → https://git.io/JIgEp
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JI2qV
<{^_^}> [nixpkgs] @ryantm merged pull request #106484 → STALE-BOT.md: Mention github not notifying → https://git.io/JIgjy
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JI2qH
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e9140b19642 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<stevenroose> immae: oh you're here. any chance you're still interested in working on a peertube package?
<stevenroose> I saw your involvement with Matthias' MR
<immae> stevenroose: well I was involved by force because I’m the original author of the derivation :)
mounty has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106496 → plantuml: 1.2020.21 -> 1.2020.22 → https://git.io/JI2m0
<immae> I just don’t have the peace of mind to handle PR that get stalled for months. I’m okay with repushing my current derivation (which is a little more advanced than the current content of the PR, but still quite late compared to the current peertube version), but from there I’d prefer if someone else takes the lead for the review part
philr_ has joined #nixos
<stevenroose> immae: yeah so what I did was try to make it work with mkYarnPackage (it should work, no? isn't that what those directives are for?)
<stevenroose> Updated to 2.4.0 and yeah it fails on mkYarnModules because of some issue with the lockfile
<immae> I’m not surprised
<stevenroose> I don't really know any yarn lingo or JS lingo for that matter, so I don't know if I can ask the PeerTube folks to fix it
<immae> everytime I upgrade peertube I encounter issues with lockfile :)
<stevenroose> But even the mkYarnPackage stuff in nixpkgs looks really ugly. They hackisly use JS scripts to modify the lock file :/
<immae> I don’t know what they do there nor if they should be considered respinsible for that, but I was obliged to modify the lockfile yes
<immae> because it contains (contained?) bad hashes which upset nix
<stevenroose> immae: Do you know your way around yarn?
<immae> However things have improved both in peertube and in yarn2nix so maybe it would be easier now
<stevenroose> Could you perhaps help me find out if all the dependencies that are eventually used by the install are in the yarn.lock?
<immae> they are, that’s not the issue
<immae> the issue is that some urls in the yarn.lock are badly handled by yarn2nix
<immae> and some hashes are not computed correctly
<immae> that’s the two main points that forced me to patvch the yarn.lock
<immae> (and again: both points have probably improved since the last time I looked at it)
<stevenroose> Like, I pass --offline, and get some warnings about versions in the lockfile not checking out and I see that the packages.json had some "reslutions" versions pinned that didn't match the yarn.lokc file.
<stevenroose> Oh
<ij> hi! I installed vscode to try it for a spin from unstable and it did some building and maybe that screwed with my fonts, so nothing works in X any more
<stevenroose> So that yarn2nix does, it goes over the lockfile manually and replaces "resolved" sections from an http URL to a local path. (AFAIK)
<ij> I tried booting older nixos configurations, but no dice
<immae> stevenroose: yes your issues sound familiar ;)
<immae> yes exactly that
<immae> however something is wrong, the package.json should never be read in a production install
<stevenroose> immae: I don't know if it is. But I read it :)
gustavderdrache has quit [Quit: Leaving.]
ransom__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 240 seconds]
<ij> I tried removing a font and running nixos-rebuild switch and restarting the display manager, but that didn't help either
<dminuoso> Question, how can I identify where the systemd unit for a running service is?
mthst has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @ttuegel closed pull request #102216 → qt5: 5.15.0 -> 5.15.1 → https://git.io/JT9xb
<immae> dminuoso: systemctl cat the-unit
<dminuoso> immae: Ah that's perfect, thanks!
amerigo has joined #nixos
dvicente has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ttuegel closed pull request #104448 → qt5: 5.15.0 -> 5.15.2 → https://git.io/Jk2Q4
<{^_^}> [nixpkgs] @veprbl merged pull request #105935 → buildbot: 2.8.4-> 2.9.2 → https://git.io/JIswm
<{^_^}> [nixpkgs] @veprbl pushed 9 commits to master: https://git.io/JI2Ou
wavirc22 has quit [Ping timeout: 265 seconds]
wavirc22 has joined #nixos
secondry has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106498 → php73Packages.phpstan: 0.12.58 -> 0.12.59 → https://git.io/JI2Ox
<secondry> Does anyone know what's wrong with my custom lone nix package manager config? https://pastebin.com/XSY0KaV
ZaraChimera has joined #nixos
<secondry> when I comment out lines 209-222 it runs fine, so it must be related to how I'm using sets on lines 85-191
jess has joined #nixos
<secondry> It never gives me an error code. It merely gives no console output, and doesn't symlink any of the things I've added since the last update to my config
<secondry> anyone have any clue?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106499 → php73Extensions.rdkafka: 4.0.4 -> 4.1.1 → https://git.io/JI2sU
o1lo01ol1o has quit [Remote host closed the connection]
zopieux` has joined #nixos
zopieux has quit [Ping timeout: 240 seconds]
zopieux` has quit [Client Quit]
o1lo01ol1o has joined #nixos
<{^_^}> [nix] @edolstra pushed 2 commits to manpages: https://git.io/JI2sK
noogie has quit [Ping timeout: 256 seconds]
zopieux has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #105534 → emacsPackages: update → https://git.io/JIf3T
<{^_^}> [nixpkgs] @alyssais pushed 3 commits to master: https://git.io/JI2sS
<{^_^}> [nixpkgs] @benley merged pull request #106489 → melonDS: 0.8.3 -> 0.9 (and build fix) → https://git.io/JI2k1
<{^_^}> [nixpkgs] @benley pushed commit from @SCOTT-HAMILTON to master « melonDS: 0.8.3 -> 0.9 (and build fix) (#106489) »: https://git.io/JI2sH
o1lo01ol1o has quit [Ping timeout: 265 seconds]
OneLegend has left #nixos [#nixos]
<secondry> Does anyone have any experience using the nix package manager off of nixOS that'd be willing to help me?
<secondry> ~~does~~ Is there*
Rusty1 has joined #nixos
erasmas has quit [Quit: leaving]
cirno-999 has quit [Ping timeout: 258 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @petabyteboy pushed to master « haskellPackages.pandoc-crossref: mark unbroken »: https://git.io/JI2Zv
<abathur> secondry inevitably/eventually :) I did try to take a look just now but your pastebin link is a 404; I'm AFK for dinner now myself though :(
cirno-999 has joined #nixos
<secondry> huh, weird... well, it appears that blender was causing the issue
<secondry> how do I fix nixpkgs.blender?
<dminuoso> Mmm, why is there no overlay for nixos modules?
gustavderdrache has joined #nixos
thc202 has quit [Quit: thc202]
__monty__ has quit [Quit: leaving]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e9158eca70a (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e9140b19642 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/289ef7f56ff (from 18 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<Yaniel> ahhh finally some fresh packages
eoli3n has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106500 → petsc: 3.14.1 -> 3.14.2 → https://git.io/JI2nK
<infinisil> dminuoso: No idea what you mean
werner291 has joined #nixos
Fulgen has quit [Quit: ZNC 1.7.5 - https://znc.in]
werner291 has quit [Client Quit]
<secondry> dminuoso, It's been a few months... I'm x0r_255
<secondry> how's haskell comin'?
Fulgen has joined #nixos
wavirc22 has quit [Ping timeout: 260 seconds]
aasg has quit [Ping timeout: 240 seconds]
aw has quit [Quit: Quitting.]
aw_ has joined #nixos
nextloop has quit [Ping timeout: 264 seconds]
spacefrogg has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106501 → php73Extensions.event: 3.0.1 -> 3.0.2 → https://git.io/JI2cz
spacefrogg has joined #nixos
aasg has joined #nixos
nextloop has joined #nixos
wavirc22 has joined #nixos
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chang has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Doraemon has quit [Quit: Leaving]
Fulgen has quit [Quit: ZNC 1.7.5 - https://znc.in]
chang has quit [Client Quit]
<{^_^}> [nixpkgs] @marsam merged pull request #106133 → kbs2: 0.1.6 -> 0.2.2 → https://git.io/JIluR
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JI2C4
<{^_^}> [nixpkgs] @marsam merged pull request #106372 → terraform_0_14: 0.14.0 -> 0.14.2 → https://git.io/JIEll
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JI2Cz
Fulgen has joined #nixos