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
<infinisil> pushqrdx: Only if you pass options that delete older generations
<infinisil> E.g. a `nix-collect-garbage` without any options won't delete any old gens
<infinisil> But passing a `-d/--delete-old` will make it delete all old gens
<pushqrdx> i was talking about deleting none used packages, without the -d flag, so nix will keep packages used by older gens?
proofofkeags_ has joined #nixos
<infinisil> pushqrdx: Yeah, just running `nix-collect-garbage` will delete only packages that aren't referenced from any gcroot/profile
cosimone has quit [Ping timeout: 260 seconds]
proofofkeags has quit [Ping timeout: 265 seconds]
werner291 has quit [Quit: werner291]
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm has joined #nixos
<a-h> Maybe I'm missing something. It's possible to make a Docker image from Nix, right? So, I should be using dockerTools.buildImage to add some stuff in, rather than starting with a Docker file and adding nix content to it?
<a-h> Even if I just want to run a shell at the end of it,.
<a-h> But that config won't look much like my home-manager configuration?
notakeyboardsmas has quit [Ping timeout: 245 seconds]
xlei has quit [Ping timeout: 246 seconds]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #107157 → bluejeans: 2.17.0 -> 2.19.0 → https://git.io/JLBw5
<{^_^}> [nixpkgs] @veprbl pushed commit from @rmcgibbo to master « bluejeans: 2.17.0 -> 2.19.0 »: https://git.io/JLz8s
fuzzypixelz has joined #nixos
ericsagn1 has quit [Ping timeout: 258 seconds]
<a-h> Ah, looks like I can't build a Docker image with Nix on a Mac that can run on Linux.
ddellacosta has joined #nixos
<a-h> Package ‘docker-image-home.tar.gz’ in /nix/store/7jfap9asvggb1il9fr5nk20ckdva0ssn-nixpkgs-21.03pre254870.1121b2259b7/nixpkgs/pkgs/build-support/trivial-builders.nix:7 is not supported on ‘x86_64-darwin’, refusing to evaluate.
<{^_^}> [nixpkgs] @berbiche opened pull request #107234 → bottom: 0.5.4 -> 0.5.6 → https://git.io/JLzB3
<{^_^}> [nixpkgs] @github-actions[bot] pushed 24 commits to staging-next: https://git.io/JLzBn
<{^_^}> [nixpkgs] @github-actions[bot] pushed 25 commits to staging: https://git.io/JLzBc
<{^_^}> [nixpkgs] @maralorn merged pull request #107229 → haskellPackages.taffybar: Mark as unbroken → https://git.io/JLzL4
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/JLzBK
cole-h has joined #nixos
sheeldotme has quit [Remote host closed the connection]
ericsagn1 has joined #nixos
kirelagin has quit [Quit: No Ping reply in 180 seconds.]
<hexa-> hey maralorn :)
kirelagin has joined #nixos
<maralorn> hey hexa-, longtime no see.
domogled has quit [Ping timeout: 268 seconds]
m0rphism has joined #nixos
andreas303 has quit [Ping timeout: 240 seconds]
andreas303 has joined #nixos
jb55 has quit [Ping timeout: 240 seconds]
a-h has quit [Remote host closed the connection]
jb55 has joined #nixos
OneLegend has left #nixos [#nixos]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #107235 → stix-two: 2.0.2 -> 2.10 → https://git.io/JLzgY
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zeta_0 has joined #nixos
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @erictapen closed pull request #107232 → [20.09] qutebrowser: 1.13.1 -> 1.14.1 → https://git.io/JLzG8
<{^_^}> [nixpkgs] @marsam opened pull request #107236 → postgreslPackages.postgis: 3.0.3 -> 3.1.0 → https://git.io/JLzg1
rb2k has quit [Ping timeout: 260 seconds]
<hpfr> this error look familiar to anyone upgrading recently? https://bpa.st/XE3A
ddellacosta has quit [Ping timeout: 240 seconds]
<duairc> hpfr: I think you're wrapping Firefox twice
<duairc> hpfr: Are you using home-manager by any chance?
<hpfr> yes
<duairc> You need to set home.stateVersion
<hpfr> oh, is that new?
<duairc> I don't think it's new. The default value of home.stateVersion is 18.09, and the default value of programs.firefox.package looks at the stateVersion to decide if it should be a pkgs.firefox or pkgs.firefox-wrapped
<duairc> That error message happens when you try to wrap an already-wrapped Firefox
<duairc> I think that might be a consequence of the recent changes to Firefox, but I'm not sure
r3drock has joined #nixos
<duairc> I spent a long time trying to track down that error when I ran into it though. The fix is to explicitly set home.stateVersion to 21.03 or whatever
printfn[m] has joined #nixos
<hpfr> oh, I've never actually looked through the firefox module. thanks for the heads up
<duairc> hpfr: Let me know if setting home.stateVersion fixes it
philr has joined #nixos
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
<zeta_0> if anyone would like to take a look at this python-lsp issue that i'm having, thanks in advance! https://www.reddit.com/r/NixOS/comments/kgl5bs/pythonlsp_is_not_being_detected_by_emacs_in_an/
Lord_of_Life_ is now known as Lord_of_Life
<{^_^}> [nixpkgs] @petabyteboy merged pull request #107234 → bottom: 0.5.4 -> 0.5.6 → https://git.io/JLzB3
<{^_^}> [nixpkgs] @petabyteboy pushed commit from @berbiche to master « bottom: 0.5.4 -> 0.5.6 »: https://git.io/JLzVL
philr_ has quit [Ping timeout: 268 seconds]
<hpfr> duairc: seems to have worked! never would have found that, thanks
<zeta_0> i'll come back in about 10 minutes, to see if anyone responded, if not, then I'll just leave this channel and wait a while for anyone to respond to the reddit post!
<andi-> zeta_0: me looks, i've had something similar
<andi-> zeta_0: I do not use emacs but it also stopped working for me in VIM some weeks ago
<duairc> hpfr: No problem, glad I was able to share that with somebody!
<andi-> zeta_0: actually it works again on recent unstable. does it show up in your PATH?
<magnos> quit
<{^_^}> [nixpkgs] @petabyteboy opened pull request #107237 → bottom: fix build on aarch64 → https://git.io/JLzwZ
magnos has quit [Quit: WeeChat 2.9]
<zeta_0> andi-: when I type python and then press tab, the python-language-server shows up as one of the completions in terminal, but when I open a python file, emacs tells me it does not detect it, but in my .emacs I used the elisp code directly from the nixos instructions on how to install microsoft's python lsp, so at this point, I have no idea?
<andi-> Same, sorry, not an emacs user :/
<zeta_0> andi-: thanks and it's fine, I posted this issue on reddit, so hopefully people will start responding eventually, to help fix this issue!
<andi-> zeta_0: not sure who checks reddit, maybe try the discourse?
Fare has joined #nixos
<zeta_0> i've had the best luck with reddit so far(other than the formatting issue), so I think i'll stick with reddit for now.
<andi-> ok
LnL has quit [Ping timeout: 265 seconds]
LnL has joined #nixos
LnL has joined #nixos
pushqrdx_ has joined #nixos
sss2 has quit [Quit: Leaving]
<zeta_0> well, it's time to give up!
<zeta_0> andi-: thanks for the help!
pushqrdx has quit [Ping timeout: 264 seconds]
<zeta_0> andi-++
<{^_^}> andi-'s karma got increased to 50, it's a crit!
<zeta_0> later!
sigmundv has quit [Ping timeout: 240 seconds]
sss2 has joined #nixos
marusich has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 27.1]
sss2 has quit [Quit: Leaving]
kalbasit has joined #nixos
h0m1 has quit [Ping timeout: 264 seconds]
zakame has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
zakame has joined #nixos
m0rphism has quit [Ping timeout: 265 seconds]
c4rc4s has quit [Ping timeout: 240 seconds]
jpo has quit [Ping timeout: 246 seconds]
justanotheruser has quit [Ping timeout: 272 seconds]
LunarLambda has quit [Ping timeout: 260 seconds]
jboyens has joined #nixos
fuzzypixelz has quit [Quit: fuzzypixelz]
<maurer> For a particular program, I need to generate a config file with a specific name - it only lets me set its config *directory*, not its name. As a result, writeText isn't really working for me.
<maurer> Any ideas?
<andi-> maurer: writeTextFile { name ="test.txt"; location = "/dir"; text = "test"; }
xcmw has joined #nixos
LnL has quit [Quit: exit 1]
LnL has joined #nixos
<maurer> That worked, thanks.
<{^_^}> [nixpkgs] @zowoq merged pull request #107231 → dasel: 1.9.1 -> 1.10.0 → https://git.io/JLzOe
<{^_^}> [nixpkgs] @zowoq pushed commit from @0x4A6F to master « dasel: 1.9.1 -> 1.10.0 »: https://git.io/JLzyd
a64 has joined #nixos
<jophish> domenkozar[m]: I'm sure you're aware, but just in case: cachix is returning 502 errors
<jophish> arrr, why can't nix fail less hard when a cache isn't working
<jophish> I wish there was an option to treat an unreachable cache as a miss
jpo has joined #nixos
marusich has quit [Ping timeout: 260 seconds]
schweby has quit [Quit: Das ist möglich, also tun wir es. Später.]
schweby has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
<energizer> surely it should do that by default, no?
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
fishcl has joined #nixos
spacefrogg has joined #nixos
justanotheruser has joined #nixos
jpo has quit [Ping timeout: 260 seconds]
a64 has quit [Ping timeout: 245 seconds]
<tnks> jophish: yeah, I'm having the same problem... I don't know how to nixos-rebuild without cachix when Cachix isn't working. This makes me want to only use Cachix user-level in the future.
<jophish> Try using: --option fallback true
rb2k has joined #nixos
r3drock has quit [Remote host closed the connection]
<energizer> nix-build --fallback
<tnks> what about for nixos-rebuild?
Fare has quit [Ping timeout: 260 seconds]
<tnks> but also the fallback didn't work for me. Not sure what else to try.
<jophish> tnks: guess you could look at the drv it's trying to build and run nix-instantiate --fallback whatever.drv
<tnks> I'm trying a user-local ~/.config/nix/nix.conf in hopes that it can override /etc/nix/nix.conf.
marusich has joined #nixos
<tnks> Okay, that seemed to work.
marusich has quit [Client Quit]
fishcl has quit [Ping timeout: 256 seconds]
<siraben> Is it just me or caches are down?
<siraben> `nix-build --fallback -A ...` still seems to try to reach the cache
<jophish> I'm getting some weird unexpected end of file
<jophish> also, although nix prints 'disabling cache for 60s' it still tries to fetch it straight after!
<siraben> Neither --option fallback true nor --fallback work for me
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
ericsagn1 has quit [Ping timeout: 260 seconds]
<tnks> I think this is all related to cachix.org acting up.
<siraben> It should be possible to not use cachix right?
<siraben> Ok I just commented everything out in ~/.config/nix/nix.conf and it works
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 268 seconds]
Supersonic112 is now known as Supersonic
ericsagn1 has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
jpo has joined #nixos
kalbasit has quit [Remote host closed the connection]
jpo has quit [Ping timeout: 240 seconds]
nrb has quit [Remote host closed the connection]
LnL has quit [Quit: exit 1]
LnL has joined #nixos
Jackneill has quit [Ping timeout: 240 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
Jackneill has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
rembo10 has quit [Quit: ZNC 1.8.1 - https://znc.in]
LnL has quit [Quit: exit 1]
LnL has joined #nixos
LnL has quit [Changing host]
LnL has joined #nixos
<jophish> tnks: did you solve your issue?
rembo10 has joined #nixos
strikerlulu_ has quit [Ping timeout: 240 seconds]
<jophish> I had to remove /etc/nix/nix.conf and make a manual version without the broken caches
Fare has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
ezioedithore has joined #nixos
rb2k_ has joined #nixos
rb2k has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #107238 → treewide: Start to break up static overlay → https://git.io/JLgOO
rb2k_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 3 commits to staging-next: https://git.io/JLgOw
<{^_^}> [nixpkgs] @github-actions[bot] pushed 4 commits to staging: https://git.io/JLgOo
rb2k has joined #nixos
cole-h has quit [Ping timeout: 264 seconds]
riksteri has joined #nixos
tinker has quit [Ping timeout: 272 seconds]
tinker has joined #nixos
jboyens has quit [Quit: WeeChat 2.9]
<eeva> Hey, how do I temporarily rebuild my system config without one of the binary caches in my nix.conf? (It's not responding, and making my nixos-rebuild fail)
<eeva> oh, I may have the same problem as jophish :D
<jophish> eeva: perhaps there's a better way, but I made a copy of /etc/nix/nix.conf, and then replaced it with a file without the cache in
<eeva> :+1: I'll do that
<jophish> then the rebuild was fine
<eeva> (my initial attempt was to disable all substituters, but it's gonna take a while to build everything)
<jophish> note that the rebuild will reinstate the symlink nix.conf, so remove the cache from your configuration.nix first!
<jophish> eeva: as thanks you could open an issue against nix or nixpkgs (if you feel like it)
<eeva> jophish: I did fix my configuration.nix first, thanks for the heads up
<eeva> jophish: this looks similar:
<{^_^}> nix#4383 (by expipiplus1, 2 hours ago, open): More helpful behavior when caches are broken/missing
<jophish> eeva: haha, that's me :)
<eeva> :')
palo1 has joined #nixos
<edef> eeva: i've done this with --option substituters ''
marusich has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
ericsagn1 has quit [Ping timeout: 268 seconds]
jjjj has quit [Quit: jjjj]
Fare has quit [Ping timeout: 256 seconds]
rb2k has quit [Ping timeout: 268 seconds]
fishcl has joined #nixos
rb2k has joined #nixos
ericsagn1 has joined #nixos
cfricke has joined #nixos
rb2k has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @breakds opened pull request #107239 → ethminer: fix broken package by switching to clang → https://git.io/JLgCJ
noudle has joined #nixos
<{^_^}> [nixpkgs] @midchildan opened pull request #107240 → sourcetrail: fix build for python indexer → https://git.io/JLgW2
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6ea2fd15d88 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jpo has joined #nixos
domogled has joined #nixos
lgcl has joined #nixos
marusich has quit [Quit: Leaving]
hmi has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 4 commits to master: https://git.io/JLgBo
<{^_^}> [nixpkgs] @vcunat merged pull request #107041 → firefox: 83 -> 84 → https://git.io/JLnC2
<{^_^}> [nixpkgs] @doronbehar merged pull request #97177 → intel-compute-runtime: 20.33.17675 -> 20.34.17727 → https://git.io/JUs8r
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JLg0O
zopieux has quit [Ping timeout: 272 seconds]
Heirlung has quit [Quit: ZNC - http://znc.in]
zopieux has joined #nixos
Heirlung has joined #nixos
respawn_ has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
asheshambasta has joined #nixos
hkkhs has joined #nixos
domogled has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @stigtsp opened pull request #107243 → rakudo: 2020.11 -> 2020.12 → https://git.io/JLgaQ
Fare has joined #nixos
autrim64 has joined #nixos
callahad[m] has quit [Quit: Idle for 30+ days]
DenisLehmann[m] has quit [Quit: Idle for 30+ days]
zakame has quit [Ping timeout: 240 seconds]
xwvvvvwx- has joined #nixos
xwvvvvwx- is now known as xwvvvvwx
FRidh has joined #nixos
hkkhs has quit [Remote host closed the connection]
Fare has quit [Ping timeout: 246 seconds]
respawn_ has quit [Quit: Leaving]
zakame has joined #nixos
lordcirth has quit [Ping timeout: 264 seconds]
zupo has joined #nixos
ky0ko has joined #nixos
noudle has quit []
ManiacOfMadness has quit []
FRidh has quit [Read error: Connection reset by peer]
FRidh has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<ronthecookie> anyone have a clue why this line breaks on NixOS? works fine on other distros. https://invent.kde.org/network/kdeconnect-kde/-/blob/master/plugins/share/shareplugin.cpp#L157
ManiacOfMadness has joined #nixos
lgcl has quit [Quit: ERC (IRC client for Emacs 27.1)]
lgcl has joined #nixos
<DigitalKiwi> what action causes it to break? i have kdeconnect
<{^_^}> [nixpkgs] @raboof opened pull request #107244 → jetbrains: updates → https://git.io/JLgD8
supersandro2000 has quit [Disconnected by services]
<ronthecookie> DigitalKiwi: it's the share URL functionality, but now I changed some stuff so I could debug it and it works when I run the daemon manually...
supersandro2000 has joined #nixos
<DigitalKiwi> share from kde -> device?
<ronthecookie> yeah
<{^_^}> [nixpkgs] @flokli merged pull request #101482 → nixos/acme: lego run when account is missing → https://git.io/JTaKU
<{^_^}> [nixpkgs] @flokli pushed 4 commits to master: https://git.io/JLgyG
<ronthecookie> but I think it's just dbus doing weird stuff so I'll just launch kdeconnectd manually
<{^_^}> [nixpkgs] @lheckemann opened pull request #107245 → manaplus: init at 1.9.3.23 → https://git.io/JLgyC
<DigitalKiwi> just ot be sure it's the "share file" on the icon on the dock that should right? (it worked for me but i am on fairly new nixos-unstable)
<ronthecookie> share file and share url are in the same file in the codebase, i tested share url but i'm guessing behaviour would be similar
<ronthecookie> anyway I think I figured it out, I'll report back in a bit
kirelagin has quit [Quit: No Ping reply in 180 seconds.]
zupo_ has joined #nixos
kirelagin has joined #nixos
zupo has quit [Ping timeout: 246 seconds]
<DigitalKiwi> if you figure out how to stop it from making these messages that'd be cool lol Dec 20 10:17:06 mvp-nixos xsession[15597]: file:///nix/store/m30mvxwr1drwfxqszrfpdqwwg9n4c683-kirigami2-5.73.0/lib/qt-5.15.0/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
<ronthecookie> well I dobut that's happening unless someone here wants to do a deep dive into KDE/qt code
<DigitalKiwi> ...i've started to before
<ronthecookie> me too, the source alone is like 4gb for qt, kdeconnect isn't that bad but I dobut that's there
<DigitalKiwi> from what i remember from the last time i think there might be a qmake flag we could set to make that warning not show up but i couldn't figure out how :(
<DigitalKiwi> 223920 <-- i have this many and counting in my journal :/
<ronthecookie> DigitalKiwi: seems like we just have to wait
<ronthecookie> ehm, >/dev/null?
kirelagin has quit [Ping timeout: 260 seconds]
<DigitalKiwi> how
<ronthecookie> well I was gonna say the imperative way (systemctl edit x.service) but this is nix so I'm not sure
<DigitalKiwi> i literally never considered that you might be able to edit the journal
<DigitalKiwi> ...you can edit the journal?
<ronthecookie> no but you can edit the service and redirect the output so it never gets to the journal
<DigitalKiwi> oh
<ronthecookie> well maybe you can, I dunno
<DigitalKiwi> i want to do that for javascript errors too
<ronthecookie> anyway you probably shouldn't use `systemctl edit` since that's not very cool in nix land I think
sbetrium has quit [Remote host closed the connection]
vidbina has joined #nixos
sbetrium has joined #nixos
<DigitalKiwi> the nerve of these web devs to not only write badly typed javascript but then to make me see all of their type errors
<ronthecookie> lol
<{^_^}> [nixpkgs] @bjornfor opened pull request #107246 → [backport, staging-20.09] asciidoctor: add revealjs support → https://git.io/JLgQc
asheshambasta has quit [Ping timeout: 272 seconds]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pinpox> Hi, I installed a patched (autopatchelf) binary like this https://github.com/pinpox/nixos/blob/main/packages/mmonit/derivation.nix but I get an error when trying to launch it "AssertException: Cannot compute the mmonit home directory" can somebody help?
Mateon2 has joined #nixos
<pinpox> The derivation worked when running it with nix-build and the defualt.nix file in that folder
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon2 is now known as Mateon1
<pinpox> Do I have to change something when installing it as a package?
<{^_^}> [nixpkgs] @prusnak merged pull request #107202 → stern: use stern/stern as upstream source → https://git.io/JLuLb
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JLg7N
nrb has joined #nixos
<nrb> After my dumb question yesterday I find another error, hope it is not a stupid question again: The option value `boot.initrd.luks.devices' in `/mnt/nixos_root/etc/nixos/configuration.nix' is not of type `attribute set of submodules'.
<nrb> cat NiXOS_bootstrap.sh | curl -F 'sprunge=<-' http://sprunge.us
<pinpox> nrb: you have an array there
<pinpox> with [
<pinpox> that line should be "initrd.luks.devices = { YOUR CONFIG } " not initrd.luks.devices = [ ...
<nrb> +ok, thank you, I copied from here: https://gist.github.com/martijnvermaat/76f2e24d0239470dd71050358b4d5134 and another place
<{^_^}> [nixpkgs] @marsam opened pull request #107247 → rbw: 0.5.0 -> 0.5.2 → https://git.io/JLgdf
<pinpox> If you want an example of a working luks +lvm config have a look at mine https://github.com/pinpox/nixos/blob/fce12dd0cf8d832837c69985b3be824d0e8250f0/machines/kartoffel/configuration.nix#L24
<pinpox> I'm not an expert, but that one works, using it right now
sangoma has joined #nixos
<nrb> excellent, thank you, this is a new install, 2nd Nixos for me
<pinpox> your welcome
<pinpox> *you're
<nrb> seems I am missing .root too, great pointer for me to learn and dig in from, I would not easily have spotted that
lgcl has quit [Quit: ERC (IRC client for Emacs 27.1)]
lgcl has joined #nixos
<DigitalKiwi> on your third try zfs ;)
<{^_^}> [nixpkgs] @raboof closed pull request #107244 → jetbrains: updates → https://git.io/JLgD8
<pinpox> DigitalKiwi: could you help me out with the derivation? It works when building with nix-build but not when installed as a package
<pinpox> I don't know where to start looking for the error
jophish has quit [Ping timeout: 256 seconds]
<pinpox> Running nix-build in this directory (https://github.com/pinpox/nixos/tree/main/packages/mmonit) outputs a ./result with a working program. But then when I install it as a pkgs overlay it errors with "AssertException: Cannot compute the mmonit home directory" when trying to launch it, even though it seems to install fine
gurki has joined #nixos
<gurki> hello; would it be advisable (or possible) to run nixos within a docker container on some centos host?
<gurki> google results are a bit ambiguous
<gurki> from what i understand nixos' approaches to things tend to be a tad different, i cant quite tell whether that affects me there
<colemickens> Docker's not really meant to run an entire OS
philr has quit [Ping timeout: 240 seconds]
<colemickens> I suspect you'd have about as much luck as trying to run any other systemd linux distro under docker.
<colemickens> I've had decent luck running nix-builds for lots of things in a docker container though
<gurki> wel. in order to avoid x-y questions ... id like to run https://gitlab.com/simple-nixos-mailserver/nixos-mailserver
<gurki> in theory having a vm for that woudl be acceptable, but given that i already have a bunch of docker things on that server it would be nicer if i could just use that
<DigitalKiwi> what host company is it
<gurki> its some rootserver, why?
<gurki> am i to expect problems on that front?
<DigitalKiwi> well there are ways to make some of those centos servers nixos servers :) https://github.com/elitak/nixos-infect
<DigitalKiwi> is one
<gurki> eh id rather not :D
<gurki> ppl would hit me with a big stick
<DigitalKiwi> pinpox: i'll look but i don't know if i'll be able to help
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107248 → ocamlPackages.ppxlib: add ppxlib 0.20.0 → https://git.io/JLgNG
<pinpox> DigitalKiwi: Thank you. I noticed that the path returned by "whereis mmonit" is a symlink to another path in the nix store. When I change to that one and then do ./bin/mmonit in there it seems to work, so I guess I'm installing this wrong, the binary itself seems to be fine
Ikosit has joined #nixos
* DigitalKiwi wonders why it doesn't make you have a sha
andi89gi has joined #nixos
dansho has joined #nixos
sigmundv has joined #nixos
xlei has joined #nixos
<pinpox> DigitalKiwi: Is the missing sha the problem? It seems to install fine and even runs with the full nix-store path (like in the gist)
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @kevincox merged pull request #104253 → pythonPackages.sqlite-utils: depend on sqlite-fts4 → https://git.io/JkEs4
<{^_^}> [nixpkgs] @kevincox pushed 3 commits to master: https://git.io/JLgAi
cfricke has quit [Ping timeout: 268 seconds]
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @rycee pushed commit from @marsam to master « stix-two: 2.0.2 -> 2.10 »: https://git.io/JLgAx
<{^_^}> [nixpkgs] @rycee closed pull request #107235 → stix-two: 2.0.2 -> 2.10 → https://git.io/JLzgY
bvdw has joined #nixos
sigmundv has quit [Ping timeout: 260 seconds]
jophish has joined #nixos
<{^_^}> [nixpkgs] @prusnak closed pull request #107208 → libseccomp: use tar in a reproducible way → https://git.io/JLuEa
<betawaffle> when are flakes expected to become non-experimental?
<{^_^}> [nixpkgs] @damhiya opened pull request #107249 → notsodeep: init at 2019.5.29 → https://git.io/JLgpf
fendor has joined #nixos
dadada_ has quit [Ping timeout: 272 seconds]
dadada_ has joined #nixos
andi89gi has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @prusnak opened pull request #107251 → gnutar: make reproducible by default → https://git.io/JLghk
andi89gi has joined #nixos
ericsagn1 has quit [Ping timeout: 268 seconds]
<DigitalKiwi> pinpox: is it trying to write to the store
<__monty__> betawaffle: Depends on who you ask. To say they're a little controversial would be an understatement.
<betawaffle> is there anywhere i can read about the controversy?
<{^_^}> [nixpkgs] @damhiya closed pull request #107249 → notsodeep: init at 2019.5.29 → https://git.io/JLgpf
<DigitalKiwi> pinpox: it looks like it expects to do a lot of writes to the readonly nix store
ericsagn1 has joined #nixos
<pinpox> DigitalKiwi: So how do I fix that?
<pinpox> Also, why would it work when run from the path itself?
autrim64 has left #nixos ["Killed buffer"]
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
pbb has quit [Ping timeout: 268 seconds]
pbb has joined #nixos
<genevino> is there a configuration.nix option to control "DefaultTimeoutStopSec" of systemd? i'm not willing to wait 90sec for my computer to reboot when i type reboot.
fishcl has quit [Quit: Quit]
<genevino> i already use systemd.watchdog.rebootTime and systemd.watchdog.runtimeTime to circumvent systemd deadlocks when rebooting, but i still get hit by "A stop job is running" messages with a timeout of 90sec sometimes and want to change that.
andi89gi has quit [Remote host closed the connection]
<genevino> and since this is impossible to actually debug because the behaviour of systemd is entirely non-deterministic, i'm looking for ways to tell it to wait for 10sec max, and if that was un-successful, just let me get on with my life and reboot the thing.
<DigitalKiwi> i don't know of a generic one but glusterfs has a setting for it that you could make your own based off maybe...
<genevino> systemd has a setting for that, i just don't see it exposed in nixos options.
<genevino> i mean hey, at least i was able to reduce the possible time a nixos host requires to reboot to 2min, that's something, but that's still way too much.
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @1000101 opened pull request #107252 → steam/fhsenv: Add LD_LIBRARY_PATH (and hence OpenGL driver library pa… → https://git.io/JL2fE
<pinpox> DigitalKiwi: I can't even run 'mmonit --help' that shouldn't have to write anything, but running "/nix/store/hhcqx50b59wfrav0p6v64wii6ghplh5m-system-path/bin/mmonit --help" works, shouldn't that be the same thing?
<{^_^}> [nixpkgs] @petabyteboy merged pull request #107237 → bottom: fix build on aarch64 → https://git.io/JLzwZ
<{^_^}> [nixpkgs] @petabyteboy pushed to master « bottom: fix build on aarch64 »: https://git.io/JL2fu
<{^_^}> [nixpkgs] @Emantor opened pull request #107253 → bintools-wrapper: fix inverted link32 check → https://git.io/JL2fM
<genevino> DigitalKiwi: testing
<nrb> still a bit newby here: new install: defined wget and git. wget is there, git is not..
<nrb> environment.systemPackages = with pkgs; [ git nixfmt ripgrep wget ];
<nrb> [nrb@avingate:~]$ git
<nrb> git: command not found
vldn1 has joined #nixos
<vldn1> Hi someone tested penrose and wtftw tiling wm?
<genevino> DigitalKiwi: that did the job for said deadlock, thank you. unfortunately it wouldn't be systemd if i wasn't running in just ANOTHER FRESH OTHER deadlock now.
<DigitalKiwi> it's made me wait at least 10 minutes a few times :(
<{^_^}> [nixpkgs] @damhiya opened pull request #107254 → notsodeep: init at 2019.5.29 → https://git.io/JL2Ue
<genevino> DigitalKiwi: yup same here, and i consider that behaviour excessively broken.
<DigitalKiwi> pinpox: well it has a logs folder and a database folder upgrade script and settings but right now they're all getting put in the same path in /nix/store/* which is read only
<genevino> open for any further ideas if anyone has some.
<DigitalKiwi> oh and maybe a pid...
<{^_^}> [nixpkgs] @flokli merged pull request #107112 → nixos/samba-wsdd: fix starting → https://git.io/JLlu1
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JL2Uz
<genevino> DigitalKiwi: reboot --force --force actually "does" reboot forcefully, but that's not what i want obviously.
<pinpox> DigitalKiwi: I understand, but why does it work when I call it directly?
<pinpox> DigitalKiwi: Even something like `mmonit -v` fails which just should print the version. Again, running `/nix/store/hhcqx50b59wfrav0p6v64wii6ghplh5m-system-path/bin/mmonit -v` works perfectly
davidv7 has quit [Remote host closed the connection]
dadada_ has quit [Ping timeout: 264 seconds]
da_dada has joined #nixos
<pinpox> (I got that path from `whereis mmonit`)
<pinpox> I guess my question is how to install it correctly, so it works with just the `mmonit` command
werner291 has joined #nixos
<DigitalKiwi> is this different than the monit that there is a module for in nixpkgs
<pinpox> DigitalKiwi: yes, mmonit is not monit
<pinpox> I'm considering submitting a PR for mmonit when I have figured out how to package it
<pinpox> (Explanation: mmonit is a central service for monitoring, monit is an agent that runs on every server and reports it's status to the mmonit instance
<pinpox> )
<{^_^}> [nixpkgs] @github-actions[bot] pushed 20 commits to staging-next: https://git.io/JL2TR
<{^_^}> [nixpkgs] @github-actions[bot] pushed 21 commits to staging: https://git.io/JL2T0
asheshambasta has joined #nixos
davidv7 has joined #nixos
<DigitalKiwi> oh
andi89gi has quit [Remote host closed the connection]
<DigitalKiwi> i think it might be a bit of a task
da_dada has quit [Ping timeout: 256 seconds]
dada_da has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #107154 → [20.09] xournalpp: 1.0.19 → 1.0.20 → https://git.io/JLBnv
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to release-20.09: https://git.io/JL2kU
andi89gi has joined #nixos
<DigitalKiwi> figuring out monitoring on nixos is on my todo lists so i might even be in the mood to help if i can >.>
<DigitalKiwi> i guess there's nagios and is prometheus similar i haven't used it
<patagonicus> pinpox: What do you currently have/how does mmonit -v fail?
fendor has quit [Remote host closed the connection]
dada_da has quit [Ping timeout: 260 seconds]
<DigitalKiwi> and maybe relative paths are the reason it fails when ran from one place and not the other
dada_da has joined #nixos
<pinpox> DigitalKiwi: I'm confused. Now it seems to work? huh? I didn't change anything
ollie[m] is now known as Ollie[m]
<pinpox> DigitalKiwi: oh damn. It seems it works in a new terminal window, not in one that was created before building it...
<pinpox> but not on a differnt machin :S
<pinpox> DigitalKiwi: pinpox@porree> mmonit -v ~
<pinpox> AssertException: Cannot compute the mmonit home directory
dada_da has quit [Ping timeout: 256 seconds]
shibboleth has joined #nixos
atemu12[m] has joined #nixos
dada_da has joined #nixos
andi89gi has quit [Remote host closed the connection]
respawn_ has joined #nixos
m0rphism has joined #nixos
andi89gi has joined #nixos
<pinpox> DigitalKiwi: Let me rephrase the problem, so it is more clear: I have installed the program like this https://github.com/pinpox/nixos/blob/main/modules/mmonit.nix
<pinpox> I want to be able to run the command `mmonit` instead of having to specify the full path
sangoma has quit [Quit: WeeChat 2.9]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
dstzd has quit [Quit: ZNC - https://znc.in]
nikivi has joined #nixos
dstzd has joined #nixos
kim0 has quit [Quit: Connection closed for inactivity]
nikivi has quit [Client Quit]
dstzd has quit [Client Quit]
joesventek has quit [Quit: Quit]
dstzd has joined #nixos
dstzd has quit [Client Quit]
<{^_^}> [nixpkgs] @joachifm merged pull request #107179 → [20.09] tor-browser-bundle-bin: 10.0.5 -> 10.0.7 → https://git.io/JLR9l
<{^_^}> [nixpkgs] @joachifm pushed 3 commits to release-20.09: https://git.io/JL2Yp
chloekek has joined #nixos
Nigel[m] has joined #nixos
nikivi has joined #nixos
nikivi has quit [Client Quit]
<chloekek> What’s the easiest way to find the tarball url for the latest unstable? I normally DDG “nixos unstable”, then click some links to get to https://channels.nixos.org/, temporarily enable JS and AJAX, scroll to the correct *-unstable link, and then copy the nixexpr.tar.xz URL, but maybe there’s an easier way.
<simpson> Ha, wow.
<simpson> I'm not sure who put JS on channels.nixos.org. They ought not to have done that; it was a poor decision. But CLV.
tarruda1 has quit [Ping timeout: 256 seconds]
<chloekek> Ooh I can just bookmark https://channels.nixos.org/ :D
<simpson> But you could ignore it altogether and always use https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz
<chloekek> That’s a great solution
<{^_^}> [nixpkgs] @timokau merged pull request #106892 → starboard-octant-plugin: 0.7.0 -> 0.7.1 → https://git.io/JLUNt
nikivi has joined #nixos
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JL23K
<chloekek> simpson: Oh nice, I’ll write a script that generates a JSON file from the Location header from that resource, thanks!
nikivi has quit [Client Quit]
andi89gi has quit [Remote host closed the connection]
<Nigel[m]> (was nrb) newby up and running: [root@avingate:/etc]# cat /etc/nixos/configuration.nix | curl -F 'sprunge=<-' http://sprunge.us
<DigitalKiwi> simpson: that's how i pin nixpkgs ;D
<Nigel[m]> Thank you for Nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #107252 → [20.09] steam/fhsenv: Add LD_LIBRARY_PATH (and hence OpenGL driver library path) to output of --print-steam-runtime-libr… → https://git.io/JL2fE
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to release-20.09: https://git.io/JL2sR
<__monty__> betawaffle: Not really, just what I've gleaned from chats. Though someone linked this fork yesterday which seems rather more hardline not in favor of flakes, https://cs.tvl.fyi/depot/-/blob/third_party/nix/README.md Maybe they document why.
<boogiewoogie[m]> hey, it seems that since recently nix is depending on `aws-sdk-cpp`. why is that?
joesventek has joined #nixos
dstzd has joined #nixos
joesventek has quit [Client Quit]
<gchristensen> I think it has dependen on aws-sdk-cpp for at least a few years
dstzd has quit [Client Quit]
joesventek has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #107247 → rbw: 0.5.0 -> 0.5.2 → https://git.io/JLgdf
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JL2Z8
<patagonicus> boogiewoogie[m]: If you want to, you can disable it with an override, but then you'll probably have to build nix yourself.
<gchristensen> nix has built-in support for directly using S3 as a binary cache, that is what it uses it for
shibboleth has quit [Ping timeout: 240 seconds]
dstzd has joined #nixos
<boogiewoogie[m]> oh, then I just never noticed before. thanks for the replies! =)
<{^_^}> [nixpkgs] @petabyteboy opened pull request #107256 → libtorrentRasterbar: rename to libtorrent-rasterbar, move around some files → https://git.io/JL2nY
dstzd has quit [Client Quit]
dstzd has joined #nixos
<genevino> phoenix ~  grep JobTimeoutSec=30min /etc/systemd/system/reboot.target
<genevino> JobTimeoutSec=30min
<genevino> phoenix ~ 
<genevino> ok so HOW do i set this to 30sec?
joesventek has quit [Quit: Quit]
dstzd has quit [Client Quit]
<genevino> in fact, i would probably set this to 10sec.
<genevino> but i can't, since reboot.target is just a symlink to /nix/store
joesventek has joined #nixos
<genevino> and from what i see there's NO way to alter this behaviour from configuration.nix
<DigitalKiwi> gchristensen: :o that's neat
<DigitalKiwi> now if only it could upload to s3..
<DigitalKiwi> (it can)
joesventek has quit [Client Quit]
<patagonicus> genevino: I think systemd.targets.reboot.unitConfig.JobTimeoutSec = "30s" might work.
<DigitalKiwi> hmm that probably has a lot of the same potential use cases as cachix eh
<genevino> patagonicus: awesome, thanks a lot for your quick reply, will test right now.
joesventek has joined #nixos
<DigitalKiwi> genevino: systemd had a lot of options for hardware watchdogs i noticed
<DigitalKiwi> i'm not sure what they are but they sound expensive
fuzzypixelz has joined #nixos
joesventek has quit [Client Quit]
<DigitalKiwi> i'd guess they might meet your demanding needs tho :P
<{^_^}> [nixpkgs] @fabaff opened pull request #107257 → python3Packages.xkcdpass: 1.17.3 -> 1.17.6 → https://git.io/JL2W0
joesventek has joined #nixos
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
joesventek has quit [Client Quit]
<{^_^}> [nixpkgs] @xaverdh opened pull request #107258 → fish: avoid nontermination in fhs like setups → https://git.io/JL2lf
shibboleth has joined #nixos
dstzd has joined #nixos
nikivi has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/62f5b921c5d (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
vldn1 has left #nixos [#nixos]
<neiluj> hi!
<neiluj> how do you set ulimit values in nixos?
<neiluj> couldn't find any info in the wiki
joesventek has joined #nixos
sigmundv has joined #nixos
lordcirth has joined #nixos
<andi89gi> Is somebody going to update Calibre to the next current version? Atm nixpkgs.calibe is on 4.22. The current one on the homepage of Calibre is 5.72
chloekek has left #nixos ["Leaving"]
<pinpox> DigitalKiwi: I found a fix for the problem, is there anything problematic about running it like this: https://github.com/pinpox/nixos/blob/main/modules/mmonit.nix
ericsagn1 has quit [Ping timeout: 260 seconds]
<DigitalKiwi> https://aur.archlinux.org/cgit/aur.git/tree/mmonit.service?h=mmonit here's the systemd service arch has in its aur package
pushqrdx has joined #nixos
sigmundv has quit [Client Quit]
pushqrdx_ has quit [Ping timeout: 246 seconds]
<DigitalKiwi> so don't forget about the pid
<neiluj> DigitalKiwi: thanks!
andi89gi has quit [Remote host closed the connection]
<DigitalKiwi> yw
<DigitalKiwi> unfortunately (but luckily for you) i had that problem too :D
andi89gi has joined #nixos
tarruda1 has joined #nixos
<neiluj> :)
<neiluj> i set a hard nofile limit
<DigitalKiwi> it took me a long time to figure out how to do what i needed :(
<neiluj> gonna reboot
<neiluj> that's part of the nixos experience
sigmundv has joined #nixos
neiluj has quit [Quit: leaving]
<DigitalKiwi> https://gist.github.com/Kiwi/6d50995af051e978fdbedb1bc23f3d6e this is what i ended up with lol
werner291 has quit [Ping timeout: 260 seconds]
ericsagn1 has joined #nixos
<Bla[m]> <andi89gi "Is somebody going to update Cali"> Feel free to open a PR?
respawn_ has quit [Quit: Leaving]
<andi89gi> Bla[m]: Well, I have started a PR and just updated the version within the original nixpgs.calibre
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107257 → python3Packages.xkcdpass: 1.17.3 -> 1.17.6 → https://git.io/JL2W0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL22N
sss2 has joined #nixos
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #107194 → libtorrentRasterbar: 1.2.6 -> 2.0.1 → https://git.io/JLEW6
<{^_^}> [nixpkgs] @petabyteboy pushed 2 commits to master: https://git.io/JL2V4
noudle has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #100978 → python3Packages.pipx: 0.15.5.1 -> 0.15.6.0 → https://git.io/JTlqz
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL2VM
mallox has joined #nixos
werner291 has joined #nixos
lordcirth__ has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #107259 → WIP: deluge: enable tests → https://git.io/JL2rj
mallox has quit [Quit: WeeChat 3.0]
lordcirth has quit [Ping timeout: 260 seconds]
veleiro has joined #nixos
<maralorn> Is there somewhere a toIni or toToml funktion in nixpkgs?
<infinisil> maralorn: lib.generators.toINI
<maralorn> infinisil++
<{^_^}> infinisil's karma got increased to 391
<infinisil> Or pkgs.formats.{ini,toml}.generato
<infinisil> generate*
<maralorn> Just grepping through your PR.^^
<infinisil> :)
waleee-cl has joined #nixos
zakame has quit [Ping timeout: 272 seconds]
zakame has joined #nixos
vidbina has quit [Ping timeout: 246 seconds]
andi89gi has quit [Remote host closed the connection]
lordcirth__ has quit [Remote host closed the connection]
andi89gi has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
ddellacosta has joined #nixos
s1341 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @mohe2015 opened pull request #107260 → eclipses: 2020-09 -> 2020-12 and add eclipse-rust → https://git.io/JL2ix
lordcirth has joined #nixos
<dhess> Where is the `overlays` attribute of a Nix Flake documented? The RFC makes no mention of it. https://nixos.wiki/wiki/Flakes says, "Same idea as overlay but a list or attrset of them," but that implies that if I want to use the overlays of an input Flake, I need to introspect the attribute's type and then adapt accordingly?
<bigvalen> I think I broke my system, by not really understanding how btrfs mirroring works on nixos.
<bigvalen> I had a happy box, with nvme0n1p2 as /
<bigvalen> I got a second drive...an nvme thing, with a sata interface, probably /dev/disk/by-id/.... I can't remember. I just attached it as a mirror, was surprised that it didn't need changes to /etc/fstab or whatever. All good.
<bigvalen> Now, when I reboot...
<bigvalen> [ 5.335114] BTRFS error (device nvme0n1p2): devid 2 uuid f6284a4c-874e-434b-acf1-34ecd69162e0 is missing
<bigvalen> I tried to fix with nixos-install - from a USB key which seemed to run fine. Is there something I'd need in hardware-configuration to remind btrfs where to find the other part of the mirror ?
<Nigel[m]> <bigvalen "[ 5.335114] BTRFS error (devi"> Do you have both drives 'online'
<bigvalen> Well ... probably. The NVME one, with a SATA interface, is brand new. It was online a wee while back
<bigvalen> I'm trying to imagine what 'online' means in this case. Has something changed, where the ID I added it to btrfs has changed ? Maaaybe
<Nigel[m]> <bigvalen "I'm trying to imagine what 'onli"> I would boot up with a livecd or similar and use brrfs tools to get them to play together again - then it might reboot as before
<bigvalen> i booted it from a livecd, could mount the volume no problem - and hence, re-run nixos-install
<{^_^}> [nixpkgs] @siraben opened pull request #107261 → kimg: 0.3.0 -> 0.4.0 → https://git.io/JL21b
<bigvalen> # btrfs device add -f /dev/disk/by-id/wwn-0x5001b448bb7ea37f-part2 / && btrfs balance start -dconvert=raid1 -mconvert=raid1 /
<bigvalen> That was the original command... I'll go back into the livecd, see if it's definitely seeing both halves of the mirror
<Nigel[m]> <bigvalen "That was the original command..."> yes I think btrfs tools should let you see what is going on:
<Nigel[m]> I use that to monitor devices
<Nigel[m]> btw: I would expect adding a 2nd drive as raid1 would make no difference at all to NixOS - you might check what changed with your re-run nixos-install
Fare has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
<{^_^}> [nix] @Ericson2314 opened pull request #4385 → Overall store subclassing → https://git.io/JL2D2
<fgaz> is there a way to `import` a nix file with a fallback value if the file does not exist?
<sphalerite> bigvalen: probably a missing driver
andi89gi has quit [Remote host closed the connection]
<sphalerite> bigvalen: try rerunning nixos-generate-config from your installer system.
<sphalerite> fgaz: if builtins.fileExists ./expr.nix then import ./expr.nix else {}
andi89gi has joined #nixos
<fgaz> sphalerite: ooh thank you, I totally missed fileExists
Fare has quit [Ping timeout: 260 seconds]
pushqrdx has quit [Ping timeout: 256 seconds]
werner292 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106439 → openxray: update package description → https://git.io/JIzoV
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL2S7
<bigvalen> sphalerite, Oh, interesting.
werner291 has quit [Ping timeout: 264 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @midchildan opened pull request #107262 → libtapi: 1000.10.8 -> 1100.0.11 → https://git.io/JL29k
<{^_^}> [nixpkgs] @edibopp opened pull request #107263 → Firmware and kernel patch for Realtek RTL8761b → https://git.io/JL29Z
mitchty[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #75378 → pythonPackages.wsnsimpy: init at 0.2.5 → https://git.io/JeSQS
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL297
ezioedithore has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @midchildan closed pull request #106348 → libtapi: build the 'tapi' executable → https://git.io/JI0CP
<{^_^}> [nixpkgs] @marsam merged pull request #107236 → postgreslPackages.postgis: 3.0.3 -> 3.1.0 → https://git.io/JLzg1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JL2HZ
ezioedithore has joined #nixos
<{^_^}> [nixpkgs] @dywedir opened pull request #107264 → pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24 → https://git.io/JL2HQ
rb2k has joined #nixos
dada_da has quit [Quit: WeeChat 3.0]
gerschtli has quit [Ping timeout: 268 seconds]
<gchristensen> I don't suppose anyone knows what to do about "-c: Q_PID is undefined" in https://github.com/NixOS/nixpkgs/pull/106550
<{^_^}> #106550 (by eduardosm, 1 week ago, open): [WIP, need help] calibre 4.23.0 -> 5.6.0
gerschtli has joined #nixos
andi89gi has quit [Remote host closed the connection]
dadada_ has joined #nixos
pushqrdx has joined #nixos
andi89gi has joined #nixos
Fare has joined #nixos
kirelagin has joined #nixos
pushqrdx has quit [Excess Flood]
<bigvalen> Huh. Seems if you have mirrored compressed root btrfs, you need to add ' rootflags=device=/dev/sda3,device=/dev/sdb3 and rootfstype=btrfs ' to your linux command line
pushqrdx has joined #nixos
<duairc> Are there any resources/documentation for defining a NixOps network as a flake? Is that a thing that you can do?
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107265 → foot: 1.5.1 -> 1.6.0 → https://git.io/JL2dS
<shapr> How do I tell emacs about tools that are only available inside a nix-shell? I can start emacs inside that shell, but I'm used to having emacs running for IRC and other things.
<{^_^}> [nixpkgs] @sternenseemann closed pull request #106529 → foot: 1.5.1 -> 1.5.4 → https://git.io/JIaV3
<dhess> shapr: In my experience, the easiest way is via Emacs's direnv support. Hook direnv into Nix, hook Emacs into direnv.
<rb2k> For https://github.com/NixOS/nixpkgs/pull/107207 I am adding myself as the maintainer (since it's a new package). Are there any preference to do it in one or two commits?
<{^_^}> #107207 (by rb2k, 23 hours ago, open): libsmartcols: init at v2.36.1
<shapr> I'll check out direnv, thanks
ascj09 has joined #nixos
<ascj09> channels
<ascj09> ,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
jonringer has joined #nixos
<DigitalKiwi> shapr: and lorri https://github.com/target/lorri
<shapr> what's the #nixos-chat for?
sangoma has joined #nixos
<DigitalKiwi> rb2k: i like it in two commits and make sure the one that adds you as a maintainer is first so that a git bisect can't land on a broken package that lists a maintainer that doesn't exist
civodul has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #102034 → FusionInventory: 2.3.21 -> 2.6 → https://git.io/JTDej
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JL2bA
<{^_^}> [nixpkgs] @petabyteboy opened pull request #107266 → geoipupdate: 4.5.0 -> 4.6.0 → https://git.io/JL2NG
ww has left #nixos [#nixos]
cosimone has joined #nixos
<rb2k> phew, git muscle memory slowly coming back after years of hg at $DAYJOB
asheshambasta has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @beardhatcode opened pull request #107267 → nixos/nextcloud: fix missing quotes arround $* in occ wrapper and → https://git.io/JL2Aq
<patagonicus> shapr: "NixOS but much less topical" Off-topic conversations with other people using Nix(OS), basically.
<gchristensen> where nixos is mostly off topic
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
ericsagn1 has quit [Ping timeout: 258 seconds]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #99272 → knightos-scas: 0.4.6 -> 0.5.3, knightos-z80e: 0.5.0 -> 0.5.2 → https://git.io/JUSEV
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JL2AF
rb2k has quit [Ping timeout: 264 seconds]
davidv7 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105640 → daemon: Fix compilation on darwin → https://git.io/JITz6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to master « daemon: Fix compilation on darwin (#105640) »: https://git.io/JL2xt
ascj09 has left #nixos [#nixos]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #107268 → python3Packages.rdkit: init at 2020.09.3 → https://git.io/JL2xM
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107269 → ocamlPackages.ounit(2): 2.2.3 -> 2.2.4 → https://git.io/JL2pl
domogled has joined #nixos
ericsagn1 has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
dansho has quit [Quit: Leaving]
isaacr has joined #nixos
<isaacr> hi! fairly remedial question about installing a native package in nix.default
<isaacr> I'm working from this skeleton
<isaacr> obsidiansystems/obelisk/blob/7ad33cbe3e84b209e83c505ce25486445bbd602e/skeleton/default.nix
fuzzypixelz has quit [Quit: fuzzypixelz]
<Yaniel> that's probably missing the first part of the URL?
<isaacr> I need to install this package so my haskell app use "xelatex"
<isaacr> TexLive - NixOS Wiki
<isaacr> here's the nix pkg I'm trying to install: https://nixos.wiki/wiki/TexLive
<{^_^}> [nixpkgs] @veprbl merged pull request #107108 → pythonPackages.awkward: 0.4.5 -> 1.0.1, awkward1 -> awkward → https://git.io/JLlRG
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to master: https://git.io/JL2hu
<isaacr> I only have experience dealing with installing haskell libraries
<isaacr> hopefully that's enough information, I assume this is a fairly remedial question about installing a dependency on your nix system...
andi89gi has quit [Remote host closed the connection]
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
andi89gi has joined #nixos
<pushqrdx> so i just triggered a very nasty side effect of overlays, i wanted to change meson package propagting gcc so i overlayed it
<pushqrdx> now every shell i enter is rebuilding everything
<pushqrdx> almost a system wide rebuild :D
<pushqrdx> is there a way to avoid that in the future
<pushqrdx> also, installing package is triggering random rebuilds
<pushqrdx> packages*
<sphalerite> pushqrdx: not using an overlay like that ^^
<pushqrdx> yeah but was the alternative, other than upgrading, the issue with meson is that until recently it had a propagated dependency on gcc 9 which caused issues for me (trying to use gcc 10)
<pushqrdx> this was fixed in a recent PR and merged
<pushqrdx> the fix was to remove the propagated dependency, so i just did the same in an overlay
SomeoneSerge has joined #nixos
<pushqrdx> but everything is rebuilding now
<sphalerite> yeah no way around it really, if you're going to use that overlay everywhere. You could use it only in the contexts where meson propagating gcc9 is an issue though.
mallox has joined #nixos
mallox has quit [Client Quit]
<pushqrdx> when i first joined here i had question about the use of stuff like lorri etc and the answer was you'll discover it naturally if you had the need, and so far my nix-shell life has been smooth, i don't face huge rebuilds often if never
<SomeoneSerge> Is there a flag to enable recursive nix build/nix inside nix?
<pushqrdx> would lorri have helped in that?
<andi89gi> Hi, mates - I have tried to run nix-build ./ -A calibre - the only error is that by trying to build a derv the SHA-256 are not compatible
<tpw_rules> i think lorri helps if you garbage collect regularly
troydm has joined #nixos
<pushqrdx> i don't
<sphalerite> pushqrdx: yeah not really, it would still have to build all that stuff at some point
Fare has quit [Ping timeout: 260 seconds]
rb2k has quit [Ping timeout: 268 seconds]
domogled1 has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
domogled1 is now known as domogled
respawn_ has joined #nixos
andi89gi has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Stunkymonkey opened pull request #107270 → MediaElch: init at 2.8.2 → https://git.io/JLaT3
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @Azd325 opened pull request #107271 → duf: Add darwin supoort → https://git.io/JLaTw
<sss2> hi all, spice support in qemu builds in nixos/nixpkgs is somehow broken and unusable
domogled1 has joined #nixos
domogled has quit [Ping timeout: 256 seconds]
domogled1 is now known as domogled
zie has joined #nixos
chaoflow has quit [Ping timeout: 256 seconds]
fendor has joined #nixos
pushqrdx has quit [Remote host closed the connection]
jonatanb has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 268 seconds]
werner292 is now known as werner291
ManiacOfMadness has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
noudle has quit []
Dotz0cat has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fabaff opened pull request #107272 → python3Packages.hstspreload: 2020.6.9 -> 2020.11.21 → https://git.io/JLaLP
Dotz0cat has joined #nixos
zie has quit [Quit: ZNC 1.8.1 - https://znc.in]
zie has joined #nixos
shibboleth has joined #nixos
andi89gi has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/7d57790bc12 (from 24 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
zie has quit [Client Quit]
<{^_^}> [nixpkgs] @arcz opened pull request #107273 → xed: init at 12.0.1 → https://git.io/JLatg
zie has joined #nixos
andi89gi has joined #nixos
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 25 commits to staging-next: https://git.io/JLaqO
<{^_^}> [nixpkgs] @github-actions[bot] pushed 26 commits to staging: https://git.io/JLaqs
<{^_^}> [nixpkgs] @stigtsp merged pull request #107225 → tomb: 2.8 -> 2.8.1 → https://git.io/JLuAp
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JLaqW
aswanson has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107274 → haskellPackages.gitit: jailbreak → https://git.io/JLaqd
sangoma has quit [Ping timeout: 256 seconds]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @rycee pushed 2 commits to master: https://git.io/JLamW
<{^_^}> [nixpkgs] @rycee closed pull request #107260 → eclipses: 2020-09 -> 2020-12 and add eclipse-rust → https://git.io/JL2ix
ddellacosta has joined #nixos
ardumont has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #107271 → duf: Add darwin supoort → https://git.io/JLaTw
<{^_^}> [nixpkgs] @petabyteboy pushed commit from @Azd325 to master « duf: Add darwin supoort »: https://git.io/JLaY6
sangoma has joined #nixos
<isaacr> Nix novice here -- anyone know how to add the texlive package to an Obelisk default.nix?
Fare has joined #nixos
andi89gi has quit [Ping timeout: 264 seconds]
<proofofkeags_> how with nix can I make it such that sudo -u someuser is aware of the nix-profile of the target user?
harlchen has joined #nixos
<Ke> not sure, but maybe sudo -i -u user
ardumont has joined #nixos
<shapr> How would I add haskell-language-server to https://github.com/shapr/fermatslastmargin/blob/master/shell.nix ? I tried adding haskell-language-server and hsPkgs.haskell-language-server and haskell-language-server-8-8 what's the magic?
lgcl has quit [Quit: ERC (IRC client for Emacs 27.1)]
respawn_ has quit [Quit: Leaving]
vidbina has joined #nixos
meh` has joined #nixos
jonatanb has quit [Read error: Connection reset by peer]
jonatanb has joined #nixos
jmeredith has joined #nixos
shibboleth has quit [Remote host closed the connection]
xelxebar has quit [Remote host closed the connection]
werner292 has joined #nixos
berberman has joined #nixos
isaacr has quit [Ping timeout: 258 seconds]
xelxebar has joined #nixos
berberman_ has quit [Ping timeout: 268 seconds]
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
seku has joined #nixos
<{^_^}> [nixpkgs] @bjornfor opened pull request #107275 → nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems → https://git.io/JLaZR
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLaZ0
shibboleth has joined #nixos
<seku> heh, shibboleth? that reminds me of an XKCD :)
jonatanb has quit []
domogled has quit [Quit: domogled]
maxfield has joined #nixos
domogled has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
a-h has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
FRidh has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
domogled has quit [Client Quit]
domogled has joined #nixos
ezioedithore has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #99121 → mirage: 0.5.2 -> 0.6.4 → https://git.io/JUMzQ
<{^_^}> [nixpkgs] @symphorien pushed commit from @vojta001 to master « mirage: 0.5.2 -> 0.6.4 (#99121) »: https://git.io/JLaca
kaliumxy1 has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLaco
<{^_^}> [nixpkgs] @flokli opened pull request #107276 → linuxPackages_latest.evdi: unstable-20200416 -> unstable-20201214 → https://git.io/JLacQ
ericsagn1 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @doronbehar merged pull request #98558 → tty-share: init at 2.0.0 → https://git.io/JUgV2
<{^_^}> [nixpkgs] @doronbehar pushed 3 commits to master: https://git.io/JLacA
ezioedithore has joined #nixos
kaliumxyz has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #107277 → linuxPackages_latest.evdi: apply patch for kernel >= 5.9 → https://git.io/JLaCI
ManiacOfMadness has quit []
shibboleth has quit [Quit: shibboleth]
andi89gi has joined #nixos
kaliumxyz has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #107186 → conmon: 2.0.21 -> 2.0.22 → https://git.io/JL0t8
<{^_^}> [nixpkgs] @zowoq pushed to master « conmon: 2.0.21 -> 2.0.22 »: https://git.io/JLaCE
pushqrdx has joined #nixos
maxfield has quit [Remote host closed the connection]
ManiacOfMadness has joined #nixos
kaliumxy1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @flokli closed pull request #107276 → linuxPackages_latest.evdi: unstable-20200416 -> unstable-20201214 → https://git.io/JLacQ
growpotkin has joined #nixos
isaacr has joined #nixos
a-h has quit [Remote host closed the connection]
ericsagn1 has joined #nixos
cosimone has quit [Ping timeout: 256 seconds]
werner291 has quit [Quit: werner291]
werner292 has joined #nixos
werner292 is now known as werner291
cosimone has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #107278 → [20.09] steamPackages.steam-runtime: 0.20200720.0 → 0.20201203.1 → https://git.io/JLalE
vidbina has quit [Ping timeout: 256 seconds]
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
<proofofkeags_> OK I'm struggling with getting a systemd unit to run on a system where I have packages installed with nix-env (not NixOS), I am consistently getting permission denied. Has anyone else encountered this before?
<{^_^}> [nixpkgs] @petabyteboy merged pull request #107256 → libtorrentRasterbar: rename to libtorrent-rasterbar, move around some files → https://git.io/JL2nY
<{^_^}> [nixpkgs] @petabyteboy pushed 3 commits to master: https://git.io/JLa8J
andi89gi has quit [Remote host closed the connection]
meh` has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @veprbl pushed commit from @tpwrules to release-20.09 « opencv: fix python bindings (#106972) »: https://git.io/JLa8m
<{^_^}> [nixpkgs] @stigtsp opened pull request #107279 → perlPackages.MetaCPANClient: 2.028000 -> 2.029000 → https://git.io/JLa8s
chloekek has joined #nixos
andi89gi has joined #nixos
hnOsmium0001 has joined #nixos
konobi has quit [Ping timeout: 256 seconds]
<proofofkeags_> solved my own problem
<proofofkeags_> was an issue with my systemd unit file
<{^_^}> [nixpkgs] @petabyteboy opened pull request #107281 → deluge-1_x: add removal warning → https://git.io/JLa4l
kirelagin has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3d2d8f281a2 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @0x4A6F opened pull request #107282 → dasel: add installCheckPhase test → https://git.io/JLaBU
veleiro has quit [Ping timeout: 264 seconds]
sangoma has quit [Ping timeout: 265 seconds]
<andi89gi> Which stdenv-linux do u use mates?
chloekek has left #nixos ["Leaving"]
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
ezioedithore has quit [Ping timeout: 240 seconds]
<DigitalKiwi> shapr: nix-shell -p "haskellPackages.ghcWithPackages (p: with p; [haskell-language-server])"
konobi has joined #nixos
<shapr> DigitalKiwi: is there a way I can put that into my nix files so I get the right version for my project?
<DigitalKiwi> yeah
<shapr> I'm using shellFor since that's what chessai recommends
<{^_^}> [nixpkgs] @loewenheim opened pull request #107283 → kakoune: add kakboard plugin → https://git.io/JLa0Z
<pbb> How would I add a warning to a package that is soon to be removed? I would
ezioedithore has joined #nixos
<pbb> * I tried lib.trivial.warn "...", but that makes ofborg fail
<shapr> DigitalKiwi: I tried adding haskell-language-server on the line after this, but it says undefined variable: https://github.com/shapr/fermatslastmargin/blob/master/shell.nix#L5
* shapr reads
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r3v2d0g opened pull request #107284 → emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp' → https://git.io/JLa06
<DigitalKiwi> that's what i use to get a shell to build https://mostlyabsurd.com
andi89gi has quit [Remote host closed the connection]
rb2k has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
nrb has quit [Remote host closed the connection]
isaacr has quit [Ping timeout: 260 seconds]
pushqrdx has quit [Remote host closed the connection]
growpotkin has quit [Ping timeout: 260 seconds]
sangoma has quit [Quit: WeeChat 2.9]
fendor has joined #nixos
grumble is now known as SeasonsBeatings
jess is now known as sandy-claws
gxt has quit [Ping timeout: 240 seconds]
xcmw has joined #nixos
growpotkin has joined #nixos
<DigitalKiwi> shapr: did that help?
<shapr> DigitalKiwi: I don't know how to adapt that to the files in https://github.com/shapr/fermatslastmargin/ so I'm gonna skip it for now and come back to it later.
mounty has quit [Ping timeout: 268 seconds]
growpotkin has quit [Ping timeout: 240 seconds]
<DigitalKiwi> i'll take a shot
<DigitalKiwi> ...along with half a dozen other shots i'm taking right now :/
<dminuoso> What is the correct nixos option type to use, for when I want a user to be able to set `foo.<name>.bar = "foo";`?
nhs has quit [Quit: Lost terminal]
SomeoneSerge has quit [Ping timeout: 268 seconds]
<dminuoso> Is that just an attrsOf of a submodule with just a single attribute?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0e811b67429 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/134a1ad3751 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107285 → libschrift: init at 0.9.1 → https://git.io/JLaav
<{^_^}> [nixpkgs] @doronbehar opened pull request #107286 → sundials: 5.3.0 -> 5.6.1 → https://git.io/JLaVB
<{^_^}> [nixpkgs] @markuskowa opened pull request #107287 → libpsm2: 11.2.156 -> 11.2.185 → https://git.io/JLaVa
riksteri has quit [Quit: riksteri]
Lord_of_Life has quit [Excess Flood]
Lord_of_Life has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sebibek92[m] has joined #nixos
davidv7 has quit [Quit: Konversation terminated!]
davidv7 has joined #nixos
veleiro has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
SomeoneSerge has joined #nixos
ddellacosta has quit [Quit: WeeChat 2.8]
<DigitalKiwi> shapr: oh are you using haskell.nix
<{^_^}> [nixpkgs] @bhipple merged pull request #107264 → pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24 → https://git.io/JL2HQ
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JLaKm
<DigitalKiwi> shapr: cause if you were you could do it like this >.> https://github.com/Kiwi/absurd-paste-client/blob/develop/shell.nix
SomeoneSerge has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @numinit opened pull request #107288 → soapyaudio: init at 0.1.1 → https://git.io/JLaKo
fionera has quit [Quit: fionera]
fionera has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @andigi89 opened pull request #107289 → Update default.nix → https://git.io/JLa6U
andi89gi has joined #nixos
philr has joined #nixos
Swant is now known as IKEA
mounty has joined #nixos
IKEA is now known as Swant
kirelagin has joined #nixos
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #107166 → sudo: 1.9.4 -> 1.9.4p1 → https://git.io/JLREw
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JLaXL
<{^_^}> [nixpkgs] @fgaz opened pull request #107290 → mindustry,mindustry-server: 120.2 -> 121.4 → https://git.io/JLaXm
<{^_^}> [nixpkgs] @fgaz closed pull request #106075 → mindustry,mindustry-server: 120.2 -> 121 → https://git.io/JIChV
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107279 → perlPackages.MetaCPANClient: 2.028000 -> 2.029000 → https://git.io/JLa8s
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLaX7
harlchen has quit [Quit: WeeChat 2.9]
<DigitalKiwi> shapr: i think i figured it out :)
<shapr> oh, what was it?
<hexa-> supersandro2000: I was kinda still reviewing that change
<DigitalKiwi> you don't have a new enough nixpkgs pinned
<shapr> DigitalKiwi: oh, how do I do that?
<shapr> ohh
<DigitalKiwi> 0.6.0 is in unstable ;D
<shapr> so I just need to figure out how to pin unstable
fendor has quit [Remote host closed the connection]
<shapr> DigitalKiwi: thanks! I'll read up on how to pin unstable
<DigitalKiwi> i'm doing it
<DigitalKiwi> i can make a pr if you want :D
<shapr> yeah sure!
andi89gi has quit [Remote host closed the connection]
shad has joined #nixos
andi89gi has joined #nixos
<DigitalKiwi> have to change ghc version too
<shapr> fine by me, I'd rather have something newer
* DigitalKiwi has never used niv before either so lol
<DigitalKiwi> but i've been learning flakes the last few days and it feels a lot the same
<shapr> I just started using direnv and lorri today
<DigitalKiwi> <3 lorri
<shapr> Yeah, I'm a fan
davidv7 has joined #nixos
davidv7_ has quit [Ping timeout: 240 seconds]
<shapr> DigitalKiwi: so I could run `niv update` in the fermatslastmargin clone?
KarlJoad has joined #nixos
<KarlJoad> Is there a way to find the name of a .drv file from its .nar archive?
<gchristensen> I don't think so, the drv is a lookup to a nar, and many drv's can produce the same nar
seku has quit [Quit: Connection closed]
<KarlJoad> Oof... Ok. My Raspberry Pi 3 is trying to download some .nar's and keep failing due to a timeout, even though the only thing I changed was an additional authorized SSH key for the user. I'm not sure what's up with that.
oxalica1 has joined #nixos
andi89gi has quit [Remote host closed the connection]
oxalica has quit [Ping timeout: 246 seconds]
oxalica1 is now known as oxalica
<gchristensen> rather, drv -> narinfo -> nar
andi89gi has joined #nixos
<KarlJoad> That makes more sense, in my mind now, thanks. I still don't know why the Pi is failing, which is weird. It built fine 3 hours ago.
ericsagn1 has quit [Ping timeout: 268 seconds]
werner291 has quit [Quit: werner291]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
andi89gi has quit [Quit: Leaving]
ericsagn1 has joined #nixos
gxt has joined #nixos
kirelagin has quit [Ping timeout: 260 seconds]
moet has joined #nixos
<moet> hello! what's the correct way to tell nixops to use a local checkout of nixpkgs (or otherwise override the nixpkgs it uses to be different from the host system)?