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
cfvnhtsp^ has quit []
griff_ has quit [Quit: griff_]
griff_ has joined #nixos
fooker has joined #nixos
erictapen has joined #nixos
<{^_^}> [nixpkgs] @bhipple opened pull request #115651 → doc: remove unnecessary \ escapes in dockertools.section.md → https://github.com/NixOS/nixpkgs/pull/115651
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JqYkQ
Nickli has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #115636 → tectonic: 0.4.0 -> 0.4.1 → https://github.com/NixOS/nixpkgs/pull/115636
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JqYkb
<{^_^}> [nixpkgs] @cdepillabout pushed 4 commits to haskell-updates: https://git.io/JqYkx
<{^_^}> [nixpkgs] @marsam merged pull request #115588 → stress-ng: 0.11.19 -> 0.12.04 → https://github.com/NixOS/nixpkgs/pull/115588
<{^_^}> [nixpkgs] @cdepillabout merged pull request #115509 → haskellPackages: Unbreak fakedata and fakedata-quickcheck and string-random → https://github.com/NixOS/nixpkgs/pull/115509
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JqYkj
<{^_^}> [nixpkgs] @marsam merged pull request #115593 → subgit: 3.3.10 -> 3.3.11 → https://github.com/NixOS/nixpkgs/pull/115593
<redmp> the first "bad example" on this page says "use super to access library functions" https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/
ahmedelgabri has quit [Ping timeout: 260 seconds]
<redmp> is that correct? wouldn't you want to use self to access library functions to get the final overriden versions?
mkaito has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to release-20.09: https://git.io/JqYIt
cognemo has quit [Ping timeout: 256 seconds]
FireFly has quit [Ping timeout: 600 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #115551 → [20.09] palemoon: 29.0.1 -> 29.1.0 → https://github.com/NixOS/nixpkgs/pull/115551
dsrt^ has joined #nixos
<infinisil> redmp: Oh yeah that's not entirely correct
rj has quit [Ping timeout: 268 seconds]
<infinisil> In general, super should really only be used for the thing you want to override
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115653 → tbb: 2019_U9 -> 2020_U3 → https://github.com/NixOS/nixpkgs/pull/115653
<infinisil> The reason that library functions are sometimes used from super instead is because using them from self gives infinite recursion
rj has joined #nixos
<infinisil> And in fact, that's only the case when the top-level attribute names that the overlay defines depend on lib, e.g.:
<infinisil> > pkgs.extend (self: super: self.lib.genAttrs (name: name) [ "foo" "bar" ])
<{^_^}> infinite recursion encountered, at (string):489:27
stuebinm has joined #nixos
ahmedelgabri has joined #nixos
<infinisil> This is problematic because in order for Nix to figure out what `self.lib` is, it needs to evaluate the overlay (since it could define self.lib), but it can't, because evaluating that depends on self.lib itself
<redmp> ahhh
<infinisil> So by using super we get around that. Benefit is that we don't get infinite recursion, at the cost of lib functions not being consistent if you override them in an overlay
<infinisil> > pkgs.extend (self: super: super.lib.genAttrs (name: name) [ "foo" "bar" ])
<{^_^}> value is a function while a list was expected, at /var/lib/nixbot/nixpkgs/master/repo/lib/attrsets.nix:292:18
<infinisil> > pkgs.extend (self: super: super.lib.genAttrs [ "foo" "bar" ] (name: name))
<{^_^}> { AAAAAASomeThingsFailToEvaluate = <CODE>; AMB-plugins = <CODE>; ArchiSteamFarm = <CODE>; AusweisApp2 = <CODE>; CoinMP = <CODE>; DisnixWebService = <CODE>; EBTKS = <CODE>; EmptyEpsilon = <CODE>; FIL-p...
FireFly has joined #nixos
Nickli has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115654 → tty-share: 2.0.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/115654
<{^_^}> [nixpkgs] @ajs124 opened pull request #115655 → nginxMainline: 1.19.7 -> 1.19.8 → https://github.com/NixOS/nixpkgs/pull/115655
<redmp> i'm starting to wonder if converting my projects over to use flakes and overlays is too much of a lift
<redmp> perhaps i should be converting them to use overlays first, and then flakes at some point in the future
<redmp> also, neither of these pages have examples of using the `self` argument: https://nixos.wiki/wiki/Overlays https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/
bennofs__ has joined #nixos
<infinisil> Oh wow, the wiki page uses a whole lot of super where it's not needed
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115656 → tome4: 1.6.7 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/115656
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/29b0d4d0b60 (from 21 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2821518e360 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
mananamenos has quit [Ping timeout: 245 seconds]
<Miyu-saki> Does the recursive attrset actually error?
<Miyu-saki> Aside from the obvious rec.
bennofs_ has quit [Ping timeout: 260 seconds]
<Miyu-saki> > pkgs.extend (self: super: {fakeClosure = self.writeText "fake-closure.nix" "..."; fakeConfig = self.writeText "fake-config.nix" "(import ${self.fakeClosure} {}).config.nixpkgs.config";})
<{^_^}> { AAAAAASomeThingsFailToEvaluate = <CODE>; AMB-plugins = <CODE>; ArchiSteamFarm = <CODE>; AusweisApp2 = <CODE>; CoinMP = <CODE>; DisnixWebService = <CODE>; EBTKS = <CODE>; EmptyEpsilon = <CODE>; FIL-p...
<Miyu-saki> Nope, it does not
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115657 → tetgen: 1.5.1 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/115657
<{^_^}> [nixpkgs] @lukegb opened pull request #115658 → nixos/libvirtd: add package option → https://github.com/NixOS/nixpkgs/pull/115658
stuebinm has quit [Quit: stuebinm]
jonringer has quit [Ping timeout: 264 seconds]
<redmp> i'm able to get my project to start building its dependencies as a flake+overlay now, but one of the dependencies causes infinite recursion when i override its version.. https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/
CMCDragonkai1 has joined #nixos
<redmp> if i uncomment the override on `memory` here to get 0.15.0 i get an infinite recursion, for some reason
gustavderdrache has joined #nixos
vonfry has quit [Remote host closed the connection]
<infinisil> redmp: The liquid-fixpoint looks wrong
lsix has quit [Ping timeout: 260 seconds]
<redmp> infinisil: yes, i was unsure about that one.. should it be self.defaultNix?
<redmp> or, should it be entirely absent?
<infinisil> Ahh that's the flake self self
<infinisil> Not the overlay one
<infinisil> redmp: I recommend putting the callCabal2nix stuff into the overlay directly
sss2 has quit [Quit: Leaving]
<redmp> infinisil: oh, that would be nice; it would look more like the original code
mbrgm_ has joined #nixos
<infinisil> Then doing `defaultPackage... = (import nixpkgs ...).haskellPackages.liquid-fixpoint#
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm_ is now known as mbrgm
rajivr has joined #nixos
<{^_^}> [nixpkgs] @freepotion opened pull request #115659 → boohu: maintainer removed → https://github.com/NixOS/nixpkgs/pull/115659
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115660 → talloc: 2.3.1 -> 2.3.2 → https://github.com/NixOS/nixpkgs/pull/115660
<redmp> infinisil: i tried moving the callCabal2nix stanza into the overlay directly, and now it's telling me that `superH.overrideCabal` doesn't exist on the line where i use it to tweak the definition of liquid-fixpoint lol
<{^_^}> [nixpkgs] @freepotion opened pull request #115661 → harmonist: 0.3.0 -> 0.4.1 → https://github.com/NixOS/nixpkgs/pull/115661
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115662 → typora: 0.9.95 -> 0.9.98 → https://github.com/NixOS/nixpkgs/pull/115662
<redmp> "attribute 'overrideCabal' missing," evaluating liquid-fixpoint
rj has quit [Ping timeout: 268 seconds]
<infinisil> redmp: Use `selfF` to access pkgs inside the overlay
<infinisil> So selfF.haskell.lib.overrideCabal
<infinisil> And selfF.z3
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115663 → tlaplusToolbox: 1.7.0 -> 1.7.1 → https://github.com/NixOS/nixpkgs/pull/115663
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115664 → unbound: 1.13.0 -> 1.13.1 → https://github.com/NixOS/nixpkgs/pull/115664
stree has quit [Ping timeout: 260 seconds]
<nh2[m]> eadwu: are you still using https://github.com/jscinoz/optimus-vfio-docs/issues/2#issuecomment-635415836 for your VFIO passthrough config, or something different by now? I'm struggling with the `code 43` error currently with my GeForce 940MX (Optimus in Thinkpad T25) currently
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115665 → theharvester: 3.2.2 -> 3.2.3 → https://github.com/NixOS/nixpkgs/pull/115665
<eadwu> <nh2[m] "eadwu: are you still using https"> Ended up being too fragile for me.
m0rphism has quit [Ping timeout: 256 seconds]
<nh2[m]> eadwu: do you happen to know which video driver version you used? using an older one would be no problem for me
<eadwu> Sadly no
bean31 has quit [Ping timeout: 240 seconds]
stree has joined #nixos
acarrico has joined #nixos
h0m1 has quit [Quit: WeeChat 3.0.1]
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115666 → uclibc: 1.0.34 -> 1.0.37 → https://github.com/NixOS/nixpkgs/pull/115666
lukegb has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @3noch closed pull request #107418 → Patch python-gnupg to fix tests on aarch64 → https://github.com/NixOS/nixpkgs/pull/107418
lukegb has joined #nixos
ris has quit [Ping timeout: 246 seconds]
erictapen has quit [Quit: leaving]
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
<gchristensen> m1cr0man: a bit scary :)
thc202 has quit [Quit: thc202]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113092 → wxGTK30: 3.0.4 → 3.0.5 → https://github.com/NixOS/nixpkgs/pull/113092
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JqYzW
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115612 → nemo-qml-plugin-dbus: 2.1.23 -> 2.1.24 → https://github.com/NixOS/nixpkgs/pull/115612
NekomimiScience_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115659 → boohu: maintainer removed → https://github.com/NixOS/nixpkgs/pull/115659
puckipedia has joined #nixos
ProofTechnique_ has joined #nixos
bsima1 has joined #nixos
qyliss- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115667 → gnome3.tali: 3.38.0 -> 3.38.3 → https://github.com/NixOS/nixpkgs/pull/115667
stree has quit [Quit: Caught exception]
stree has joined #nixos
proofofkeags has quit [Ping timeout: 264 seconds]
dckc- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115668 → tintin: 2.02.03 -> 2.02.05 → https://github.com/NixOS/nixpkgs/pull/115668
zakame has quit [Read error: Connection reset by peer]
dmytrokurch[m] has quit [*.net *.split]
DanC has quit [*.net *.split]
pheoxy has quit [*.net *.split]
itacer[m] has quit [*.net *.split]
aynish has quit [*.net *.split]
nh2[m] has quit [*.net *.split]
q3k[m] has quit [*.net *.split]
ravecoin[m] has quit [*.net *.split]
Yakulu[m] has quit [*.net *.split]
woobilicious[m] has quit [*.net *.split]
jgart[m] has quit [*.net *.split]
slby[m] has quit [*.net *.split]
rosariopulella[m has quit [*.net *.split]
livestradamus[m] has quit [*.net *.split]
rmcgibbo[m] has quit [*.net *.split]
RomanBall[m] has quit [*.net *.split]
timokau[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
questaetang[m] has quit [*.net *.split]
chpatrick has quit [*.net *.split]
Robert[m] has quit [*.net *.split]
Seylerius has quit [*.net *.split]
viq[m]1 has quit [*.net *.split]
fc[m]1 has quit [*.net *.split]
ongy[m] has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
deselby has quit [*.net *.split]
redcedar[m] has quit [*.net *.split]
aniketd[m] has quit [*.net *.split]
zuh0 has quit [*.net *.split]
Valentin[m] has quit [*.net *.split]
anton[m] has quit [*.net *.split]
Nigel[m] has quit [*.net *.split]
ejpcmac has quit [*.net *.split]
freeman42x[m]1 has quit [*.net *.split]
kraem[m] has quit [*.net *.split]
Amit[m]1 has quit [*.net *.split]
leo[m]7 has quit [*.net *.split]
nrdxp[m] has quit [*.net *.split]
us3r[m] has quit [*.net *.split]
fjfjfjfjfjfj[m] has quit [*.net *.split]
diegov_ has quit [*.net *.split]
randalthorwot[m] has quit [*.net *.split]
sparogy has quit [*.net *.split]
sj57721908611[m] has quit [*.net *.split]
puck has quit [*.net *.split]
qyliss has quit [*.net *.split]
joepie91 has quit [*.net *.split]
scoates has quit [*.net *.split]
NekomimiScience has quit [*.net *.split]
ProofTechnique has quit [*.net *.split]
talyz has quit [*.net *.split]
bsima has quit [*.net *.split]
puckipedia is now known as puck
qyliss- is now known as qyliss
ProofTechnique_ is now known as ProofTechnique
NekomimiScience_ is now known as NekomimiScience
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115669 → turbovnc: 2.2.5 -> 2.2.6 → https://github.com/NixOS/nixpkgs/pull/115669
livestradamus[m] has joined #nixos
Yakulu[m] has joined #nixos
Valentin[m] has joined #nixos
ravecoin[m] has joined #nixos
talyz has joined #nixos
us3r[m] has joined #nixos
itacer[m] has joined #nixos
rosariopulella[m has joined #nixos
scoates has joined #nixos
deselby has joined #nixos
anton[m] has joined #nixos
sparogy has joined #nixos
Nigel[m] has joined #nixos
kraem[m] has joined #nixos
zuh0 has joined #nixos
Seylerius has joined #nixos
timokau[m] has joined #nixos
aniketd[m] has joined #nixos
freeman42x[m]1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115670 → tepl: 5.0.0 -> 5.0.1 → https://github.com/NixOS/nixpkgs/pull/115670
aynish has joined #nixos
q3k[m] has joined #nixos
ongy[m] has joined #nixos
Amit[m]1 has joined #nixos
leo[m]7 has joined #nixos
sj57721908611[m] has joined #nixos
randalthorwot[m] has joined #nixos
slby[m] has joined #nixos
awmv has quit [Quit: Connection closed for inactivity]
ejpcmac has joined #nixos
jgart[m] has joined #nixos
rmcgibbo[m] has joined #nixos
Robert[m] has joined #nixos
chpatrick has joined #nixos
diegov_ has joined #nixos
pheoxy has joined #nixos
fc[m]1 has joined #nixos
redcedar[m] has joined #nixos
faya01[m] has joined #nixos
dmytrokurch[m] has joined #nixos
woobilicious[m] has joined #nixos
nrdxp[m] has joined #nixos
questaetang[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115671 → t1utils: 1.41 -> 1.42 → https://github.com/NixOS/nixpkgs/pull/115671
fjfjfjfjfjfj[m] has joined #nixos
nh2[m] has joined #nixos
danielrf[m] has joined #nixos
<{^_^}> [nixpkgs] @zakame opened pull request #115672 → perlPackages.FileMap: add perlPreHook for $LD override → https://github.com/NixOS/nixpkgs/pull/115672
RomanBall[m] has joined #nixos
viq[m]1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115673 → tclap: 1.2.2 -> 1.2.3 → https://github.com/NixOS/nixpkgs/pull/115673
<{^_^}> [nixpkgs] @dansbandit opened pull request #115674 → Add version 1.100.14 → https://github.com/NixOS/nixpkgs/pull/115674
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115675 → tt-rss-plugin-tumblr-gdpr: 2.1 -> 2.2 → https://github.com/NixOS/nixpkgs/pull/115675
cognemo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115676 → testssl: 3.0.2 -> 3.0.4 → https://github.com/NixOS/nixpkgs/pull/115676
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 264 seconds]
acarrico has quit [Ping timeout: 276 seconds]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115677 → timescaledb-tune: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/115677
mcornick has quit [Quit: bbl]
ahmedelgabri has quit [Ping timeout: 264 seconds]
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
Jd007 has quit [Quit: Jd007]
tejing has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 246 seconds]
Jd007 has joined #nixos
Lord_of_Life_ has joined #nixos
growpotk- has joined #nixos
Lord_of_Life has quit [Ping timeout: 256 seconds]
dbmikus has quit [Ping timeout: 246 seconds]
griff_ has quit [Quit: griff_]
Lord_of_Life_ is now known as Lord_of_Life
sigmundv_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @veprbl opened pull request #115678 → coreutils: enable tests for non-standard store path → https://github.com/NixOS/nixpkgs/pull/115678
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115679 → liburcu: 0.12.1 -> 0.12.2 → https://github.com/NixOS/nixpkgs/pull/115679
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115680 → tmuxp: 1.7.0 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/115680
gustavderdrache has quit [Quit: Leaving.]
bhipple has quit [Ping timeout: 245 seconds]
growpotk- has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115681 → tickrs: 0.13.1 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/115681
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<veleiro> "Your config.yaml as a Nix attribute set" wat does that mean
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115682 → wordpress: 5.5.3 -> 5.6.2 → https://github.com/NixOS/nixpkgs/pull/115682
mcornick has joined #nixos
<infinisil> veleiro: What do you think it could mean?
zakame has joined #nixos
cfinch has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115683 → x42-plugins: 20200714 -> 20210114 → https://github.com/NixOS/nixpkgs/pull/115683
<redmp> infinisil: why wouldn't i use selfH to access overrideCabal? aren't selfH and superH the overlay arguments for the haskellPackages piece?
<{^_^}> [nix] @p01arst0rm opened pull request #4627 → changed `#if HAVE_BOEHMGC` to `#ifdef HAVE_BOEHMGC` → https://github.com/NixOS/nix/pull/4627
<infinisil> overrideCabal isn't in the haskell package set
<infinisil> It's in pkgs.haskell.lib
<infinisil> redmp: ^
<{^_^}> [nixpkgs] @marsam merged pull request #115677 → timescaledb-tune: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/115677
seku has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @marsam merged pull request #115680 → tmuxp: 1.7.0 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/115680
<{^_^}> [nixpkgs] @marsam merged pull request #115668 → tintin: 2.02.03 -> 2.02.05 → https://github.com/NixOS/nixpkgs/pull/115668
<redmp> oh.. ok, i was confused about that.. mkDerivation, callHackage, callCabal2nix are all under haskellPackages; only overrideCabal is under haskell.lib
<redmp> thanks infinisil
c_wraith has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115684 → xlockmore: 5.65 -> 5.66 → https://github.com/NixOS/nixpkgs/pull/115684
<redmp> huh, this is building the packages even with --dry-run .. that's odd
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #115681 → tickrs: 0.13.1 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/115681
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115685 → wxmaxima: 20.06.6 -> 21.02.0 → https://github.com/NixOS/nixpkgs/pull/115685
<infinisil> redmp: It's only building the packages needed for evaluation
<infinisil> That is, the callCabal2nix thing returns a Nix file, which needs to be evaluated. But to get that Nix file it needs to build the dependencies of callCabal2nix (that is, cabal2nix)
<infinisil> That's called IFD = import-from-derivation
<infinisil> ,ifd
<{^_^}> import-from-derivation (IFD) is when you evaluate nix from a derivation result, for example `import (pkgs.writeText "n" "1 + 1")` will evaluate to 2. This is sometimes problematic because it requires evaluating some, building some, and then evaluating the build result. It has been described as "such a nice footgun."
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
stree has quit [Ping timeout: 265 seconds]
spacefrogg has joined #nixos
rameau has joined #nixos
<redmp> ooooh, thanks yes.. i'm aware of ifd; i didn't think about how a different nixpkgs would imply a different cabal2nix and trigger some ifd..
<{^_^}> [nixpkgs] @marsam opened pull request #115686 → go-tools: 2020.2.2 -> 2020.2.3 → https://github.com/NixOS/nixpkgs/pull/115686
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115687 → worker: 4.5.0 -> 4.7.0 → https://github.com/NixOS/nixpkgs/pull/115687
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115688 → pantheon.wingpanel-indicator-sound: 2.1.6 -> 2.1.8 → https://github.com/NixOS/nixpkgs/pull/115688
<veleiro> infinisil i was able to guess right! looking at the YAML equivalent
stephank has quit [Quit: stephank]
stephank has joined #nixos
<redmp> what's the best way to depend on non-flakes from a flake?
stree has joined #nixos
<infinisil> redmp: You can depend on non-flakes by setting `flake = false` on the input
rameau has quit [Ping timeout: 245 seconds]
<redmp> awesome; i should have referenced the input schema in the wiki
<redmp> thanks
<infinisil> :)
rameau has joined #nixos
<{^_^}> [templates] @cab404 opened pull request #1 → Added Rust and Python templates → https://github.com/NixOS/templates/pull/1
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115689 → wcslib: 7.3.1 -> 7.4 → https://github.com/NixOS/nixpkgs/pull/115689
<redmp> mysteriously, if i uncomment the superH.callHackage "memory" i get an infinite recursion crash; i'm wondering if maybe i should be using selfF.haskell.packages.callHackage similarly to how i used selfF.haskell.lib.overrideCabal ..
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115690 → waf: 2.0.20 -> 2.0.22 → https://github.com/NixOS/nixpkgs/pull/115690
AlpineLlama has joined #nixos
ahciada has joined #nixos
dbmikus has joined #nixos
gustavderdrache has joined #nixos
<redmp> nope, it seems {selfF,superF}.haskell.packages.${ghc}.callHackage "memory" both also cause an infinite recursion error.. perhaps this is happening because cabal2nix needs the memory package..
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115691 → xfce.xfwm4: 4.14.6 -> 4.16.1 → https://github.com/NixOS/nixpkgs/pull/115691
ahciada has quit [Remote host closed the connection]
dbmikus has quit [Ping timeout: 265 seconds]
MiguelAguila[m] is now known as Miguel[m]
<redmp> what's the tradeoff of having my project reference nixpkgs/master or nixpkgs/nixos-unstable or nixpkgs/nixos-20.09
<redmp> i've usually referenced the the lastest stable release, which would be nixpkgs/nixos-20.09 but i'm wondering if for flakes there's other guidance
LilleCarl2 has quit [Ping timeout: 260 seconds]
llunesu has joined #nixos
<llunesu> BBAA
llunesu is now known as Soepy
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<Soepy> Heya folks. Wondering if someone here can help me. I'm trying to override stdenv for a custom buildPythonPackage invocation.
<Soepy> buildPythonPackage inherits the stdenv from the python derivation. Is there a way to override it without having to rebuild the whole python tree?
<Soepy> (In particular, I want to force usage of GCC on Darwin for a single package in the hope of using the AVX2 instruction set)
c_wraith has joined #nixos
jonringer has joined #nixos
<edrex> I'm trying to troubleshoot a regression with /etc/nixos/flake.nix building grub with forcei686, and I could use some help, if anyone has ideas (just a couple weeks in with nixos)
<{^_^}> #113581 (by edrex, 2 weeks ago, open): boot.loader.grub.forcei686 fails when used in a flake
ahmedelgabri has joined #nixos
orivej has joined #nixos
rail has quit [Quit: gone...]
rail has joined #nixos
griff_ has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 246 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @marsam merged pull request #115686 → go-tools: 2020.2.2 -> 2020.2.3 → https://github.com/NixOS/nixpkgs/pull/115686
<redmp> this example is linked from the flakes wiki: https://github.com/nix-community/todomvc-nix/blob/master/overlay.nix
<redmp> it uses "surplus arguments" described here as an antipattern: https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/
<{^_^}> [nixpkgs] @marsam merged pull request #115666 → uclibc: 1.0.34 -> 1.0.37 → https://github.com/NixOS/nixpkgs/pull/115666
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115692 → xorriso: 1.5.2 -> 1.5.4.pl02 → https://github.com/NixOS/nixpkgs/pull/115692
<redmp> is that actually an antipattern? it seems somewhat necessary if you want to put your flake's overlay in a separate file (to access the flake's self argument in the overlay, you'd have to pass it into the overlay..)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115693 → whois: 5.5.6 -> 5.5.8 → https://github.com/NixOS/nixpkgs/pull/115693
mcornick has quit [Quit: zzzz]
<{^_^}> [nixpkgs] @jagajaga merged pull request #115642 → teamviewer: 15.8.3 -> 15.15.5 → https://github.com/NixOS/nixpkgs/pull/115642
<redmp> ok, nm, it seems other people are using these "surplus arguments" .. https://github.com/cole-h/nixos-config/blob/caac20b38db4e6d5127b11cb7728ff9ef97fb01b/overlay.nix
jophish has quit [Ping timeout: 245 seconds]
tejing has joined #nixos
<colemickens> fwiw, that's rare.
<colemickens> I can count, with apparently one finger, the number of wild overlays I've seen that have another wrapped function around them like that. Kinda curious ;P but avoids having to compose overlays in a certain order, I guess.
<redmp> colemickens: ah, thank you for hinting at the alternative: multiple overlays
<colemickens> just a guess though!
<redmp> colemickens: guesses are still helpful; i'm building up from nothing and nobody around me uses nix so
<colemickens> cool! We'll get you turn into a nix evangelist soon enough and fix that problem!
Jd007 has quit [Quit: Jd007]
<veleiro> colemickens: in your nixos-flake-example, what do you mean by 'Are the auto-coercion rules for attribute paths worth it?' what's auto-coercion rules for attribute paths?
<colemickens> veleiro: `sudo nixos-rebuild switch --flake /path/flake.nix .#foo` will actually build .nixosConfigurations.foo.config.system.build.toplevel.
<colemickens> but `nix build .#foo` tries... like 5 things, none of which are `.#nixosConfigurations.foo.config.system.build.toplevel`
<colemickens> that sort of inconsistency is just bad, I'm sorry, it is.
<cole-h> fwiw, I split them out like that to keep my flake.nix slightly shorter than it would be with
<cole-h> (my overlays)
domogled has quit [Quit: domogled]
domogled has joined #nixos
<colemickens> :P
<veleiro> oh so `nix build .#foo` does the auto-coercion
<colemickens> they both do coercion, but different.
<colemickens> `.#foo` means different things based on which app it's called with. I can't abide it :P
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115694 → xfce.xfconf: 4.14.3 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115694
<colemickens> but I also sympathize with the pain of typing it all out each time; I ack that I have the luxury of being an arm chair critic.
<redmp> so what's the deal with library functions in overlays? try getting them off self and if it causes infinite recursion get them off super?
<redmp> is it just kind of whackamole?
<redmp> so i need to override a dependency of cabal2nix, but it's causing infinite recursion.. i don't actually care if cabal2nix uses the overriden dependency.. how can i tell it not to?
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115695 → xlog: 2.0.19 -> 2.0.20 → https://github.com/NixOS/nixpkgs/pull/115695
<veleiro> ok thanks for the explanation
<veleiro> i havent noticed that yet
growpotkin has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115696 → xfce.xfdesktop: 4.14.2 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115696
sangoma has joined #nixos
<colemickens> I'm actually super interested in a mutli-arch bootloader setup myself.
<{^_^}> [nixpkgs] @ryantm merged pull request #115535 → rust-bindgen: 0.55.1 -> 0.57.0 → https://github.com/NixOS/nixpkgs/pull/115535
<colemickens> "Dual boot aarch64/x86_64-linux NixOS USB Drive" sounds like a fun project/blogpost.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115697 → vultr: 2.0.2 -> 2.0.3 → https://github.com/NixOS/nixpkgs/pull/115697
<veleiro> hmm
inkbottle has quit [Quit: Konversation terminated!]
domogled has quit [Ping timeout: 256 seconds]
lovesegfault_ is now known as lovesegfault
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #115633 → ticker: 3.1.8 -> 3.1.9 → https://github.com/NixOS/nixpkgs/pull/115633
mmohammadi9812 has quit [Quit: Quit]
<{^_^}> [nixpkgs] @ryantm merged pull request #115512 → recoll: 1.27.12 -> 1.28.6 → https://github.com/NixOS/nixpkgs/pull/115512
<{^_^}> [nixpkgs] @ryantm merged pull request #114762 → mkgmap: 4601 -> 4604 → https://github.com/NixOS/nixpkgs/pull/114762
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115698 → wget: 1.20.3 -> 1.21.1 → https://github.com/NixOS/nixpkgs/pull/115698
growpotkin has quit [Ping timeout: 264 seconds]
gustavderdrache has quit [Quit: Leaving.]
ScottHDev53 has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
kfiz has joined #nixos
stree has quit [Ping timeout: 256 seconds]
kfiz- has quit [Ping timeout: 264 seconds]
ronthecookie has quit [Excess Flood]
ronthecookie has joined #nixos
yjftsjthsd has quit [Remote host closed the connection]
ScottHDev5 has quit [Ping timeout: 260 seconds]
ScottHDev53 is now known as ScottHDev5
yjftsjthsd has joined #nixos
palo1 has joined #nixos
Soepy has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115700 → xapian: 1.4.17 -> 1.4.18 → https://github.com/NixOS/nixpkgs/pull/115700
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115701 → webdis: 0.1.11 -> 0.1.12 → https://github.com/NixOS/nixpkgs/pull/115701
Soepy has joined #nixos
Soepy has quit [Client Quit]
stree has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115702 → xmlrpc_c: 1.51.06 -> 1.51.07 → https://github.com/NixOS/nixpkgs/pull/115702
jonringer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115703 → libwpe-fdo: 1.7.1 -> 1.8.0 → https://github.com/NixOS/nixpkgs/pull/115703
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2821518e360 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
sangoma has quit [Quit: WeeChat 3.0]
ahmedelgabri has joined #nixos
redmp has quit [Quit: getting nowhere]
dbmikus has quit [Ping timeout: 272 seconds]
ahmedelgabri has quit [Ping timeout: 264 seconds]
griff_ has quit [Quit: griff_]
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
johannes has joined #nixos
graf_blutwurst has joined #nixos
dbmikus has joined #nixos
tejing has quit [Ping timeout: 276 seconds]
erhandsome has joined #nixos
tejing has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115704 → wings: 2.2.4 -> 2.2.6.1 → https://github.com/NixOS/nixpkgs/pull/115704
dbmikus has quit [Ping timeout: 272 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115705 → xkbset: 0.5 -> 0.6 → https://github.com/NixOS/nixpkgs/pull/115705
<{^_^}> [nixpkgs] @etu merged pull request #115676 → testssl: 3.0.2 -> 3.0.4 → https://github.com/NixOS/nixpkgs/pull/115676
mallox has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #115706 → keeweb: 1.16.7 → 1.17.0 → https://github.com/NixOS/nixpkgs/pull/115706
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115707 → xcowsay: 1.5 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/115707
cfricke has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115708 → vieb: 3.4.0 -> 4.0.0 → https://github.com/NixOS/nixpkgs/pull/115708
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115709 → pantheon.wingpanel-indicator-keyboard: 2.2.1 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/115709
aforemny has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @fabaff opened pull request #115710 → uptimed: 0.4.2 -> 0.4.3 → https://github.com/NixOS/nixpkgs/pull/115710
<{^_^}> [nixpkgs] @fabaff closed pull request #115648 → uptimed: 0.4.2 -> 0.4.3 → https://github.com/NixOS/nixpkgs/pull/115648
aforemny has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #115665 → theharvester: 3.2.2 -> 3.2.3 → https://github.com/NixOS/nixpkgs/pull/115665
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115711 → vim: 8.2.1522 -> 8.2.2567 → https://github.com/NixOS/nixpkgs/pull/115711
<{^_^}> [nixpkgs] @fabaff merged pull request #115693 → whois: 5.5.6 -> 5.5.8 → https://github.com/NixOS/nixpkgs/pull/115693
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115712 → xfce.xfdashboard: 0.7.7 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/115712
karantan has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #115638 → tab: 7.2 -> 8.0 → https://github.com/NixOS/nixpkgs/pull/115638
nixuser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115713 → vassal: 3.4.12 -> 3.5.3 → https://github.com/NixOS/nixpkgs/pull/115713
domogled has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #115483 → kindlegen: remove the package (closes #96439) → https://github.com/NixOS/nixpkgs/pull/115483
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115714 → victoriametrics: 1.52.0 -> 1.54.1 → https://github.com/NixOS/nixpkgs/pull/115714
vidbina_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 reopened pull request #115483 → kindlegen: remove the package (closes #96439) → https://github.com/NixOS/nixpkgs/pull/115483
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115715 → wiggle: 1.2 -> 1.3 → https://github.com/NixOS/nixpkgs/pull/115715
orivej has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #115716 → uddup: init at 0.9.3 → https://github.com/NixOS/nixpkgs/pull/115716
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115717 → verilator: 4.108 -> 4.110 → https://github.com/NixOS/nixpkgs/pull/115717
<{^_^}> [nixpkgs] @timstott opened pull request #115718 → tmuxPlugins: rename function to build plugin → https://github.com/NixOS/nixpkgs/pull/115718
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115719 → vttest: 20200610 -> 20210210 → https://github.com/NixOS/nixpkgs/pull/115719
vidbina_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115720 → wimlib: 1.13.2 -> 1.13.3 → https://github.com/NixOS/nixpkgs/pull/115720
zupo has joined #nixos
avaq has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115721 → yamllint: 1.25.0 -> 1.26.0 → https://github.com/NixOS/nixpkgs/pull/115721
mananamenos has joined #nixos
jauco has joined #nixos
respawn_ has quit [Quit: Leaving]
sangoma has quit [Quit: WeeChat 3.0]
domogled has quit [Remote host closed the connection]
zupo_ has joined #nixos
jimmiehansson has joined #nixos
ahmedelgabri has joined #nixos
<jauco> Hey all. I have a pretty n00b question but I can't find the correct way to phrase it for googling. There is a package (ofono) that includes its own config. I want to replace the config file with my own config. How do I change the /etc/nixos/configuration file to overwrite that file? (Or rather: what is the idiomatic nixos way to handle this use case)
zupo has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 246 seconds]
<jauco> so there is this file /nix/store/gxhg1r6igaxcdanlj56kdkbjma778k9r-ofono-1.31/etc/ofono/phonesim.conf and I want to change its contents somehow
lsix has joined #nixos
ahmedelgabri has quit [Client Quit]
saschagrunert has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115722 → yodl: 4.02.02 -> 4.03.02 → https://github.com/NixOS/nixpkgs/pull/115722
ahmedelgabri has joined #nixos
Brian[m]1 has joined #nixos
stree has quit [Ping timeout: 264 seconds]
lsix has quit [Ping timeout: 272 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lsix has joined #nixos
neiluj has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115723 → zita-resampler: 1.6.2 -> 1.8.0 → https://github.com/NixOS/nixpkgs/pull/115723
m0rphism has joined #nixos
lsix1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115724 → yquake2: 7.43 -> 7.45 → https://github.com/NixOS/nixpkgs/pull/115724
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @fabaff opened pull request #115725 → xcowsay: specify license → https://github.com/NixOS/nixpkgs/pull/115725
cole-h has quit [Quit: Goodbye]
stree has joined #nixos
sangoma has joined #nixos
alexherbo26 has joined #nixos
cole-h has joined #nixos
<{^_^}> [nixpkgs] @Munksgaard opened pull request #115726 → matrix-synapse: 1.28.0 -> 1.29.0 → https://github.com/NixOS/nixpkgs/pull/115726
wadii has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #115726 → matrix-synapse: 1.28.0 -> 1.29.0 → https://github.com/NixOS/nixpkgs/pull/115726
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115661 → harmonist: 0.3.0 -> 0.4.1 → https://github.com/NixOS/nixpkgs/pull/115661
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115706 → keeweb: 1.16.7 → 1.17.0 → https://github.com/NixOS/nixpkgs/pull/115706
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115710 → uptimed: 0.4.2 -> 0.4.3 → https://github.com/NixOS/nixpkgs/pull/115710
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115483 → kindlegen: remove the package (closes #96439) → https://github.com/NixOS/nixpkgs/pull/115483
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115725 → xcowsay: specify license → https://github.com/NixOS/nixpkgs/pull/115725
<{^_^}> [nixpkgs] @sorki opened pull request #115727 → [20.09] nixos/sympa: fix PATH_INFO splitting for sympa-6.2.56 → https://github.com/NixOS/nixpkgs/pull/115727
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115707 → xcowsay: 1.5 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/115707
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115640 → pythonPackages.fontparts: 0.9.9 -> 0.9.10 → https://github.com/NixOS/nixpkgs/pull/115640
stampirl[m] has quit [Quit: Idle for 30+ days]
tadfisher[m] has quit [Quit: Idle for 30+ days]
leo[m]7 has quit [Quit: Idle for 30+ days]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115716 → uddup: init at 0.9.3 → https://github.com/NixOS/nixpkgs/pull/115716
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115728 → gallery-dl: 1.16.5 -> 1.17.0 → https://github.com/NixOS/nixpkgs/pull/115728
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115621 → octopus: 0.7.0 -> 0.7.1 → https://github.com/NixOS/nixpkgs/pull/115621
<{^_^}> [nixos-hardware] @edrex opened pull request #237 → WIP: Add support for Macbook(2,1) → https://github.com/NixOS/nixos-hardware/pull/237
<{^_^}> [nixpkgs] @illustris opened pull request #115729 → python38Packages.percol: python3 support → https://github.com/NixOS/nixpkgs/pull/115729
alexherbo26 has quit [Ping timeout: 260 seconds]
teasea has quit [Quit: teasea]
cfinch has quit [Read error: Connection reset by peer]
neiluj has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/2821518e360 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
teasea has joined #nixos
evils has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #115730 → python3Packages.yamllint: enable tests → https://github.com/NixOS/nixpkgs/pull/115730
<{^_^}> [nixpkgs] @fabaff merged pull request #115644 → thermald: 2.4.1 -> 2.4.3 → https://github.com/NixOS/nixpkgs/pull/115644
cfricke has quit [Quit: WeeChat 3.0.1]
cfricke has joined #nixos
cfinch has joined #nixos
sigmundv_ has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
alexherbo26 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115731 → python38Packages.vyper: 0.2.8 -> 0.2.11 → https://github.com/NixOS/nixpkgs/pull/115731
dkibi has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115732 → docker-compose: 1.28.3 -> 1.28.5 → https://github.com/NixOS/nixpkgs/pull/115732
rameau has quit [Remote host closed the connection]
<aforemny> jauco: I haven't checked in a while, but are you sure that ofono accesses that file? Last time I checked, it accessed /etc/ofono/phonesim.conf, or at least would use that file if it was present.
<aforemny> jauco: In that case, you could configure that file via `environment.etc."ofono/phonesim.conf".text = "…"`.
<aforemny> jauco: You cannot change the contents of /nix/store/gxhg1r.../etc/ofono/phonesim.conf easily (without rebuilding ofono). So that is not the way to go.
alexherbo26 has quit [Read error: Connection reset by peer]
alexherbo26 has joined #nixos
tim92[m] has joined #nixos
<jauco> i checked with strace
amfl_ has joined #nixos
<jauco> [root@nixos:/home/jauco]# strace /nix/store/gxhg1r6igaxcdanlj56kdkbjma778k9r-ofono-1.31/sbin/ofonod -n 2>&1 | grep /etc
<jauco> access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No such file or directory)
<jauco> openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 7
<jauco> openat(AT_FDCWD, "/nix/store/gxhg1r6igaxcdanlj56kdkbjma778k9r-ofono-1.31/etc/ofono/phonesim.conf", O_RDONLY) = 9
<jauco> ^C
<jauco> aforemny: (see lines above)
<jauco> (/etc/ofono/phonesim.conf also exists)
amfl has quit [Ping timeout: 260 seconds]
amfl_ is now known as amfl
<clever> jauco: make $out/etc/ofono/phonesim.conf a symlink to /etc/ofono/phonesim.conf ?
__monty__ has joined #nixos
civodul has joined #nixos
jdelStrother has joined #nixos
alexherbo26 has quit [Quit: The Lounge - https://thelounge.chat]
cfinch has quit [Read error: Connection reset by peer]
<aforemny> clever: It seems ofono on nixpkgs-unstable already does that, right? `postInstall = "rm -r $out/etc/ofono; ln -s /etc/ofono $out/etc/ofono"`
jauco has quit [Ping timeout: 260 seconds]
jauco has joined #nixos
<clever> aforemny: but the above storepath is a different version, which doesnt
<clever> if you run `nix-store -r` on the above path, you can fetch it from a binar ycache
<clever> so somebody has already fixed this
alexherbo21 has joined #nixos
<aforemny> clever: I see. So jauco, you probably want to use ofono from nixpkgs-unstable, then
<aforemny> ,unstable jauco
<{^_^}> jauco: How to install from unstable while remaining on stable: https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F . Also note that there's nixpkgs-unstable and nixos-unstable
<jdelStrother> Hi! I submitted a PR, then realised my changes broke everything. https://github.com/NixOS/nixpkgs/pull/115582/files I think there's something I'm not understanding with how callPackages works. Before my change, the bundlerEnv function used the top-level bundler package (defs.bundler). After my change, it can be overridden by passing in a different
<jdelStrother> bundler attribute (args.bundler) ... but I've accidentally made bundler a required attribute - if you don't pass it in, I get "attribute 'bundler' missing" when calling args.bundler.override
riksteri has joined #nixos
<jdelStrother> I thought I was defaulting args.bundler to the original defs.bundler value, but apparently not. What am I missing?
werner291 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115733 → python38Packages.aioresponses: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/115733
werner291 has quit [Client Quit]
werner291 has joined #nixos
BenediktTissot[m has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115734 → python38Packages.aiostream: 0.4.1 -> 0.4.2 → https://github.com/NixOS/nixpkgs/pull/115734
<{^_^}> [nixpkgs] @elohmeier opened pull request #115735 → klipper: fixup build on i686 → https://github.com/NixOS/nixpkgs/pull/115735
<jauco> aforemny: thanks! I am going to try this
<jdelStrother> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
thc202 has joined #nixos
<srhb> jdelStrother: You're in the right place fwiw. :)
<{^_^}> [nixpkgs] @jupblb opened pull request #115736 → vimPlugins.lf-vim: switch dependency to vim-floaterm → https://github.com/NixOS/nixpkgs/pull/115736
<jdelStrother> srhb: Thanks - I shouldn't move my question to, eg, #nixos-dev then?
<srhb> jdelStrother: nixos-dev is usually for more infrastructural things, eg. whole-language frameworks within nixpkgs, which may or may not be the case for you (I don't know that part of nixpkgs very well) :)
<__monty__> Anything that needs oversight from maintainers/core contributors.
<srhb> jdelStrother: You won't get shot for trying if in doubt. :-)
<srhb> But someone will probably come along.
<jdelStrother> :)  ok, will loiter here a bit longer
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115737 → python38Packages.aniso8601: 8.1.1 -> 9.0.1 → https://github.com/NixOS/nixpkgs/pull/115737
<srhb> jdelStrother: It'll probably also be OK to try pinging someone who the git log reveals as knowledgable in that area of nixpkgs if you get stuck.
crispy_shells_ has joined #nixos
<__monty__> jdelStrother: Hmm, so bundler is definitely not an optional argument. But that was already the case before your changes.
crispy_shells_ has quit [Client Quit]
<__monty__> The double function is a bit, peculiar.
ixxie has joined #nixos
<__monty__> jdelStrother: I'm not sure why you need to add the bundler argument. Can't you simply override the defs.bundler argument?
<__monty__> Is ruby stuff always packaged with this double function style?
<jdelStrother> I think it's because that bundled-common file is a utility function that's probably not meant to be called directly
<jdelStrother> it's used by bundlerEnv and a few others
<jauco> aforemny: clever: Thanks! That did the trick
<__monty__> jdelStrother: Maybe it's just because of how you're testing your change?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115738 → python38Packages.ase: 3.20.1 -> 3.21.1 → https://github.com/NixOS/nixpkgs/pull/115738
<jdelStrother> __monty__: "Can't you simply override the defs.bundler argument?" - I could move my fix up into bundler-env rather than bundler-common (eg https://gist.github.com/jdelStrother/c0b2eea2aa9db95d0f44c51a31041fa5), which does appear to work
<__monty__> jdelStrother: Why not override at the use site though? Something like `bundler-env.override { bundler = myBundler; }`.
svrana has quit [Ping timeout: 272 seconds]
<lukego> hey on nixos is there some predictable path at which dejavu-fonts could be accessed, either via filesystem or env var? I'm trying to update an application that's looking in hard-coded places like /opt/X11/share/fonts or ~/.guix-profile/share/fonts/truetype/
<jdelStrother> __monty__: AFAICT, the bundler passed in there is totally ignored. eg I'd expect this to fail since I'm just passing junk as the bundler arg  -  nix-shell -p 'pkgs.bundlerEnv.override( { bundler = 12345; } ) {name="test"; gemdir=./pkgs/development/tools/sass; }' --pure --run "bundler --version"
<lukego> (it would make my life a bit easier if this can be resolved at runtime rather than build time)
svrana has joined #nixos
<{^_^}> [nixpkgs] @kolaente opened pull request #115739 → cypress: 6.5.0 -> 6.6.0 → https://github.com/NixOS/nixpkgs/pull/115739
jdelStrother has quit [Quit: Connection closed]
<__monty__> jdelStrother: Ah, yes. You'd need to chang {} to { bundler = defs.bundler; } on line 26.
<__monty__> I'm not familiar enough with ruby but I guess your approach going through args is warranted.
jdelStrother has joined #nixos
<__monty__> It's a bit backwards to add arguments to override stuff when that's a mechanism that's simply available though.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115740 → python38Packages.asyncpg: 0.21.0 -> 0.22.0 → https://github.com/NixOS/nixpkgs/pull/115740
<jdelStrother> __monty__: this actually seems like the same root-problem as my original bug - if I override the bundler arg, why isn't that passed down to `callPackage bundled-common` here: https://github.com/nixos/nixpkgs/blob/master/pkgs/development/ruby-modules/bundler-env/default.nix#L26 ?
<__monty__> jdelStrother: It's not passed down because you're not passing arguments to the callPackage invocation.
orivej has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115736 → vimPlugins.lf-vim: switch dependency to vim-floaterm → https://github.com/NixOS/nixpkgs/pull/115736
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115730 → python3Packages.yamllint: enable tests → https://github.com/NixOS/nixpkgs/pull/115730
<jdelStrother> __monty__: so it ought to be fixed like this, right...?  https://gist.github.com/jdelStrother/c0b2eea2aa9db95d0f44c51a31041fa5
<__monty__> That's really a nested callPackage call where imo it'd make sense to simply pass along all the arguments you can. Since the arguments at the top were also probably filled in by a callPackage invocation.
RyuKurisu[m] has quit [Quit: Bridge terminating on SIGTERM]
tim140123[m] has quit [Quit: Bridge terminating on SIGTERM]
bnjmnt4n[m] has quit [Quit: Bridge terminating on SIGTERM]
zeroability[m] has quit [Quit: Bridge terminating on SIGTERM]
samir420[m] has quit [Quit: Bridge terminating on SIGTERM]
ploupiboulba[m] has quit [Quit: Bridge terminating on SIGTERM]
NickHu has quit [Quit: Bridge terminating on SIGTERM]
watersucks[m] has quit [Quit: Bridge terminating on SIGTERM]
artturin has quit [Quit: Bridge terminating on SIGTERM]
babbaj[m] has quit [Quit: Bridge terminating on SIGTERM]
M0x76[m] has quit [Quit: Bridge terminating on SIGTERM]
danielzi[m] has quit [Quit: Bridge terminating on SIGTERM]
omasanori[m] has quit [Quit: Bridge terminating on SIGTERM]
spinlock[m] has quit [Quit: Bridge terminating on SIGTERM]
OJ[m] has quit [Quit: Bridge terminating on SIGTERM]
hsiktas[m] has quit [Quit: Bridge terminating on SIGTERM]
eliasp[m] has quit [Quit: Bridge terminating on SIGTERM]
JaakkoLuttinen[m has quit [Quit: Bridge terminating on SIGTERM]
ta[m] has quit [Quit: Bridge terminating on SIGTERM]
musicmatze has quit [Quit: Bridge terminating on SIGTERM]
fgaz has quit [Quit: Bridge terminating on SIGTERM]
heck-to-the-gnom has quit [Quit: Bridge terminating on SIGTERM]
jschievink has quit [Quit: Bridge terminating on SIGTERM]
_urd[m] has quit [Quit: Bridge terminating on SIGTERM]
cemguresci[m] has quit [Quit: Bridge terminating on SIGTERM]
revity[m] has quit [Quit: Bridge terminating on SIGTERM]
Keash[m] has quit [Quit: Bridge terminating on SIGTERM]
CatPony[m] has quit [Quit: Bridge terminating on SIGTERM]
regnat[m]1 has quit [Quit: Bridge terminating on SIGTERM]
thedodger[m] has quit [Quit: Bridge terminating on SIGTERM]
Dante[m] has quit [Quit: Bridge terminating on SIGTERM]
Yeet[m] has quit [Quit: Bridge terminating on SIGTERM]
DarkTrancer[m] has quit [Quit: Bridge terminating on SIGTERM]
notgne2[m] has quit [Quit: Bridge terminating on SIGTERM]
Raphael[m] has quit [Quit: Bridge terminating on SIGTERM]
crazazy[m] has quit [Quit: Bridge terminating on SIGTERM]
arstneiozxcd has quit [Quit: Bridge terminating on SIGTERM]
Minijackson has quit [Quit: Bridge terminating on SIGTERM]
thunderbottom[m] has quit [Quit: Bridge terminating on SIGTERM]
mica[m] has quit [Quit: Bridge terminating on SIGTERM]
Martin[m]4 has quit [Quit: Bridge terminating on SIGTERM]
jhantkw[m] has quit [Quit: Bridge terminating on SIGTERM]
simara[m] has quit [Quit: Bridge terminating on SIGTERM]
jtojnar has quit [Quit: Bridge terminating on SIGTERM]
immae has quit [Quit: Bridge terminating on SIGTERM]
archseer has quit [Quit: Bridge terminating on SIGTERM]
unclechu has quit [Quit: Bridge terminating on SIGTERM]
linus0[m] has quit [Quit: Bridge terminating on SIGTERM]
DamienCassou has quit [Quit: Bridge terminating on SIGTERM]
mvnetbiz_ has quit [Quit: Bridge terminating on SIGTERM]
LuxExUmbra has quit [Quit: Bridge terminating on SIGTERM]
emily has quit [Quit: Bridge terminating on SIGTERM]
awaxa has quit [Quit: Bridge terminating on SIGTERM]
ronny has quit [Quit: Bridge terminating on SIGTERM]
SplitFire[m] has quit [Quit: Bridge terminating on SIGTERM]
devnet[m] has quit [Quit: Bridge terminating on SIGTERM]
jangondol[m] has quit [Quit: Bridge terminating on SIGTERM]
Curunr[m] has quit [Quit: Bridge terminating on SIGTERM]
codebam has quit [Quit: Bridge terminating on SIGTERM]
oh_lawd[m] has quit [Quit: Bridge terminating on SIGTERM]
Ericson2314 has quit [Quit: Bridge terminating on SIGTERM]
FranckRasolo[m] has quit [Quit: Bridge terminating on SIGTERM]
evhan[m] has quit [Quit: Bridge terminating on SIGTERM]
ZeroCostAbstrac4 has quit [Quit: Bridge terminating on SIGTERM]
dominikh[m] has quit [Quit: Bridge terminating on SIGTERM]
humancalico[m] has quit [Quit: Bridge terminating on SIGTERM]
cirno[m] has quit [Quit: Bridge terminating on SIGTERM]
tristan[m] has quit [Quit: Bridge terminating on SIGTERM]
bbigras has quit [Quit: Bridge terminating on SIGTERM]
srid has quit [Quit: Bridge terminating on SIGTERM]
beardhatcode has quit [Quit: Bridge terminating on SIGTERM]
AmitLevy[m] has quit [Quit: Bridge terminating on SIGTERM]
littlebenlittle[ has quit [Quit: Bridge terminating on SIGTERM]
MichaelPfaff[m] has quit [Quit: Bridge terminating on SIGTERM]
ydlr[m] has quit [Quit: Bridge terminating on SIGTERM]
olto[m] has quit [Quit: Bridge terminating on SIGTERM]
m1kr0[m] has quit [Quit: Bridge terminating on SIGTERM]
edrex has quit [Quit: Bridge terminating on SIGTERM]
leons has quit [Quit: Bridge terminating on SIGTERM]
tilt[m] has quit [Quit: Bridge terminating on SIGTERM]
boogiewoogie[m] has quit [Quit: Bridge terminating on SIGTERM]
alexarice[m] has quit [Quit: Bridge terminating on SIGTERM]
<__monty__> jdelStrother: That's more like what I'd expect. Without adding bundler to args though.
psibi[m] has quit [Quit: Bridge terminating on SIGTERM]
Schicko has quit [Quit: Bridge terminating on SIGTERM]
Sascha[m]2 has quit [Quit: Bridge terminating on SIGTERM]
mt[m] has quit [Quit: Bridge terminating on SIGTERM]
syntaxtree[m] has quit [Quit: Bridge terminating on SIGTERM]
BrightOne[m] has quit [Quit: Bridge terminating on SIGTERM]
puzzlewolf has quit [Quit: Bridge terminating on SIGTERM]
qbit[m] has quit [Quit: Bridge terminating on SIGTERM]
thepager[m] has quit [Quit: Bridge terminating on SIGTERM]
emrysmerlin[m] has quit [Quit: Bridge terminating on SIGTERM]
rnhmjoj has quit [Quit: Bridge terminating on SIGTERM]
lostnet[m] has quit [Quit: Bridge terminating on SIGTERM]
rhrnrnrnr has quit [Quit: Bridge terminating on SIGTERM]
ThaEwat has quit [Quit: Bridge terminating on SIGTERM]
andi[m4 has quit [Quit: Bridge terminating on SIGTERM]
Lurkki[m]1 has quit [Quit: Bridge terminating on SIGTERM]
aanderse has quit [Quit: Bridge terminating on SIGTERM]
idkrn[m]1 has quit [Quit: Bridge terminating on SIGTERM]
rednaZ[m] has quit [Quit: Bridge terminating on SIGTERM]
leonardp has quit [Quit: Bridge terminating on SIGTERM]
sbmassey[m] has quit [Quit: Bridge terminating on SIGTERM]
axx has quit [Quit: Bridge terminating on SIGTERM]
Ollie[m] has quit [Quit: Bridge terminating on SIGTERM]
enjoinedmot[m] has quit [Quit: Bridge terminating on SIGTERM]
grin[m] has quit [Quit: Bridge terminating on SIGTERM]
toasty_avocado[m has quit [Quit: Bridge terminating on SIGTERM]
jbal[m] has quit [Quit: Bridge terminating on SIGTERM]
NobbZ[m] has quit [Quit: Bridge terminating on SIGTERM]
nicolaiskye[m] has quit [Quit: Bridge terminating on SIGTERM]
tcakoi has quit [Quit: Bridge terminating on SIGTERM]
ricklafleur[m] has quit [Quit: Bridge terminating on SIGTERM]
felschr[m] has quit [Quit: Bridge terminating on SIGTERM]
hazel[m] has quit [Quit: Bridge terminating on SIGTERM]
pinage404[m]1 has quit [Quit: Bridge terminating on SIGTERM]
spinus[m] has quit [Quit: Bridge terminating on SIGTERM]
kevin[m]2 has quit [Quit: Bridge terminating on SIGTERM]
BenediktTissot[m has quit [Quit: Bridge terminating on SIGTERM]
Valentin[m] has quit [Quit: Bridge terminating on SIGTERM]
colemickens has quit [Quit: Bridge terminating on SIGTERM]
rosariopulella[m has quit [Quit: Bridge terminating on SIGTERM]
us3r[m] has quit [Quit: Bridge terminating on SIGTERM]
Nigel[m] has quit [Quit: Bridge terminating on SIGTERM]
alexrelis[m] has quit [Quit: Bridge terminating on SIGTERM]
Zoom[m] has quit [Quit: Bridge terminating on SIGTERM]
aniketd[m] has quit [Quit: Bridge terminating on SIGTERM]
Seylerius has quit [Quit: Bridge terminating on SIGTERM]
zuh0 has quit [Quit: Bridge terminating on SIGTERM]
sj57721908611[m] has quit [Quit: Bridge terminating on SIGTERM]
ongy[m] has quit [Quit: Bridge terminating on SIGTERM]
q3k[m] has quit [Quit: Bridge terminating on SIGTERM]
randalthorwot[m] has quit [Quit: Bridge terminating on SIGTERM]
slby[m] has quit [Quit: Bridge terminating on SIGTERM]
Robert[m] has quit [Quit: Bridge terminating on SIGTERM]
rmcgibbo[m] has quit [Quit: Bridge terminating on SIGTERM]
fc[m]1 has quit [Quit: Bridge terminating on SIGTERM]
redcedar[m] has quit [Quit: Bridge terminating on SIGTERM]
woobilicious[m] has quit [Quit: Bridge terminating on SIGTERM]
ejpcmac has quit [Quit: Bridge terminating on SIGTERM]
nrdxp[m] has quit [Quit: Bridge terminating on SIGTERM]
kgjfeduwieigt83e has quit [Quit: Bridge terminating on SIGTERM]
questaetang[m] has quit [Quit: Bridge terminating on SIGTERM]
dxb[m] has quit [Quit: Bridge terminating on SIGTERM]
fossdd[m] has quit [Quit: Bridge terminating on SIGTERM]
danielrf[m] has quit [Quit: Bridge terminating on SIGTERM]
nh2[m] has quit [Quit: Bridge terminating on SIGTERM]
Miguel[m] has quit [Quit: Bridge terminating on SIGTERM]
doronbehar has quit [Quit: Bridge terminating on SIGTERM]
fjfjfjfjfjfj[m] has quit [Quit: Bridge terminating on SIGTERM]
tim92[m] has quit [Quit: Bridge terminating on SIGTERM]
Brian[m]1 has quit [Quit: Bridge terminating on SIGTERM]
veleiro has quit [Quit: Bridge terminating on SIGTERM]
Amit[m]1 has quit [Quit: Bridge terminating on SIGTERM]
viq[m]1 has quit [Quit: Bridge terminating on SIGTERM]
lycium[m] has quit [Quit: Bridge terminating on SIGTERM]
voidcontext[m] has quit [Quit: Bridge terminating on SIGTERM]
dpl00a[m] has quit [Quit: Bridge terminating on SIGTERM]
mindtree[m] has quit [Quit: Bridge terminating on SIGTERM]
mojra[m] has quit [Quit: Bridge terminating on SIGTERM]
ollijh[m] has quit [Quit: Bridge terminating on SIGTERM]
gurkan[m] has quit [Quit: Bridge terminating on SIGTERM]
McSinyx[m] has quit [Quit: Bridge terminating on SIGTERM]
stites[m] has quit [Quit: Bridge terminating on SIGTERM]
michaelpj has quit [Quit: Bridge terminating on SIGTERM]
cogito271[m] has quit [Quit: Bridge terminating on SIGTERM]
atopuzov[m] has quit [Quit: Bridge terminating on SIGTERM]
DiegoVicente[m] has quit [Quit: Bridge terminating on SIGTERM]
antholop[m] has quit [Quit: Bridge terminating on SIGTERM]
skinnedcat[m] has quit [Quit: Bridge terminating on SIGTERM]
Yakulu[m] has quit [Quit: Bridge terminating on SIGTERM]
tyrion-mx has quit [Quit: Bridge terminating on SIGTERM]
AlesHuzik[m] has quit [Quit: Bridge terminating on SIGTERM]
ncm[m] has quit [Quit: Bridge terminating on SIGTERM]
gtrunsec[m] has quit [Quit: Bridge terminating on SIGTERM]
alienpirate5 has quit [Quit: Bridge terminating on SIGTERM]
enblanco[m] has quit [Quit: Bridge terminating on SIGTERM]
jakubgramsz[m] has quit [Quit: Bridge terminating on SIGTERM]
goibhniu has quit [Quit: Bridge terminating on SIGTERM]
hiroshi[m] has quit [Quit: Bridge terminating on SIGTERM]
nilsirl[m] has quit [Quit: Bridge terminating on SIGTERM]
marijan[m] has quit [Quit: Bridge terminating on SIGTERM]
M86ul[m] has quit [Quit: Bridge terminating on SIGTERM]
eadwu has quit [Quit: Bridge terminating on SIGTERM]
nicolas[m] has quit [Quit: Bridge terminating on SIGTERM]
BinkyTheClown has quit [Quit: Bridge terminating on SIGTERM]
ppom[m] has quit [Quit: Bridge terminating on SIGTERM]
Piece_Maker has quit [Quit: Bridge terminating on SIGTERM]
M53K5HUN_8[m] has quit [Quit: Bridge terminating on SIGTERM]
j0ni[m] has quit [Quit: Bridge terminating on SIGTERM]
siraben has quit [Quit: Bridge terminating on SIGTERM]
aynish has quit [Quit: Bridge terminating on SIGTERM]
jgart[m] has quit [Quit: Bridge terminating on SIGTERM]
MrGoose[m] has quit [Quit: Bridge terminating on SIGTERM]
coniferous-cube4 has quit [Quit: Bridge terminating on SIGTERM]
bendlas has quit [Quit: Bridge terminating on SIGTERM]
veehaitch[m] has quit [Quit: Bridge terminating on SIGTERM]
anderscs[m] has quit [Quit: Bridge terminating on SIGTERM]
bitonic has quit [Quit: Bridge terminating on SIGTERM]
NicVW has quit [Quit: Bridge terminating on SIGTERM]
mjlbach has quit [Quit: Bridge terminating on SIGTERM]
madonius[m] has quit [Quit: Bridge terminating on SIGTERM]
leibniz[m] has quit [Quit: Bridge terminating on SIGTERM]
MaJoe[m] has quit [Quit: Bridge terminating on SIGTERM]
apscomp[m] has quit [Quit: Bridge terminating on SIGTERM]
matrss[m] has quit [Quit: Bridge terminating on SIGTERM]
jonreeve[m] has quit [Quit: Bridge terminating on SIGTERM]
ms[m] has quit [Quit: Bridge terminating on SIGTERM]
bourbon has quit [Quit: Bridge terminating on SIGTERM]
Helithumper[m] has quit [Quit: Bridge terminating on SIGTERM]
rycee has quit [Quit: Bridge terminating on SIGTERM]
inferno_geek[m] has quit [Quit: Bridge terminating on SIGTERM]
ryantm has quit [Quit: Bridge terminating on SIGTERM]
winsome[m] has quit [Quit: Bridge terminating on SIGTERM]
manveru[m] has quit [Quit: Bridge terminating on SIGTERM]
kevincox has quit [Quit: Bridge terminating on SIGTERM]
Lorenzoas3ii[m] has quit [Quit: Bridge terminating on SIGTERM]
l-as has quit [Quit: Bridge terminating on SIGTERM]
a12l has quit [Quit: Bridge terminating on SIGTERM]
installnixos[m] has quit [Quit: Bridge terminating on SIGTERM]
chvp has quit [Quit: Bridge terminating on SIGTERM]
nikola[m] has quit [Quit: Bridge terminating on SIGTERM]
rschulman has quit [Quit: Bridge terminating on SIGTERM]
garbas[m] has quit [Quit: Bridge terminating on SIGTERM]
ptotter[m] has quit [Quit: Bridge terminating on SIGTERM]
tgys[m] has quit [Quit: Bridge terminating on SIGTERM]
hpfr has quit [Quit: Bridge terminating on SIGTERM]
wenngle[m] has quit [Quit: Bridge terminating on SIGTERM]
pdp8[m] has quit [Quit: Bridge terminating on SIGTERM]
Kng[m] has quit [Quit: Bridge terminating on SIGTERM]
timokau[m] has quit [Quit: Bridge terminating on SIGTERM]
chpatrick has quit [Quit: Bridge terminating on SIGTERM]
seeMee[m] has quit [Quit: Bridge terminating on SIGTERM]
Dandellion has quit [Quit: Bridge terminating on SIGTERM]
alexfmpe has quit [Quit: Bridge terminating on SIGTERM]
pheoxy has quit [Quit: Bridge terminating on SIGTERM]
qp[m] has quit [Quit: Bridge terminating on SIGTERM]
tjammer[m] has quit [Quit: Bridge terminating on SIGTERM]
eddie_8989[m] has quit [Quit: Bridge terminating on SIGTERM]
iulian[m] has quit [Quit: Bridge terminating on SIGTERM]
Nezha[m] has quit [Quit: Bridge terminating on SIGTERM]
DavHau[m] has quit [Quit: Bridge terminating on SIGTERM]
thefloweringash has quit [Quit: Bridge terminating on SIGTERM]
lambdaclan has quit [Quit: Bridge terminating on SIGTERM]
FelipeBarros[m] has quit [Quit: Bridge terminating on SIGTERM]
nasirhm has quit [Quit: Bridge terminating on SIGTERM]
petrichor has quit [Quit: Bridge terminating on SIGTERM]
cw[m] has quit [Quit: Bridge terminating on SIGTERM]
edomfjp[m] has quit [Quit: Bridge terminating on SIGTERM]
sshow[m] has quit [Quit: Bridge terminating on SIGTERM]
la_mlatu[m] has quit [Quit: Bridge terminating on SIGTERM]
DevilFather[m] has quit [Quit: Bridge terminating on SIGTERM]
zancas[m] has quit [Quit: Bridge terminating on SIGTERM]
maralorn has quit [Quit: Bridge terminating on SIGTERM]
ili has quit [Quit: Bridge terminating on SIGTERM]
v0lde[m] has quit [Quit: Bridge terminating on SIGTERM]
Ke has quit [Quit: Bridge terminating on SIGTERM]
roberth has quit [Quit: Bridge terminating on SIGTERM]
pisquo[m] has quit [Quit: Bridge terminating on SIGTERM]
Valodim[m] has quit [Quit: Bridge terminating on SIGTERM]
domenkozar[m] has quit [Quit: Bridge terminating on SIGTERM]
noneucat has quit [Quit: Bridge terminating on SIGTERM]
jsilence[m] has quit [Quit: Bridge terminating on SIGTERM]
eddyb has quit [Quit: Bridge terminating on SIGTERM]
kalbasit[m] has quit [Quit: Bridge terminating on SIGTERM]
jdnixx[m] has quit [Quit: Bridge terminating on SIGTERM]
kunrooted[m] has quit [Quit: Bridge terminating on SIGTERM]
tomchab[m] has quit [Quit: Bridge terminating on SIGTERM]
mkenigs has quit [Quit: Bridge terminating on SIGTERM]
iensu[m] has quit [Quit: Bridge terminating on SIGTERM]
davidak[m] has quit [Quit: Bridge terminating on SIGTERM]
berberman[T] has quit [Quit: Bridge terminating on SIGTERM]
chreekat[m] has quit [Quit: Bridge terminating on SIGTERM]
eternalgod[m] has quit [Quit: Bridge terminating on SIGTERM]
ma27[m] has quit [Quit: Bridge terminating on SIGTERM]
M7yd3r[m] has quit [Quit: Bridge terminating on SIGTERM]
CRTified[m] has quit [Quit: Bridge terminating on SIGTERM]
fiveseven[m] has quit [Quit: Bridge terminating on SIGTERM]
tad-lispy[m] has quit [Quit: Bridge terminating on SIGTERM]
reedrw[m] has quit [Quit: Bridge terminating on SIGTERM]
slabity has quit [Quit: Bridge terminating on SIGTERM]
jojosch[m] has quit [Quit: Bridge terminating on SIGTERM]
deselby has quit [Quit: Bridge terminating on SIGTERM]
itacer[m] has quit [Quit: Bridge terminating on SIGTERM]
ibizaman[m] has quit [Quit: Bridge terminating on SIGTERM]
FreeVariable has quit [Quit: Bridge terminating on SIGTERM]
anton[m] has quit [Quit: Bridge terminating on SIGTERM]
bachp has quit [Quit: Bridge terminating on SIGTERM]
Ox4A6F has quit [Quit: Bridge terminating on SIGTERM]
kraem[m] has quit [Quit: Bridge terminating on SIGTERM]
livestradamus[m] has quit [Quit: Bridge terminating on SIGTERM]
faya01[m] has quit [Quit: Bridge terminating on SIGTERM]
Charles[m]2 has quit [Quit: Bridge terminating on SIGTERM]
freeman42x[m]1 has quit [Quit: Bridge terminating on SIGTERM]
mhj[m] has quit [Quit: Bridge terminating on SIGTERM]
jauco has quit [Write error: Connection reset by peer]
juansucks[m] has quit [Max SendQ exceeded]
kloenk has quit [Quit: Bridge terminating on SIGTERM]
dmytrokurch[m] has quit [Quit: Bridge terminating on SIGTERM]
peterstorm[m] has quit [Quit: Bridge terminating on SIGTERM]
philipp[m]1 has quit [Quit: Bridge terminating on SIGTERM]
vieveen[m] has quit [Quit: Bridge terminating on SIGTERM]
jasonfraiser[m] has quit [Quit: Bridge terminating on SIGTERM]
daemon1024 has quit [Quit: Bridge terminating on SIGTERM]
jlv has quit [Quit: Bridge terminating on SIGTERM]
jrhawley[m] has quit [Quit: Bridge terminating on SIGTERM]
ravecoin[m] has quit [Quit: Bridge terminating on SIGTERM]
Rage-Gamer[m] has quit [Quit: Bridge terminating on SIGTERM]
sparogy has quit [Quit: Bridge terminating on SIGTERM]
variable[m] has quit [Quit: Bridge terminating on SIGTERM]
M-GNU-[m] has quit [Quit: Bridge terminating on SIGTERM]
RomanBall[m] has quit [Quit: Bridge terminating on SIGTERM]
diegov_ has quit [Quit: Bridge terminating on SIGTERM]
guntherploetner[ has quit [Quit: Bridge terminating on SIGTERM]
stuebinm[m]1 has quit [Quit: Bridge terminating on SIGTERM]
jdelStrother has quit [Quit: Connection closed]
<clever> 2021-03-10 06:36:41 -!- juansucks[m] [juansucksm@gateway/shell/matrix.org/x-yuuecyxaqbrbrgex] has quit [Max SendQ exceeded]
<__monty__> But if the ruby packaging style is to add extra argument to args rather than rely on override then maybe go with that.
<clever> lol, matrix ddos'd itself!
jdelStrother has joined #nixos
<jdelStrother> ugh, sorry - webchat keeps dropping me out
<__monty__> jdelStrother: Did you miss my messages?
<{^_^}> [nixpkgs] @MayNiklas opened pull request #115741 → plex: 1.21.4.4079-1b7748a7b -> 1.22.0.4163-d8c4875dd → https://github.com/NixOS/nixpkgs/pull/115741
<jdelStrother> __monty__: the last I saw was when I proposed this fix: https://gist.github.com/jdelStrother/c0b2eea2aa9db95d0f44c51a31041fa5
karantan has quit [Ping timeout: 246 seconds]
<__monty__> jdelStrother: http://ix.io/2SkJ
lopsided98_ has quit [Ping timeout: 240 seconds]
<jdelStrother> Thanks - and yep, adding bundler to args is unnecessary
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #115732 → docker-compose: 1.28.3 -> 1.28.5 → https://github.com/NixOS/nixpkgs/pull/115732
cfinch has joined #nixos
stree has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115742 → python38Packages.aws-lambda-builders: 1.1.0 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/115742
<__monty__> jdelStrother: np, maybe check the Ruby infrastructure documentation in the Nixpkgs manual. It's possible that explains whether the args convention is expected.
<{^_^}> [nixpkgs] @Ma27 merged pull request #115698 → wget: 1.20.3 -> 1.21.1 → https://github.com/NixOS/nixpkgs/pull/115698
fendor has joined #nixos
xlei has quit [Quit: ZNC - https://znc.in]
<ixxie> clever: I built the modified image on the raspberry pi, with this config: https://gist.github.com/ixxie/0cabb5ebd536b599228c5008bb97f3b9
<ixxie> clever: the new image booted, but after rebuilding with my configuration, it didn't wanna boot anymore
<{^_^}> [nixpkgs] @Ma27 merged pull request #115728 → gallery-dl: 1.16.5 -> 1.17.0 → https://github.com/NixOS/nixpkgs/pull/115728
<{^_^}> [nixpkgs] @Ma27 merged pull request #115458 → matrix-synapse: 1.28.0 -> 1.29.0 → https://github.com/NixOS/nixpkgs/pull/115458
stree has joined #nixos
Raito_Bezarius has quit [Ping timeout: 240 seconds]
sangoma has quit [Ping timeout: 260 seconds]
xlei has joined #nixos
hiro98 has joined #nixos
<jdelStrother> __monty__ thanks for your help, https://github.com/NixOS/nixpkgs/pull/115582 looks much healthier
<{^_^}> #115582 (by jdelStrother, 17 hours ago, open): bundlerEnv: Allow overriding bundler
awmv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115743 → python38Packages.azure-mgmt-compute: 18.1.0 -> 19.0.0 → https://github.com/NixOS/nixpkgs/pull/115743
<__monty__> jdelStrother: \o/
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ec3b7fca65e (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115519 → fishPlugins.fzf-fish: init at 5.6 → https://github.com/NixOS/nixpkgs/pull/115519
Raito_Bezarius has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115744 → python38Packages.azure-mgmt-media: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/115744
<jawr> how does the pull request system work? if theres a pull request how does it get approved for merging?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115746 → python38Packages.azure-synapse-artifacts: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115746
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115747 → python38Packages.azure-synapse-accesscontrol: 0.4.0 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/115747
Dr8128 has joined #nixos
Dante[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115748 → python38Packages.azure-mgmt-storage: 16.0.0 -> 17.0.0 → https://github.com/NixOS/nixpkgs/pull/115748
Dante[m] has left #nixos ["User left"]
hyper_ch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « matrix-synapse: 1.28.0 -> 1.29.0 »: https://git.io/JqspL
cfinch has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115749 → python38Packages.azure-storage-blob: 12.7.1 -> 12.8.0 → https://github.com/NixOS/nixpkgs/pull/115749
Ox4A6F has joined #nixos
M53K5HUN_8[m] has joined #nixos
M86ul[m] has joined #nixos
M7yd3r[m] has joined #nixos
Ericson2314 has joined #nixos
deselby has joined #nixos
DamienCassou has joined #nixos
jsilence[m] has joined #nixos
McSinyx[m] has joined #nixos
MaJoe[m] has joined #nixos
l-as has joined #nixos
Minijackson has joined #nixos
NobbZ[m] has joined #nixos
Seylerius has joined #nixos
Piece_Maker has joined #nixos
Valodim[m] has joined #nixos
abbec has joined #nixos
sparogy has joined #nixos
alexarice[m] has joined #nixos
aanderse has joined #nixos
alexrelis[m] has joined #nixos
alienpirate5 has joined #nixos
alexfmpe has joined #nixos
anderscs[m] has joined #nixos
antholop[m] has joined #nixos
andi[m] has joined #nixos
Rage-Gamer[m] has joined #nixos
artturin has joined #nixos
Lorenzoas3ii[m] has joined #nixos
mjlbach has joined #nixos
awaxa has joined #nixos
aynish has joined #nixos
bachp has joined #nixos
axx has joined #nixos
bbigras has joined #nixos
bendlas has joined #nixos
bitonic has joined #nixos
berberman[T] has joined #nixos
cemguresci[m] has joined #nixos
anton[m]1 has joined #nixos
chvp has joined #nixos
chpatrick has joined #nixos
chreekat[m] has joined #nixos
colemickens has joined #nixos
cogito271[m] has joined #nixos
crazazy[m] has joined #nixos
Curunr[m] has joined #nixos
cw[CURRENT_YEAR] has joined #nixos
daemon1024 has joined #nixos
danielrf[m] has joined #nixos
Dandellion has joined #nixos
Dante[m] has joined #nixos
devnet[m] has joined #nixos
BinkyTheClown has joined #nixos
DevilFather[m] has joined #nixos
davidak[m] has joined #nixos
diegov_ has joined #nixos
domenkozar[m] has joined #nixos
dmytrokurch[m] has joined #nixos
doronbehar has joined #nixos
RyuKurisu[m] has joined #nixos
dunc4n has joined #nixos
eddie_8989[m] has joined #nixos
eddyb has joined #nixos
edrex has joined #nixos
eadwu has joined #nixos
edomfjp[m] has joined #nixos
emily has joined #nixos
enjoinedmot[m] has joined #nixos
evhan[m] has joined #nixos
faya01[m] has joined #nixos
fc[m] has joined #nixos
DarkTrancer[m] has joined #nixos
FelipeBarros[m] has joined #nixos
fiveseven[m] has joined #nixos
fgaz has joined #nixos
fjfjfjfjfjfj[m] has joined #nixos
fossdd[m] has joined #nixos
freeman42x[m] has joined #nixos
garbas[m] has joined #nixos
goibhniu has joined #nixos
grin[m] has joined #nixos
hazel[m] has joined #nixos
heck-to-the-gnom has joined #nixos
a12l has joined #nixos
Miguel[m] has joined #nixos
AmitLevy[m] has joined #nixos
hiroshi[m] has joined #nixos
nicolas[m] has joined #nixos
hpfr has joined #nixos
DavHau[m] has joined #nixos
hsiktas[m] has joined #nixos
humancalico[m] has joined #nixos
idkrn[m] has joined #nixos
immae has joined #nixos
ibizaman[m] has joined #nixos
installnixos[m] has joined #nixos
tgys[m] has joined #nixos
itacer[m] has joined #nixos
jakubgramsz[m] has joined #nixos
j0ni[m] has joined #nixos
aniketd[m] has joined #nixos
Guest68587 has joined #nixos
enick_4 has joined #nixos
jangondol[m] has joined #nixos
babbaj[m] has joined #nixos
jasonfraiser[m] has joined #nixos
jdnixx[m] has joined #nixos
jgart[m] has joined #nixos
Ke has joined #nixos
apscomp[m] has joined #nixos
SplitFire[m] has joined #nixos
petrichor has joined #nixos
arstneiozxcd has joined #nixos
JaakkoLuttinen[m has joined #nixos
jhantkw[m] has joined #nixos
atopuzov[m] has joined #nixos
jlv has joined #nixos
ejpcmac has joined #nixos
boogiewoogie[m] has joined #nixos
jschievink has joined #nixos
jtojnar has joined #nixos
bnjmnt4n[m] has joined #nixos
BrightOne[m] has joined #nixos
chr0ma[m] has joined #nixos
jrhawley[m] has joined #nixos
juansucks[m] has joined #nixos
kevin[m]2 has joined #nixos
kalbasit[m] has joined #nixos
Amit[m] has joined #nixos
chip[m]1 has joined #nixos
kevincox has joined #nixos
kloenk has joined #nixos
kraem[m] has joined #nixos
lambdaclan has joined #nixos
leibniz[m] has joined #nixos
leons has joined #nixos
coniferous-cube4 has joined #nixos
danielzi[m] has joined #nixos
dominikh[m] has joined #nixos
leonardp has joined #nixos
linus0[m] has joined #nixos
ollijh[m] has joined #nixos
littlebenlittle[ has joined #nixos
lostnet[m] has joined #nixos
lycium[m] has joined #nixos
LuxExUmbra has joined #nixos
m1kr0[m] has joined #nixos
ma27[m] has joined #nixos
madonius[m] has joined #nixos
manveru[m] has joined #nixos
bloodyfish[m] has joined #nixos
eliasp[m] has joined #nixos
enblanco[m] has joined #nixos
maralorn has joined #nixos
marijan[m] has joined #nixos
mkenigs has joined #nixos
Martin[m]2 has joined #nixos
emrysmerlin[m] has joined #nixos
mhj[m] has joined #nixos
MichaelPfaff[m] has joined #nixos
eternalgod[m] has joined #nixos
michaelpj has joined #nixos
AlesHuzik[m] has joined #nixos
mindtree[m] has joined #nixos
mojra[m] has joined #nixos
watersucks[m] has joined #nixos
FranckRasolo[m] has joined #nixos
MrGoose[m] has joined #nixos
ms[m] has joined #nixos
mt[m] has joined #nixos
mvnetbiz_ has joined #nixos
musicmatze has joined #nixos
nasirhm has joined #nixos
ncm[m] has joined #nixos
nh2[m] has joined #nixos
gtrunsec[m] has joined #nixos
grahamc[m] has joined #nixos
NickHu has joined #nixos
nikola[m] has joined #nixos
Helithumper[m] has joined #nixos
nilsirl[m] has joined #nixos
M-GNU-[m] has joined #nixos
gurkan[m] has joined #nixos
Schicko has joined #nixos
ili has joined #nixos
noneucat has joined #nixos
DiegoVicente[m] has joined #nixos
oh_lawd[m] has joined #nixos
Nigel[m] has joined #nixos
Ollie[m] has joined #nixos
OJ[m] has joined #nixos
omasanori[m] has joined #nixos
ongy[m] has joined #nixos
guntherploetner[ has joined #nixos
mica[m] has joined #nixos
pdp8[m] has joined #nixos
pisquo[m] has joined #nixos
pinage404[m]1 has joined #nixos
ploupiboulba[m] has joined #nixos
iensu[m] has joined #nixos
jbal[m] has joined #nixos
inferno_geek[m] has joined #nixos
variable[m] has joined #nixos
q3k[m] has joined #nixos
ptotter[m] has joined #nixos
psibi[m] has joined #nixos
questaetang[m] has joined #nixos
qbit[m] has joined #nixos
rednaZ[m] has joined #nixos
Yeet[m] has joined #nixos
bourbon has joined #nixos
ravecoin[m] has joined #nixos
revity[m] has joined #nixos
jojosch[m] has joined #nixos
rmcgibbo[m] has joined #nixos
rnhmjoj has joined #nixos
beardhatcode has joined #nixos
Raphael[m] has joined #nixos
tcakoi has joined #nixos
jonreeve[m] has joined #nixos
roberth has joined #nixos
rosariopulella[m has joined #nixos
ronny has joined #nixos
rschulman has joined #nixos
ryantm has joined #nixos
Nezha[m] has joined #nixos
la_mlatu[m] has joined #nixos
kgjfeduwieigt83e has joined #nixos
Sascha[m] has joined #nixos
rycee has joined #nixos
Kng[m] has joined #nixos
puzzlewolf has joined #nixos
FreeVariable has joined #nixos
codebam has joined #nixos
Keash[m] has joined #nixos
simara[m] has joined #nixos
kunrooted[m] has joined #nixos
siraben has joined #nixos
Lurkki[m]1 has joined #nixos
rhrnrnrnr has joined #nixos
livestradamus[m] has joined #nixos
cirno[m] has joined #nixos
sj57721908611[m] has joined #nixos
slabity has joined #nixos
skinnedcat[m] has joined #nixos
archseer has joined #nixos
slby[m] has joined #nixos
srid has joined #nixos
iulian[m] has joined #nixos
stites[m] has joined #nixos
SumnerEvans[m] has joined #nixos
symphorien[m] has joined #nixos
matrss[m] has joined #nixos
ThaEwat has joined #nixos
thefloweringash has joined #nixos
regnat[m] has joined #nixos
pager[m] has joined #nixos
tim140123[m] has joined #nixos
nrdxp[m] has joined #nixos
timokau[m] has joined #nixos
notgne2[m] has joined #nixos
toasty_avocado[m has joined #nixos
tjammer[m] has joined #nixos
tristan[m] has joined #nixos
unclechu has joined #nixos
veleiro has joined #nixos
v0lde[m] has joined #nixos
us3r[m] has joined #nixos
olto[m] has joined #nixos
printfn[m] has joined #nixos
viq[m] has joined #nixos
nicolaiskye[m] has joined #nixos
pheoxy has joined #nixos
peterstorm[m] has joined #nixos
CatPony[m] has joined #nixos
wenngle[m] has joined #nixos
NicVW has joined #nixos
woobilicious[m] has joined #nixos
Yakulu[m] has joined #nixos
redcedar[m] has joined #nixos
ricklafleur[m] has joined #nixos
ydlr[m] has joined #nixos
randalthorwot[m] has joined #nixos
Robert[m] has joined #nixos
zancas[m] has joined #nixos
dxb[m] has joined #nixos
zeroability[m] has joined #nixos
zuh0 has joined #nixos
ZeroCostAbstrac4 has joined #nixos
ppom[m] has joined #nixos
reedrw[m] has joined #nixos
RomanBall[m] has joined #nixos
samir420[m] has joined #nixos
spinlock[m] has joined #nixos
CRTified[m] has joined #nixos
spinus[m] has joined #nixos
seeMee[m] has joined #nixos
ta[m] has joined #nixos
syntaxtree[m] has joined #nixos
thedodger[m] has joined #nixos
stuebinm[m]1 has joined #nixos
_urd[m] has joined #nixos
sbmassey[m] has joined #nixos
thunderbottom[m] has joined #nixos
tilt[m] has joined #nixos
tyrion-mx has joined #nixos
tad-lispy[m] has joined #nixos
Brian[m]5 has joined #nixos
veehaitch[m] has joined #nixos
M0x76[m] has joined #nixos
vieveen[m] has joined #nixos
Valentin[m] has joined #nixos
winsome[m] has joined #nixos
voidcontext[m] has joined #nixos
BenediktTissot[m has joined #nixos
qp[m] has joined #nixos
dpl00a[m] has joined #nixos
felschr[m] has joined #nixos
Charles[m]1 has joined #nixos
sshow[m] has joined #nixos
tomchab[m] has joined #nixos
tim92[m] has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
zceejkr has quit [Ping timeout: 260 seconds]
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115750 → python38Packages.b2sdk: 1.2.0 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/115750
hiro98 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #115751 → vscode-extensions.hashicorp.terraform: 2.7.0 -> 2.8.0 → https://github.com/NixOS/nixpkgs/pull/115751
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/909a4ba5fe8 (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ec3b7fca65e (from 12 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @petabyteboy merged pull request #115393 → gitlab: 13.8.4 -> 13.8.5 → https://github.com/NixOS/nixpkgs/pull/115393
sangoma has joined #nixos
hiro98 has quit [Quit: hiro98]
hiro98 has joined #nixos
cinimod`` has joined #nixos
<{^_^}> [nixpkgs] @hmenke opened pull request #115752 → zfs: 2.0.3 -> 2.0.4 → https://github.com/NixOS/nixpkgs/pull/115752
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115753 → python38Packages.zc_buildout: 2.13.3 -> 2.13.4 → https://github.com/NixOS/nixpkgs/pull/115753
ScottHDev5 has quit [Quit: Ping timeout (120 seconds)]
cinimod` has quit [Ping timeout: 260 seconds]
ScottHDev5 has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
cinimod`` has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115754 → python38Packages.casbin: 0.16.2 -> 0.18.2 → https://github.com/NixOS/nixpkgs/pull/115754
hiro98 has joined #nixos
hiro98 has quit [Client Quit]
hiro98 has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
attila_lendvai has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115755 → python38Packages.cssutils: 1.0.2 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/115755
avaq has quit [Ping timeout: 260 seconds]
hiro98 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #115756 → treewide (darwin): fix or enable darwin build for many packages (4) → https://github.com/NixOS/nixpkgs/pull/115756
mallox has quit [Ping timeout: 264 seconds]
eri451 has quit [Ping timeout: 272 seconds]
NaN-irc_ has quit [Ping timeout: 240 seconds]
jdelStrother has quit [Quit: Ping timeout (120 seconds)]
Dr8128 has quit [Ping timeout: 264 seconds]
sigmundv_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115757 → python38Packages.azure-mgmt-hanaonazure: 0.14.0 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/115757
cfinch has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #115758 → prs: 0.2.3 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/115758
<{^_^}> [nixpkgs] @bjornfor merged pull request #115462 → nixos.spotifyd: fixed file not found error → https://github.com/NixOS/nixpkgs/pull/115462
eri451 has joined #nixos
NaN-irc has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115759 → python38Packages.azure-servicebus: 7.0.1 -> 7.1.0 → https://github.com/NixOS/nixpkgs/pull/115759
<{^_^}> [nixpkgs] @sternenseemann opened pull request #115760 → python27Packages.datadog: fix evaluation → https://github.com/NixOS/nixpkgs/pull/115760
lsix has quit [Ping timeout: 260 seconds]
vidbina_ has joined #nixos
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115761 → python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115761
wadii has quit [Ping timeout: 264 seconds]
avaq has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115762 → python38Packages.bayespy: 0.5.20 -> 0.5.21 → https://github.com/NixOS/nixpkgs/pull/115762
lsix1 has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/89a06218ca0 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
mananamenos_ has joined #nixos
<{^_^}> [nixpkgs] @shlevy pushed 2 commits to master: https://git.io/JqGlw
<{^_^}> [nixpkgs] @shlevy merged pull request #115605 → system76-firmware: 1.0.20 -> 1.0.24 → https://github.com/NixOS/nixpkgs/pull/115605
superherointj has joined #nixos
mananamenos has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #115763 → pythonPackages.cssutils: 1.0.2 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/115763
<{^_^}> [nixpkgs] @dotlambda closed pull request #115755 → python38Packages.cssutils: 1.0.2 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/115755
<{^_^}> [nixpkgs] @marsam opened pull request #115764 → rbw: 1.0.0 -> 1.1.2 → https://github.com/NixOS/nixpkgs/pull/115764
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115765 → python38Packages.blessed: 1.17.12 -> 1.18.0 → https://github.com/NixOS/nixpkgs/pull/115765
<{^_^}> [nixpkgs] @marsam opened pull request #115766 → ncspot: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115766
gxt has quit [Ping timeout: 268 seconds]
lsix has joined #nixos
cfinch has joined #nixos
<{^_^}> [nixpkgs] @jojosch opened pull request #115767 → jellyfin-mpv-shim: 1.7.1 -> 1.8.1, enable desktop mode → https://github.com/NixOS/nixpkgs/pull/115767
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @cdepillabout opened pull request #115768 → cudnnPackages: Remove statically linked .a files. → https://github.com/NixOS/nixpkgs/pull/115768
wadii has joined #nixos
lsix1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115769 → python38Packages.cliff: 3.6.0 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/115769
<{^_^}> [nixpkgs] @lourkeur opened pull request #115770 → tipp10: unstable -> 3.2.1 → https://github.com/NixOS/nixpkgs/pull/115770
vidbina_ has quit [Ping timeout: 246 seconds]
stree has quit [Ping timeout: 268 seconds]
vidbina has joined #nixos
saschagrunert has quit [Remote host closed the connection]
janneke_ has joined #nixos
janneke has quit [Ping timeout: 272 seconds]
saschagrunert has joined #nixos
ThomasGummerer[m has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115773 → python38Packages.cornice: 5.0.3 -> 5.1.0 → https://github.com/NixOS/nixpkgs/pull/115773
ddellacosta has joined #nixos
vidbina has quit [Ping timeout: 256 seconds]
janneke_ is now known as janneke
<{^_^}> [nixpkgs] @petabyteboy merged pull request #115770 → tipp10: unstable -> 3.2.1 → https://github.com/NixOS/nixpkgs/pull/115770
orivej has joined #nixos
cfinch has quit [Ping timeout: 264 seconds]
kobaam has joined #nixos
<heck-to-the-gnom> .
waleee-cl has joined #nixos
kobaam has quit [Client Quit]
gxt has joined #nixos
rj has joined #nixos
englishm__ has quit []
zupo has joined #nixos
englishm__ has joined #nixos
englishm__ has quit [Max SendQ exceeded]
faffolter has joined #nixos
joedevivo has quit []
englishm__ has joined #nixos
joedevivo has joined #nixos
Jd007 has joined #nixos
ghuntley has quit []
JosW has joined #nixos
ghuntley has joined #nixos
ixxie has quit [Ping timeout: 264 seconds]
paddymahoney has joined #nixos
<JosW> Hi all
cfinch has joined #nixos
<JosW> on my old test pc i used to have Debian installed on which i started kvm machines
cfinch has quit [Read error: Connection reset by peer]
<JosW> after this mornings update the system failed to boot
cfinch has joined #nixos
alexherbo21 has quit [Ping timeout: 260 seconds]
<JosW> the time to install NixOS on it, but the system has two hd
<JosW> how to proceed with the istallation, one 500 and the other 1Tb
cfinch has quit [Read error: Connection reset by peer]
ddellacosta has quit [Remote host closed the connection]
BenediktTissot[m has left #nixos ["User left"]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115774 → coloredlogs: 14.0 -> 15.0 → https://github.com/NixOS/nixpkgs/pull/115774
cfinch has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
<exarkun> JosW: There are lots of ways. If you want advice on what to do without considering any of your particular preferences, make the 1TB drive / and the 500 (GB, I assume) /home
<dutchie> or you could just LVM them together into one big volume
<exarkun> Like I said. Lots of ways. :)
<infinisil> I also recommend using lvm or zfs (I prefer zfs) to combine them
<infinisil> Having to worry about which file paths are stored on which disk is annoying
<exarkun> Since they're different sizes it's a little annoying to combine them
<infinisil> Just combine them to a 1.5 GB one
<infinisil> TB*
<exarkun> So that when either fails you lose everything?
<exarkun> I guess you have a good backup strategy in place so you don't actually lose anything
<infinisil> Well, backups are separate
<exarkun> ;)
<JosW> thanks never thought of combining them together
<JosW> zfs is a deep dive for me but might just be the moment for it
<infinisil> I guess if this should include a local backup, I'd use the 500GB one for the important data, back that up to the 1TB one, and also use the 1TB one for less-important data
cfinch has joined #nixos
<exarkun> You could split the 1TB in half, mirror half with the 500GB drive
<exarkun> leaving you with 500GB mirrored over two disks and 500GB unmirrored
cfinch has quit [Read error: Connection reset by peer]
<exarkun> still not a backup strategy, but when one of the drives fails your system keeps running (degraded) until you get around to replacing it
<JosW> no need for backups
<exarkun> or you can put /nix/store on the unmirrored part
<JosW> things may break
orivej_ has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<exarkun> and the system goes down but you don't lose any state
orivej has quit [Ping timeout: 265 seconds]
<infinisil> exarkun: I was thinking that doing that would rob 500GB of the 1TB one you couldn't use for anything else (in case you don't have 500GB of data)
<exarkun> infinisil: Since JosW didn't give any further guidance, I'm assuming that their use-case *exactly* fits each of my suggestions.
sangoma has quit [Ping timeout: 264 seconds]
cfinch has joined #nixos
<JosW> as i said this is an old system, no fancy things in mind
<aminechikhaoui> What process should be used to update vendorSha256 for Go packages ?
<heck-to-the-gnom> How do I update my packages? I can't find how to do that.
cfinch has quit [Read error: Connection reset by peer]
<heck-to-the-gnom> does it just happen every time I install something?
dvim has quit []
dvim has joined #nixos
alexherbo2 has joined #nixos
manveru has quit []
manveru has joined #nixos
hyper_ch has joined #nixos
ixxie has joined #nixos
ocharles has quit []
<heck-to-the-gnom> NVM, I figured it out
ocharles has joined #nixos
turlando has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
thc202 has joined #nixos
sangoma has joined #nixos
abathur has quit [Quit: abathur]
zupo has joined #nixos
abathur has joined #nixos
deltab has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115775 → sbt: 1.4.8 -> 1.4.9 → https://github.com/NixOS/nixpkgs/pull/115775
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115776 → awscli: 1.19.22 -> 1.19.24 → https://github.com/NixOS/nixpkgs/pull/115776
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115777 → python3Packages.sagemaker: 2.29.0 -> 2.29.1 → https://github.com/NixOS/nixpkgs/pull/115777
ggp0647- has quit [Quit: ZNC 1.8.1 - https://znc.in]
ggp0647 has joined #nixos
lsix1 has quit [Quit: WeeChat 3.0.1]
<heck-to-the-gnom> Ugh! I'm getting collisions between my packages! I tried doing (n is nixpkgs)`map n.lib.hiPrio ([n.nix] ++ others)`, but that didn't fix it! I install my packages via `nix-env -rif .nix --show-trace`, and it keeps telling me there's a collision between qemu, that's just a thing from doing `nix-env -u`, I'd like to update, but it's complaining to me! Why is my map function not overriding the old packages?
deltab has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #115778 → python3.pkgs.keyring: 21.5.0 -> 23.0.0 → https://github.com/NixOS/nixpkgs/pull/115778
cfinch has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #115717 → verilator: 4.108 -> 4.110 → https://github.com/NixOS/nixpkgs/pull/115717
<{^_^}> [nixpkgs] @dotlambda opened pull request #115779 → nixops: unbreak → https://github.com/NixOS/nixpkgs/pull/115779
<{^_^}> [nixpkgs] @eduardosm opened pull request #115780 → acousticbrainz-client: init at 0.1 → https://github.com/NixOS/nixpkgs/pull/115780
<{^_^}> [nixpkgs] @dotlambda closed pull request #115760 → python27Packages.datadog: fix evaluation → https://github.com/NixOS/nixpkgs/pull/115760
dev_mohe has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « liburing: 0.7 -> 2.0 »: https://git.io/JqZ4S
meh` has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #115781 → ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82 → https://github.com/NixOS/nixpkgs/pull/115781
drsensor has joined #nixos
<johannes> Is there an easy way to globally disable, say, haddock documentation for all haskellPackages? I tried mapping over haskellPackages with builtins.mapAttrs (_: v: dontHaddock v) ..., but that explains about not getting a set, but a function.
zebrag has joined #nixos
<johannes> I can use this mapping just fine for the .override set I'm using on pkgs.haskell.packages.ghc884, but that wouldn't affect the other, normal, packages in the set.
jonringer has joined #nixos
Rovanion has quit [Ping timeout: 245 seconds]
drsensor is now known as dr_sensor
<{^_^}> [nixpkgs] @vbgl merged pull request #115290 → ocamlPackages.ctypes: 0.17.1 -> 0.18.0 → https://github.com/NixOS/nixpkgs/pull/115290
dr_sensor is now known as drsensor
<{^_^}> [nixpkgs] @doronbehar merged pull request #115497 → libsForQt5.qtutilities: 6.3.0 -> 6.3.3 → https://github.com/NixOS/nixpkgs/pull/115497
orivej_ has quit [Ping timeout: 264 seconds]
respawn_ has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #4628 → WIP: Dynamic derivations → https://github.com/NixOS/nix/pull/4628
superherointj has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @vbgl merged pull request #115427 → coqPackages.multinomials: 1.5.2 -> 1.5.4 → https://github.com/NixOS/nixpkgs/pull/115427
johannes has quit [Ping timeout: 264 seconds]
stree has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115782 → python38Packages.labelbox: 2.4.10 -> 2.4.11 → https://github.com/NixOS/nixpkgs/pull/115782
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115783 → python38Packages.langcodes: 2.1.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/115783
nixuser has quit [Ping timeout: 245 seconds]
gustavderdrache has joined #nixos
stree has joined #nixos
hiro98 has joined #nixos
philr has quit [Ping timeout: 246 seconds]
<exarkun> Anyone know if I can pass extra args to a NixOS configuration from Terraform variables with nixos_deploy? I see there is a place to pass extra args to "build" and "deploy" but I'm not clear on where those args actually go ... seems like not to system options/config.
<{^_^}> [nixpkgs] @dotlambda merged pull request #115758 → prs: 0.2.2 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/115758
evanjs has quit [Ping timeout: 276 seconds]
sangoma has quit [Quit: WeeChat 3.0]
evanjs has joined #nixos
berberman has joined #nixos
berberman_ has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
mananamenos_ has quit [Remote host closed the connection]
mananamenos_ has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to master « dmensamenu: 1.2.1 -> 1.2.2 »: https://git.io/JqZgR
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115784 → python38Packages.elementpath: 2.1.4 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/115784
<{^_^}> [nixpkgs] @ioplker closed pull request #115378 → Textadept 11.1 → https://github.com/NixOS/nixpkgs/pull/115378
abbec has quit [Quit: Idle for 30+ days]
Sascha[m] has quit [Quit: Idle for 30+ days]
cfinch has quit [Remote host closed the connection]
vidbina has joined #nixos
cfinch has joined #nixos
sigmundv_ has quit [Ping timeout: 246 seconds]
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
aminechikhaoui has joined #nixos
<{^_^}> [nixpkgs] @rb2k opened pull request #115785 → git: 2.30.1 -> 2.30.2 → https://github.com/NixOS/nixpkgs/pull/115785
fuzzypixelz has joined #nixos
maxxe_ has joined #nixos
<Mic92> clever: do you know how to build not-os with musl?
thc202 has quit [Ping timeout: 260 seconds]
maxxe_ has left #nixos [#nixos]
<Mic92> I was just curious how much this would save space-wise
<clever> Mic92: i'm guessing you could swap pkgsStatic in somewhere, but ive not tried it lately
<clever> it may also make it fatter, due to code duplication
<Mic92> btw did you see the PRs I made?
<clever> not recently
thc202 has joined #nixos
<Mic92> Ok. They should be rather uncontroverisal.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115786 → python38Packages.flowlogs_reader: 2.3.0 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/115786
seku has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/89a06218ca0 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115787 → python38Packages.google-cloud-dns: 0.32.1 -> 0.32.2 → https://github.com/NixOS/nixpkgs/pull/115787
evanjs has quit [Ping timeout: 264 seconds]
sigmundv_ has joined #nixos
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #115775 → sbt: 1.4.8 -> 1.4.9 → https://github.com/NixOS/nixpkgs/pull/115775
endformationage has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #115777 → python3Packages.sagemaker: 2.29.0 -> 2.29.1 → https://github.com/NixOS/nixpkgs/pull/115777
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115789 → python38Packages.gspread: 3.6.0 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/115789
saschagrunert has quit [Remote host closed the connection]
erasmas has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #115787 → python38Packages.google-cloud-dns: 0.32.1 -> 0.32.2 → https://github.com/NixOS/nixpkgs/pull/115787
<{^_^}> [nixpkgs] @jonringer merged pull request #115782 → python38Packages.labelbox: 2.4.10 -> 2.4.11 → https://github.com/NixOS/nixpkgs/pull/115782
<{^_^}> [nixpkgs] @jonringer merged pull request #115773 → python38Packages.cornice: 5.0.3 -> 5.1.0 → https://github.com/NixOS/nixpkgs/pull/115773
<{^_^}> [nixpkgs] @jonringer merged pull request #115757 → python38Packages.azure-mgmt-hanaonazure: 0.14.0 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/115757
<{^_^}> [nixpkgs] @jonringer merged pull request #115753 → python38Packages.zc_buildout: 2.13.3 -> 2.13.4 → https://github.com/NixOS/nixpkgs/pull/115753
<{^_^}> [nixpkgs] @jonringer merged pull request #115759 → python38Packages.azure-servicebus: 7.0.1 -> 7.1.0 → https://github.com/NixOS/nixpkgs/pull/115759
<{^_^}> [nixpkgs] @primeos closed pull request #115785 → git: 2.30.1 -> 2.30.2 → https://github.com/NixOS/nixpkgs/pull/115785
evanjs has joined #nixos
freeman42x[m]_ has joined #nixos
freeman42x[m]__ has joined #nixos
avaq has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #115769 → python38Packages.cliff: 3.6.0 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/115769
<{^_^}> [nixpkgs] @jonringer merged pull request #115774 → coloredlogs: 14.0 -> 15.0 → https://github.com/NixOS/nixpkgs/pull/115774
<{^_^}> [nixpkgs] @jonringer merged pull request #115762 → python38Packages.bayespy: 0.5.20 -> 0.5.21 → https://github.com/NixOS/nixpkgs/pull/115762
<{^_^}> [nixpkgs] @jonringer merged pull request #115761 → python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115761
<{^_^}> [nixpkgs] @jonringer merged pull request #115747 → python38Packages.azure-synapse-accesscontrol: 0.4.0 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/115747
rj has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/53012ee4f09 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @midchildan opened pull request #115790 → fselect: fix darwin build → https://github.com/NixOS/nixpkgs/pull/115790
<{^_^}> [nixpkgs] @jonringer merged pull request #115784 → python38Packages.elementpath: 2.1.4 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/115784
<{^_^}> [nixpkgs] @jonringer merged pull request #115754 → python38Packages.casbin: 0.16.2 -> 0.18.2 → https://github.com/NixOS/nixpkgs/pull/115754
LangeOortjes has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @lbpdt opened pull request #115791 → dockerTools.buildLayeredImage: configurable store root → https://github.com/NixOS/nixpkgs/pull/115791
vidbina has quit [Ping timeout: 265 seconds]
qqlq has joined #nixos
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @ncfavier opened pull request #115792 → nixos/stage-1: make cpio quiet → https://github.com/NixOS/nixpkgs/pull/115792
<{^_^}> [nixpkgs] @jonringer merged pull request #115748 → python38Packages.azure-mgmt-storage: 16.0.0 -> 17.0.0 → https://github.com/NixOS/nixpkgs/pull/115748
n-osborne has quit [Remote host closed the connection]
sangoma has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #115746 → python38Packages.azure-synapse-artifacts: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115746
<{^_^}> [nixpkgs] @jonringer merged pull request #115744 → python38Packages.azure-mgmt-media: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/115744
<{^_^}> [nixpkgs] @jonringer merged pull request #115734 → python38Packages.aiostream: 0.4.1 -> 0.4.2 → https://github.com/NixOS/nixpkgs/pull/115734
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #115740 → python38Packages.asyncpg: 0.21.0 -> 0.22.0 → https://github.com/NixOS/nixpkgs/pull/115740
awmv has quit [Quit: Connection closed for inactivity]
kaliumxyz has quit [Ping timeout: 256 seconds]
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 264 seconds]
dev_mohe has quit [Quit: dev_mohe]
<{^_^}> [nixpkgs] @Ekleog merged pull request #113620 → borgmatic: init at 1.5.12 → https://github.com/NixOS/nixpkgs/pull/113620
<{^_^}> [nixpkgs] @lbpdt opened pull request #115793 → dockerTools.buildLayeredImage: image names with registry/ prefix → https://github.com/NixOS/nixpkgs/pull/115793
ekleog_ is now known as ekleog
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115794 → alda: 1.4.3 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/115794
fuzzypixelz has quit [Quit: Connection closed]
nf has quit [Quit: Fairfarren.]
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115516 → thunderbird, thunderbird-bin: 78.8.0 -> 78.8.1 → https://github.com/NixOS/nixpkgs/pull/115516
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115795 → angband: 4.2.1 -> 4.2.2 → https://github.com/NixOS/nixpkgs/pull/115795
ahmedelgabri has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @MetaDark opened pull request #115796 → yabridge, yabridgectl: 3.0.1 -> 3.0.2 → https://github.com/NixOS/nixpkgs/pull/115796
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115797 → argo: 2.12.9 -> 2.12.10 → https://github.com/NixOS/nixpkgs/pull/115797
cfinch has quit [Read error: Connection reset by peer]
jimmiehansson has quit [Remote host closed the connection]
cfinch has joined #nixos
demize has quit [Quit: Do Androids Dream of Electric Sheep?]
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JqZof
dbmikus has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
drsensor has quit [Quit: Connection closed for inactivity]
Cale has joined #nixos
moet has joined #nixos
<Ke> what is happening here?
dm9 has joined #nixos
<lordcirth> All the (python3.8) things, apparently
<moet> is it better to write a default.nix in my repo which follows the "inputs" pattern {dependencyA, dependencyB}: ... as in nixpkgs?
<gchristensen> are there any guides / docs on migrating from scripted networking to networkd?
amerigo has joined #nixos
demize has joined #nixos
<moet> or is it better to write an overlay.nix in my repo which just augments nixpkgs with my package?
lsix has joined #nixos
nf has joined #nixos
stree has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #115731 → python38Packages.vyper: 0.2.8 -> 0.2.11 → https://github.com/NixOS/nixpkgs/pull/115731
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115798 → bfs: 2.1 -> 2.2 → https://github.com/NixOS/nixpkgs/pull/115798
<lordcirth> gchristensen, what do you mean by "scripted"? Just running ip commands on boot?
<{^_^}> [nixpkgs] @ryantm merged pull request #115476 → portfolio: 0.50.4 -> 0.51.1 → https://github.com/NixOS/nixpkgs/pull/115476
<{^_^}> [nixpkgs] @ryantm merged pull request #115464 → obsidian: 0.11.0 -> 0.11.3 → https://github.com/NixOS/nixpkgs/pull/115464
<gchristensen> the "networking" options in NixOS use what is usually called the "scripted" networking"
<{^_^}> [nixpkgs] @ryantm merged pull request #115794 → alda: 1.4.3 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/115794
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #115626 → unit: 1.21.0 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/115626
<lordcirth> gchristensen, networking.useNetworkd = true; and see what happens?
<gchristensen> right, so there are a lot of options under "networking.xxx" which are incompatible with networkd and I'm wondering about a guide for those
<{^_^}> [hydra] @shlevy opened pull request #890 → Bump Nix version → https://github.com/NixOS/hydra/pull/890
<{^_^}> [nixpkgs] @figsoda opened pull request #115800 → mpvScripts.thumbnail: init at unstable-2020-01-16 → https://github.com/NixOS/nixpkgs/pull/115800
acarrico has joined #nixos
griff__ has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
griff_ has quit [Read error: Connection reset by peer]
naivesheep has quit [Ping timeout: 260 seconds]
naivesheep has joined #nixos
meh` has quit [Ping timeout: 260 seconds]
stree has joined #nixos
<{^_^}> [nixpkgs] @jonathan-teh opened pull request #115801 → linux: enable NVMe Multipath → https://github.com/NixOS/nixpkgs/pull/115801
griff__ has quit [Ping timeout: 246 seconds]
cfinch has quit [Read error: Connection reset by peer]
inkbottle has quit [Quit: Konversation terminated!]
griff_ has joined #nixos
sangoma has joined #nixos
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @bhipple merged pull request #115651 → doc: remove unnecessary \ escapes in dockertools.section.md → https://github.com/NixOS/nixpkgs/pull/115651
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115802 → brave: 1.21.73 -> 1.21.74 → https://github.com/NixOS/nixpkgs/pull/115802
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115735 → klipper: fixup build on i686 → https://github.com/NixOS/nixpkgs/pull/115735
cfinch has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #115752 → zfs: 2.0.3 -> 2.0.4 → https://github.com/NixOS/nixpkgs/pull/115752
nf has quit [Quit: Fairfarren.]
<{^_^}> [nixpkgs] @bobvanderlinden opened pull request #115803 → lxqt-policykit: add required polkit buildinput → https://github.com/NixOS/nixpkgs/pull/115803
<{^_^}> [nixpkgs] @onsails opened pull request #115804 → vimPlugins.tremor-vim: fix branch → https://github.com/NixOS/nixpkgs/pull/115804
domogled has joined #nixos
nf has joined #nixos
<Ralith_> is anyone hosting NixOS install images over a windows share publicly? I've got a KVM-over-IP thing that can only take CD images that way
<{^_^}> [nixpkgs] @jonringer closed pull request #115721 → yamllint: 1.25.0 -> 1.26.0 → https://github.com/NixOS/nixpkgs/pull/115721
<{^_^}> [nixpkgs] @jonringer merged pull request #115645 → update-dotdee: 5.0 -> 6.0 → https://github.com/NixOS/nixpkgs/pull/115645
mallox has joined #nixos
mallox has quit [Client Quit]
griff_ has quit [Quit: griff_]
mallox has joined #nixos
mallox has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115805 → cargo-deny: 0.8.8 -> 0.8.9 → https://github.com/NixOS/nixpkgs/pull/115805
marsh has quit [Remote host closed the connection]
marsh has joined #nixos
JosW has left #nixos ["User left"]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @rowanG077 opened pull request #115806 → powercap: init at v0.3.1 → https://github.com/NixOS/nixpkgs/pull/115806
<{^_^}> [hydra] @shlevy pushed to master « Bump Nix version »: https://git.io/JqZPv
<{^_^}> [hydra] @shlevy merged pull request #890 → Bump Nix version → https://github.com/NixOS/hydra/pull/890
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115807 → Kernels 2021-03-10 → https://github.com/NixOS/nixpkgs/pull/115807
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115808 → cargo-make: 0.32.12 -> 0.32.14 → https://github.com/NixOS/nixpkgs/pull/115808
griff_ has joined #nixos
freeman42x[m]_ has quit [Quit: Connection closed for inactivity]
freeman42x[m]__ has quit [Quit: Connection closed for inactivity]
Qwerky has quit [Client Quit]
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115809 → cargo-udeps: 0.1.18 -> 0.1.19 → https://github.com/NixOS/nixpkgs/pull/115809
<{^_^}> [nixpkgs] @antoinerg opened pull request #115810 → pythonPackages.plotly: 4.13.0 -> 4.14.3 → https://github.com/NixOS/nixpkgs/pull/115810
cfricke has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115811 → cargo-watch: 7.5.0 -> 7.5.1 → https://github.com/NixOS/nixpkgs/pull/115811
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
mananamenos_ has quit [Ping timeout: 256 seconds]
NeoCron has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115812 → catcli: 0.6.1 -> 0.6.2 → https://github.com/NixOS/nixpkgs/pull/115812
saschagrunert has joined #nixos
dm9 has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @JakDar opened pull request #115813 → robo3t: 1.3.1 -> 1.4.3 → https://github.com/NixOS/nixpkgs/pull/115813
sangoma has quit [Read error: Connection reset by peer]
riksteri has quit [Quit: riksteri]
mananamenos_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #115803 → lxqt-policykit: add required polkit buildinput → https://github.com/NixOS/nixpkgs/pull/115803
berberman_ has joined #nixos
<ambroisie> Hello people
berberman has quit [Ping timeout: 272 seconds]
cfinch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115814 → circleci-cli: 0.1.15085 -> 0.1.15108 → https://github.com/NixOS/nixpkgs/pull/115814
<ambroisie> I'm trying to modularise my home-manager config, and have hit an error that I can't understand
<ambroisie> You can see the change and the ensuing error here: https://gitea.belanyi.fr/ambroisie/nix-config/commit/f0b5c06fdf6eb61d641a016340d8013d8cb7c65f
<ambroisie> I think it's because of the way I have declared the `options.my.home.xdg` attribute?
rj has joined #nixos
cfinch has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115815 → ckan: 1.29.2 -> 1.30.0 → https://github.com/NixOS/nixpkgs/pull/115815
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #115816 → plexamp: 3.4.1 -> 3.4.2 → https://github.com/NixOS/nixpkgs/pull/115816
ris has joined #nixos
<ambroisie> And if I use `config.options.my.home.xdg`, it still doesn't work
<ambroisie> So I am having issues understanding the error message
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115796 → yabridge, yabridgectl: 3.0.1 -> 3.0.2 → https://github.com/NixOS/nixpkgs/pull/115796
vidbina has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115804 → vimPlugins.tremor-vim: fix branch → https://github.com/NixOS/nixpkgs/pull/115804
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115817 → clash: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/115817
ahmedelgabri has joined #nixos
Boomerang has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #108989 → jellyfin-mpv-shim: 1.7.1 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/108989
<{^_^}> [nixpkgs] @kalbasit opened pull request #115818 → vimPlugins.fzfWrapper: place the fzf binary in the plugin's bin dir → https://github.com/NixOS/nixpkgs/pull/115818
mkaito has quit [Quit: WeeChat 3.0.1]
<cole-h> ambroisie: you can fix that by doing `config = lib.mkIf cfg.enable { xdg = ...; home.sessionVariables = ...; }`
saschagrunert has quit [Remote host closed the connection]
<cole-h> the module system basically desugars `xdg.asdf = "asdf";` to `config.xdg.asdf = "asdf";` IIRC
griff_ has quit [Quit: griff_]
<ambroisie> cole-h: oh okay
<cole-h> and `options` and `config` are top-level, so if you have one, you must have the other; otherwise, it's ambiguous
<ambroisie> Aaah I see
<cole-h> "move all of them (namely: home xdg) into the explicit `config' attribute."
<ambroisie> Okay that makes sense
<cole-h> ^ that's essentially what I just explained :)
ahmedelgabri has quit [Ping timeout: 272 seconds]
kaliumxyz has joined #nixos
<ambroisie> Yeah I didn't quite understood what that meant
<ambroisie> Thank you cole-h
<cole-h> np :)
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/ec3b7fca65e (from 19 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115819 → clight: 4.2 -> 4.4 → https://github.com/NixOS/nixpkgs/pull/115819
<{^_^}> [nixpkgs] @flokli opened pull request #115820 → xmedcon: init at 0.21.0 → https://github.com/NixOS/nixpkgs/pull/115820
sangoma has joined #nixos
sss2 has joined #nixos
<{^_^}> [nixpkgs] @srhb merged pull request #98446 → apache-kafka: Fix, update and adjust JRE/JVM → https://github.com/NixOS/nixpkgs/pull/98446
<ambroisie> Okay it works now... And then can't find my `lib.my` extensions
<ambroisie> So now to figure that out :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115763 → pythonPackages.cssutils: 1.0.2 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/115763
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115810 → pythonPackages.plotly: 4.13.0 -> 4.14.3 → https://github.com/NixOS/nixpkgs/pull/115810
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115751 → vscode-extensions.hashicorp.terraform: 2.7.0 -> 2.8.0 → https://github.com/NixOS/nixpkgs/pull/115751
rj has quit [Ping timeout: 268 seconds]
justan0theruser has joined #nixos
shla has left #nixos ["The Lounge - https://thelounge.chat"]
sss4 has joined #nixos
attila_lendvai_ has joined #nixos
justanotheruser has quit [Ping timeout: 264 seconds]
sss4 has quit [Client Quit]
numkem5 has joined #nixos
edcragg7 has joined #nixos
lunik16 has joined #nixos
rj has joined #nixos
ktosiek9 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115821 → codeql: 2.4.4 -> 2.4.5 → https://github.com/NixOS/nixpkgs/pull/115821
brown121407_ has joined #nixos
andymandias_ has joined #nixos
BaughnLogBot_ has joined #nixos
gianarb- has joined #nixos
eyJhbV2 has joined #nixos
konobi_ has joined #nixos
cocreature_ has joined #nixos
puckipedia has joined #nixos
infinisi1 has joined #nixos
Lord_of_Life_ has joined #nixos
<{^_^}> [nixpkgs] @scolobb opened pull request #115822 → oh-my-zsh: remove scolobb from maintainers → https://github.com/NixOS/nixpkgs/pull/115822
Negher_ has joined #nixos
qyliss_ has joined #nixos
le0taku has joined #nixos
cYmen has joined #nixos
aminechikhaoui9 has joined #nixos
davidv7 has joined #nixos
naivesheep_ has joined #nixos
bendlas has quit [Quit: Idle for 30+ days]
figgyc_ has joined #nixos
danderso1 has joined #nixos
NieDzejkob_ has joined #nixos
CodeWarr1or has joined #nixos
ornxka_ has joined #nixos
BlessJah_ has joined #nixos
massimo_zaniboni has joined #nixos
neiluj_ has joined #nixos
AmandaC_ has joined #nixos
growpotk- has joined #nixos
<moet> what's the convention for naming self & super in nested overlays?
<moet> eg. when overriding the packages in a scope
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115823 → cointop: 1.6.2 -> 1.6.3 → https://github.com/NixOS/nixpkgs/pull/115823
runciter_ has joined #nixos
orion_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115739 → cypress: 6.5.0 -> 6.6.0 → https://github.com/NixOS/nixpkgs/pull/115739
kwork_ has joined #nixos
haritzondo has joined #nixos
jtcs_ has joined #nixos
meck_ has joined #nixos
supersandro2000 has quit [Disconnected by services]
wadii has quit [Ping timeout: 264 seconds]
supersandro2000 has joined #nixos
wadii has joined #nixos
sss2 has quit [*.net *.split]
sangoma has quit [*.net *.split]
growpotkin has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
attila_lendvai has quit [*.net *.split]
naivesheep has quit [*.net *.split]
abathur has quit [*.net *.split]
davidv7_ has quit [*.net *.split]
neiluj has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
puck has quit [*.net *.split]
qyliss has quit [*.net *.split]
CMCDragonkai1 has quit [*.net *.split]
FireFly has quit [*.net *.split]
meck has quit [*.net *.split]
Negher has quit [*.net *.split]
runciter has quit [*.net *.split]
strobelight has quit [*.net *.split]
danderson has quit [*.net *.split]
chipb has quit [*.net *.split]
andymandias has quit [*.net *.split]
konobi has quit [*.net *.split]
maljub01 has quit [*.net *.split]
niksnut has quit [*.net *.split]
ktosiek has quit [*.net *.split]
edcragg has quit [*.net *.split]
leotaku has quit [*.net *.split]
jluttine has quit [*.net *.split]
jtcs has quit [*.net *.split]
NieDzejkob has quit [*.net *.split]
marcusr has quit [*.net *.split]
cYmen_ has quit [*.net *.split]
puffnfresh has quit [*.net *.split]
ornxka has quit [*.net *.split]
mzan has quit [*.net *.split]
lunik1 has quit [*.net *.split]
BaughnLogBot has quit [*.net *.split]
dominikh has quit [*.net *.split]
IRCsum has quit [*.net *.split]
patagonicus has quit [*.net *.split]
gianarb has quit [*.net *.split]
amk has quit [*.net *.split]
brown121407 has quit [*.net *.split]
infinisil has quit [*.net *.split]
BlessJah has quit [*.net *.split]
CodeWarrior has quit [*.net *.split]
eyJhb has quit [*.net *.split]
kwork has quit [*.net *.split]
figgyc has quit [*.net *.split]
cocreature has quit [*.net *.split]
AmandaC has quit [*.net *.split]
orion has quit [*.net *.split]
energizer has quit [*.net *.split]
numkem has quit [*.net *.split]
haritz has quit [*.net *.split]
numkem5 is now known as numkem
aminechikhaoui9 is now known as aminechikhaoui
edcragg7 is now known as edcragg
Lord_of_Life_ is now known as Lord_of_Life
meck_ is now known as meck
lunik16 is now known as lunik1
qyliss_ is now known as qyliss
puckipedia is now known as puck
ktosiek9 is now known as ktosiek
eyJhbV2 is now known as eyJhb
BaughnLogBot_ is now known as BaughnLogBot
konobi_ is now known as konobi
cocreature_ is now known as cocreature
Effilry has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
amk has joined #nixos
supersandro2000 has quit [Client Quit]
patagonicus has joined #nixos
energizer has joined #nixos
supersandro2000 has joined #nixos
stree has quit [Excess Flood]
abathur has joined #nixos
stree has joined #nixos
maljub01 has joined #nixos
niksnut has joined #nixos
chipb has joined #nixos
dominikh has joined #nixos
puffnfresh has joined #nixos
inkbottle is now known as zebrag
sangoma has joined #nixos
dominikh is now known as Guest13328
IRCsum has joined #nixos
marcusr has joined #nixos
jluttine has joined #nixos
jul1u5[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115824 → croc: 8.6.8 -> 8.6.10 → https://github.com/NixOS/nixpkgs/pull/115824
griff_ has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #115822 → oh-my-zsh: remove scolobb from maintainers → https://github.com/NixOS/nixpkgs/pull/115822
<srhb> moet: I don't think there's as much convention as there is habits. The cloest to convention is probably apostrophe (as in self') which seems to take from haskell, somewhat.
<srhb> moet: In the same way I've seen hSelf, hSuper to refer to the inner, haskell overlay
<srhb> moet: Point to whoever conjured up "helf" and "huper" though, I laughed so hard the first time I saw that one.
<moet> srhb: it's decided; helf and huper ftw
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115825 → cvise: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/115825
<srhb> moet++
<{^_^}> moet's karma got increased to 1
<srhb> For making the world a funnier place.
<moet> now my greps are 'elf|uper' lol
<srhb> It also brings nice flavor to rust and python, say, relf, ruper.. pelf, puper.
<srhb> etc. etc. Endless fun.
blahblah441_ has joined #nixos
zupo has joined #nixos
blahblah441 has quit [Ping timeout: 260 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115826 → dasel: 1.13.2 -> 1.13.3 → https://github.com/NixOS/nixpkgs/pull/115826
<maralorn> :'-D
danderso1 is now known as danderson
Gregory has joined #nixos
<Gregory> how can I install the clang development packages, e.g. to get access to libclangAST, etc?  they don't seem to be installed with clang_11, and i don't see something like a clang-dev package
<{^_^}> [nixpkgs] @jonringer merged pull request #115789 → python38Packages.gspread: 3.6.0 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/115789
<{^_^}> [nixpkgs] @jonringer merged pull request #115786 → python38Packages.flowlogs_reader: 2.3.0 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/115786
<simpson> Gregory: Is it sufficient to build with `clangStdenv` instead of `stdenv`? This should transparently replace your C compiler with Clang and use LLVM, and also allow you to link against that same Clang.
<{^_^}> [nixpkgs] @jonringer merged pull request #115738 → python38Packages.ase: 3.20.1 -> 3.21.1 → https://github.com/NixOS/nixpkgs/pull/115738
<Gregory> possibly, let me see
alexherbo2 has quit [Quit: Ping timeout (120 seconds)]
<Gregory> that seems to pull in clang 7?
alexherbo2 has joined #nixos
<Gregory> (i should say that I am very new to nix)
<{^_^}> [nixpkgs] @srhb merged pull request #115543 → remmina: 1.4.10 -> 1.4.12 → https://github.com/NixOS/nixpkgs/pull/115543
rj has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @srhb merged pull request #115616 → squid: 4.13 -> 4.14 → https://github.com/NixOS/nixpkgs/pull/115616
rj has joined #nixos
<simpson> Gregory: No worries; I don't know much about Clang. `clangStdenv` is just `llvmPackages_7.stdenv`, so you could try `llvmPackages_11.stdenv`.
<jbal[m]> I'm trying to overrideAttrs on a package (`dwm-status`) to use a Git hash instead of the current broken-on-unstable release, but I get errors about `cargoSha256 is out of date`. Am I correct in assuming there currently no way to set that in overrideAttrs without https://github.com/NixOS/rfcs/pull/67, and thus need to write a full blown derivation or fork nixpkgs if I want to use `dwm-status` on unstable?
ahmedelgabri has joined #nixos
<{^_^}> rfcs#67 (by FRidh, 51 weeks ago, open): [RFC 0067] Common override interface derivations
<Gregory> simpson no luck. maybe i'm doing something wrong though
<Gregory> it seems to exist
<simpson> Gregory: Pastebin your derivation? What are you trying to build?
<gchristensen> ajs124: sigh, two weeks ago I knew 0 about iscsi, and today I'm about to be patching it
<simpson> > :p llvmPackages_11.stdenv.mkDerivation
<{^_^}> <LAMBDA>
<ajs124> gchristensen: we used to run a kernel patch, because there was a bug in the linux iscsi target
<gchristensen> oh yeah?
ixxie has quit [Quit: Lost terminal]
evanjs has quit [Read error: Connection reset by peer]
<gchristensen> ajs124: I'm sort of wanting to patch iscsid to support loading the passwords from a file
<srhb> jbal[m]: ie. there are ways to do it, but they're not obvious.
<ajs124> gchristensen: ah, you're using authentication?
<gchristensen> yeah
<ajs124> hm. yeah, no idea about that. we're not using that.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115827 → dijo: 0.2.6 -> 0.2.7 → https://github.com/NixOS/nixpkgs/pull/115827
lordcirth_ has joined #nixos
evanjs has joined #nixos
<jbal[m]> <srhb "jbal: Sort of, yes: https://disc"> That's uglier than the entire derivation for dwm-status tbh, guess I'll just copypasta it from nixpkgs
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115412 → sidequest: 0.10.11 -> 0.10.19 → https://github.com/NixOS/nixpkgs/pull/115412
sangoma has quit [Quit: WeeChat 3.0]
lordcirth has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115828 → dnsproxy: 0.35.2 -> 0.35.5 → https://github.com/NixOS/nixpkgs/pull/115828
superherointj has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
berber has quit [Remote host closed the connection]
pinpox has quit [Write error: Connection reset by peer]
<__monty__> Do flakes enforce sandboxing or merely default to it?
cfinch has joined #nixos
maxxe_test has joined #nixos
<gchristensen> it defaults to pure evaluation, and sandboxing is the same as before
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115829 → dolt: 0.23.9 -> 0.24.1 → https://github.com/NixOS/nixpkgs/pull/115829
superherointj has quit [Client Quit]
turlando has quit [Ping timeout: 264 seconds]
Effilry is now known as FireFly
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115830 → doppler: 3.23.0 -> 3.23.1 → https://github.com/NixOS/nixpkgs/pull/115830
kozowu has quit []
kozowu has joined #nixos
maxxe_test has quit [Quit: brb]
domogled has quit [Read error: Connection reset by peer]
domogled has joined #nixos
<__monty__> Hmm, doesn't pure evaluation mean more things are sandboxed, like network access?
<__monty__> I guess I'm not clear on the distinction.
<srhb> __monty__: No environment variables can leak in, you can't refer to paths outside of the flake, etc.
<srhb> __monty__: No magical system.
<srhb> No nixpkgs config or overlays, that's a big one.
Frankie56 has joined #nixos
<srhb> (from global config, that is)
<srhb> Stuff like that :)
<__monty__> Whereas sandboxing just means builds can't interfere with one another?
Frankie56 has quit [Client Quit]
ero-sennin[m] has joined #nixos
<srhb> Yes, that's a linux sandbox, ie. close down networking and give it a chroot that doesn't see anything but the build inputs and the build itself
CustosLimen has quit []
<srhb> (And happens at build time, not eval time)
<__monty__> ✨ srhb gchristensen
<{^_^}> srhb's karma got increased to 143
<__monty__> gchristensen++
<{^_^}> gchristensen's karma got increased to 436
CustosLimen has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115831 → droidcam: 1.7.1 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/115831
supercoven_ has quit [Ping timeout: 265 seconds]
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115816 → plexamp: 3.4.1 -> 3.4.2 → https://github.com/NixOS/nixpkgs/pull/115816
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115460 → pre-commit: 2.7.1 -> 2.11.0 → https://github.com/NixOS/nixpkgs/pull/115460
fabian_a has joined #nixos
amerigo has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @hugolgst opened pull request #115832 → nixos/luksroot: remove useless $new_k_luks → https://github.com/NixOS/nixpkgs/pull/115832
faffolter has quit [Ping timeout: 272 seconds]
Qwerky has quit [Remote host closed the connection]
moet has quit [Quit: leaving]
leah2 has quit [Ping timeout: 264 seconds]
rj has quit [Ping timeout: 268 seconds]
hiro98 has quit [Remote host closed the connection]
ahmed_elgabri has joined #nixos
leah2 has joined #nixos
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #115833 → libmysofa: 1.1 -> 1.2 → https://github.com/NixOS/nixpkgs/pull/115833
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo2 has joined #nixos
rj has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115834 → ergo: 4.0.7 -> 4.0.8 → https://github.com/NixOS/nixpkgs/pull/115834
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
fendor_ has joined #nixos
lordcirth__ has joined #nixos
rpgwaiter has quit []
rpgwaiter has joined #nixos
<Ralith_> why would iptables-save not include ports listed in nixos-option networking.firewall.allowedTCPPorts after a nixos-rebuild switch?
fuiltilt has joined #nixos
superherointj has joined #nixos
lordcirth_ has quit [Ping timeout: 245 seconds]
fendor has quit [Ping timeout: 268 seconds]
Frankie80 has joined #nixos
Frankie80 has quit [Client Quit]
Gregory has quit [Quit: Connection closed]
heatm1s3r has quit []
heatm1s3r has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #115808 → cargo-make: 0.32.12 -> 0.32.14 → https://github.com/NixOS/nixpkgs/pull/115808
berber has joined #nixos
Boomerang has quit [Quit: Leaving]
pinpox has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #115835 → vscode-extensions.hashicorp.terraform: 2.8.0 -> 2.8.1 → https://github.com/NixOS/nixpkgs/pull/115835
philr has joined #nixos
berber has quit [Quit: The Lounge - https://thelounge.chat]
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
berber has joined #nixos
pinpox has joined #nixos
fendor_ has quit [Remote host closed the connection]
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
diamondburned has quit [Ping timeout: 258 seconds]
tdeo has quit [Read error: Connection reset by peer]
tdeo has joined #nixos
diamondburned has joined #nixos
<figgyc_> in a flake based nix setup how should you turn a non-flake input (like a github repo with a default.nix with a derivation in it) into a nixpkgs overlay?
<figgyc_> but (self: super: { somepackage = super.callPackage inputs.somepackage {}; }) gives a RestrictedPathError
<figgyc_> (self: super: { somepackage = inputs.somepackage; }) just imports the source folder without building it,
dbmikus has quit [Ping timeout: 246 seconds]
<flokli> gchristensen: https://github.com/NixOS/nixpkgs/pull/68702#issuecomment-796162928 might be interesting for you, at least the network-specific bits.
<gchristensen> ooooh
dbmikus has joined #nixos
<flokli> It's written in rust, and if we make sure the .network files created work nicely for the packet provider, this could all be way less messy than it is RN
<gchristensen> sounds interesting
dev_mohe has joined #nixos
<flokli> only for not-scripted networking of course :-P
berber has quit [Quit: The Lounge - https://thelounge.chat]
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
ynotperez has quit []
ynotperez has joined #nixos
rj has quit [Ping timeout: 268 seconds]
Ralith_ has quit [Quit: leaving]
rj has joined #nixos
<gchristensen> not sure it could work for packet, but maybe
<gchristensen> it can't reconfigure on startup it has to be persistent
HeN has quit []
HeN has joined #nixos
<ambroisie> Can someone explain to me what `specialArgs` is useful for in flakes?
<ambroisie> Is that just a way to inject your inputs into your nixos configuration?
jkkm has quit []
jkkm has joined #nixos
<ambroisie> I'm trying to recreate the setup from https://github.com/hlissner/dotfiles to have a custom `lib.my` attrset in my configurations
stree has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115837 → flatpak: 1.10.1 -> 1.10.2 → https://github.com/NixOS/nixpkgs/pull/115837
<ambroisie> But I don't know how the `lib` is supposed to be given to my config. I thought that might be what `specialArgs` is used for, but it doesn't seem to do anything
Ralith_ has joined #nixos
<ambroisie> Here's the related branch for illustration: https://gitea.belanyi.fr/ambroisie/nix-config/commits/branch/add-home-manager-options (the two commits prefixed by 'lib:')
NinjaTrappeur has quit [Ping timeout: 246 seconds]
jmeredith has quit []
jmeredith has joined #nixos
strobelight has joined #nixos
KarlJoad has quit [Quit: ERC (IRC client for Emacs 27.1)]
ncl3 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bbarker has joined #nixos
dev_mohe has quit [Quit: dev_mohe]
<{^_^}> [nixpkgs] @KarlJoad opened pull request #115838 → octave.pkgs.sparsersb: remove broken flag with librsb in nixpkgs → https://github.com/NixOS/nixpkgs/pull/115838
NinjaTrappeur has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
stree has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #115649 → openmpi: 4.0.5 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/115649
vidbina has quit [Ping timeout: 264 seconds]
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
sneakweb__ has quit []
sneakweb__ has joined #nixos
fuzzypixelz has quit [Ping timeout: 240 seconds]
Ralith_ has quit [Quit: leaving]
sneakweb__ has quit [Max SendQ exceeded]
victorbjelkholm has quit []
sneakweb__ has joined #nixos
Ralith_ has joined #nixos
victorbjelkholm has joined #nixos
<{^_^}> [nixpkgs] @markuskowa opened pull request #115839 → nixos/slurm: expose to path config files → https://github.com/NixOS/nixpkgs/pull/115839
<{^_^}> [nixpkgs] @zimbatm merged pull request #115554 → postgresql11Packages.repmgr: 5.1.0 -> 5.2.1 → https://github.com/NixOS/nixpkgs/pull/115554
rj has quit [Ping timeout: 268 seconds]
Ralith_ has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115835 → vscode-extensions.hashicorp.terraform: 2.8.0 -> 2.8.1 → https://github.com/NixOS/nixpkgs/pull/115835
reptarmigan has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115840 → gdu: 4.7.0 -> 4.8.0 → https://github.com/NixOS/nixpkgs/pull/115840
rj has joined #nixos
ncl3 has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115838 → octave.pkgs.sparsersb: remove librsb null override, unbreak → https://github.com/NixOS/nixpkgs/pull/115838
<{^_^}> [nixpkgs] @Mic92 opened pull request #115841 → linuxPackages.systemtap: upgrade to python3 → https://github.com/NixOS/nixpkgs/pull/115841
cfinch has joined #nixos
Izorkin_ has joined #nixos
Izorkin has quit [Ping timeout: 240 seconds]
Izorkin_ is now known as Izorkin
cfinch has quit [Read error: Connection reset by peer]
typetetris has quit []
typetetris has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115842 → ghorg: 1.5.0 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/115842
cfinch has joined #nixos
griff_ has quit [Quit: griff_]
lsix has joined #nixos
sss2 has joined #nixos
taktoa[c] has quit []
taktoa[c] has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #115843 → python3Packages.dateparser: run tests → https://github.com/NixOS/nixpkgs/pull/115843
graf_blutwurst has quit [Remote host closed the connection]
cfinch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115764 → rbw: 1.0.0 -> 1.1.2 → https://github.com/NixOS/nixpkgs/pull/115764
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115766 → ncspot: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/115766
mayhew has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115844 → gitleaks: 7.2.2 -> 7.3.0 → https://github.com/NixOS/nixpkgs/pull/115844
svrana has quit [Ping timeout: 272 seconds]
svrana has joined #nixos
mayhew has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115776 → awscli: 1.19.22 -> 1.19.24 → https://github.com/NixOS/nixpkgs/pull/115776
rj has quit [Ping timeout: 268 seconds]
redmp has joined #nixos
mayhew has joined #nixos
griff_ has joined #nixos
<redmp> i am running in to this issue https://github.com/NixOS/nixpkgs/issues/83098 (my overlay overrides the `memory` package, which is a transitive dependency of `cabal2nix`) .. i attempted to use the workaround described (sept 20,2020 post in that thread)
<{^_^}> #83098 (by Ptival, 50 weeks ago, open): Infinite recursion in Haskell overlays for some packages
<redmp> when i used the workaround, i encounter this issue: https://github.com/NixOS/nixpkgs/issues/108246 .. that is, something does nix-prefetch-url and fails running an executable which is not in path
<{^_^}> #108246 (by bgamari, 9 weeks ago, open): callCabal2nix is broken on nixos-20.09
<redmp> i checked and #83098 doesn't seem to be corrected in nixos-unstable
<{^_^}> https://github.com/NixOS/nixpkgs/issues/83098 (by Ptival, 50 weeks ago, open): Infinite recursion in Haskell overlays for some packages
kozowu has quit [Quit: Connection closed for inactivity]
<redmp> i'm a little unsure how to proceed
<edrex> Hi all, I am preparing a PR to nix-hardware for old intel macbooks, and I am wondering how to handle the non-redistributable video firmware. The laptop owner will need to either dump or otherwise obtain the vbios from ACPI, and then put it in a location on the filesystem. How would that best be handled? Can I set it up so the module checks for a file in the nixos-config dir and throws an error if it's missing?
<edrex> Existing examples I think are what I'm hoping for
<{^_^}> nixos-hardware#237 (by edrex, 13 hours ago, open): WIP: Add support for Macbook(2,1)
<edrex> also it needs to work with flake support, if that makes a difference
<tpw_rules> you could ask them to add the file to the nix store
<edrex> tpw_rules: interesting.. I am just learning how all these parts relate. seeing if I can find a one-liner for that...
svrana has quit [Quit: WeeChat 2.9]
svrana has joined #nixos
<tpw_rules> there's the requireFile function but i don't thjink it's documented
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115845 → go-ethereum: 1.10.0 -> 1.10.1 → https://github.com/NixOS/nixpkgs/pull/115845
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 260 seconds]
<Mic92> clever: I got not-os build with these patches for musl: https://github.com/NixOS/nixpkgs/pull/115841#issue-590227040
<edrex> Actually yeah, I think samueldr 's response there should do the trick
civodul has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115846 → goreleaser: 0.158.0 -> 0.159.0 → https://github.com/NixOS/nixpkgs/pull/115846
vuko has quit [Ping timeout: 260 seconds]
mananamenos_ has quit [Ping timeout: 265 seconds]
D_ has quit [Ping timeout: 264 seconds]
mgsk has quit []
vuko has joined #nixos
mgsk has joined #nixos
D_ has joined #nixos
<FreeVariable> Sorry usually I use NixOS only for development: I've just noticed that some applications installed from config.nix will reset between switches across generations. Isn't there a way to persist them?
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115847 → git: disable flaky test → https://github.com/NixOS/nixpkgs/pull/115847
<FreeVariable> * Sorry usually I use NixOS only for development: I've just noticed that some applications installed from config.nix will reset between switches across generations. Isn't there a way to persist them? For instance Telegram Desktop will ask for a new session every time.
valwal_ has quit []
valwal_ has joined #nixos
afontaine has joined #nixos
Guest13328 is now known as dominikh
alexherbo26 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115848 → gping: 1.2.0-post -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/115848
alexherbo2 has quit [Ping timeout: 245 seconds]
alexherbo26 is now known as alexherbo2
gustavderdrache has quit [Quit: Leaving.]
orbekk1 has quit [Quit: WeeChat 2.9]
lsix has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @yurrriq opened pull request #115849 → renderizer: 2.0.9 -> 2.0.12 → https://github.com/NixOS/nixpkgs/pull/115849
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115057 → wrangler: build against system OpenSSL → https://github.com/NixOS/nixpkgs/pull/115057
zupo has quit [Ping timeout: 264 seconds]
__monty__ has quit [Quit: leaving]
orbekk has joined #nixos
zupo has joined #nixos
lambda-11235 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #114868 → python37Packages.hdmedians: 0.14.1 -> 0.14.2 → https://github.com/NixOS/nixpkgs/pull/114868
<redmp> FreeVariable: perhaps are you using something like home-manager to manage these applications?
<{^_^}> [nixpkgs] @jonringer merged pull request #114843 → python37Packages.Wand: 0.6.5 -> 0.6.6 → https://github.com/NixOS/nixpkgs/pull/114843
<redmp> i have no experience with home manager, but my guess is that you might need to specify state directories for applications so it can manage them
<FreeVariable> <redmp "FreeVariable: perhaps are you us"> I just tried including this app to my `configuration.nix` and for some other reason I had to switch away... Reset the app.
<FreeVariable> I don't think I am using `home manager`
<FreeVariable> I don't even know what that is.
<{^_^}> [nixpkgs] @jonringer merged pull request #114532 → python37Packages.azure-mgmt-media: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/114532
alexherbo2 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @drewrisinger opened pull request #115850 → [staging] python3Packages.more-itertools: 8.6.0 -> 8.7.0 → https://github.com/NixOS/nixpkgs/pull/115850
fuiltilt has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @jonringer merged pull request #113783 → python37Packages.azure-mgmt-iotcentral: 4.0.0 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/113783
dani- has quit []
dani- has joined #nixos
<redmp> FreeVariable: if you're installing the application via configuration.nix then you should try to confirm where the application stores its state.. if it's under your home directory, such as under a dotfile directory like .config/ or .cache/ then it shouldn't reset when you update your configuration.nix
cfinch has joined #nixos
cfinch has quit [Remote host closed the connection]
<FreeVariable> <redmp "FreeVariable: if you're installi"> I see. Because /home is excluding from generations?
<FreeVariable> > <@freenode_redmp:matrix.org> FreeVariable: if you're installing the application via configuration.nix then you should try to confirm where the application stores its state.. if it's under your home directory, such as under a dotfile directory like .config/ or .cache/ then it shouldn't reset when you update your configuration.nix
<FreeVariable> * I see. Because /home is excluded from generations?
<{^_^}> error: syntax error, unexpected '<', at (string):489:1
<{^_^}> [nixpkgs] @yurrriq opened pull request #115851 → helm-secrets: 3.4.1 -> 3.5.0 → https://github.com/NixOS/nixpkgs/pull/115851
<redmp> yeah, and i assume Telegram Desktop's state being wiped is what would cause it to ask you for a new session
ddellacosta has joined #nixos
<FreeVariable> Well, I'll move to the flatpak version while I am investigating.
<FreeVariable> I have not witnessed this behaviour in any other application.
<FreeVariable> Thanks for your replies though
<FreeVariable> Always nice to find another human soul in this stream of pull requests.
<FreeVariable> :D
cfinch has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @berbiche opened pull request #115852 → cagebreak: 1.5.0 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/115852
lor|d is now known as lord|
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115853 → hcloud: 1.20.0 -> 1.21.0 → https://github.com/NixOS/nixpkgs/pull/115853
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gustavderdrache has joined #nixos
sigmundv_ has quit [Ping timeout: 272 seconds]
hl` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115854 → hcxtools: 6.1.5 -> 6.1.6 → https://github.com/NixOS/nixpkgs/pull/115854
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115214 → fst: init at 0.4.5 → https://github.com/NixOS/nixpkgs/pull/115214
fabian_a has quit [Ping timeout: 264 seconds]
superherointj has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115855 → helmfile: 0.138.6 -> 0.138.7 → https://github.com/NixOS/nixpkgs/pull/115855
<{^_^}> [nixpkgs] @teto merged pull request #115851 → helm-secrets: 3.4.1 -> 3.5.0 → https://github.com/NixOS/nixpkgs/pull/115851
hl` has quit [Remote host closed the connection]
<heck-to-the-gnom> FreeVariable: #nix:matrix.org has a lot more humans than this place does
hl has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115856 → helmsman: 3.6.4 -> 3.6.5 → https://github.com/NixOS/nixpkgs/pull/115856
<heck-to-the-gnom> err, this is IRC, lol forgot, well, on matrix it's busier w/ conversation
hl has quit [Remote host closed the connection]
erasmas has quit [Quit: leaving]
hl has joined #nixos
attila_lendvai_ has quit [Ping timeout: 260 seconds]