andi- changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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-info
cole-h has joined #nixos
Thra11 has quit [Quit: WeeChat 2.7]
smatting has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<bhipple> simukis_: at that point, you probably want to consider more heavyweight tests, like running with `disorderfs`: https://salsa.debian.org/reproducible-builds/disorderfs
<simukis_> maybe. I know that whatever I’m attempting to reproduce is super easy to reproduce when multiple different builders are involved
<bhipple> Are you using sandboxing, or is the hostname/username of the builder exposed?
<bhipple> gchristensen has a couple nix-specific tricks and tips at (diffoscope) out
<emily> is it possible to remove something from environment.systemPackages that a module is adding?
justanotheruser has quit [Ping timeout: 248 seconds]
drakonis has quit [Ping timeout: 248 seconds]
<bhipple> Probably the cleanest way is to overlay the module to not depend on the thing at runtime
<emily> I'll settle for hacky right now
<emily> long-term I want to upstream separating "xserver" from "graphical" upstream
o1lo01ol1o has joined #nixos
<emily> but right now I need to "enable xserver" to get gdm working but don't want all the crap in my wayland environment
turona has quit [Ping timeout: 272 seconds]
turona has joined #nixos
<samueldr> emily: a possibility would be to copy the gdm module files from nixpkgs, and blacklist the nixos-version while you edit your version to have a clear delimitation between xserver and wayland
alexherbo2 has quit [Ping timeout: 260 seconds]
fendoer has quit [Quit: Leaving]
butterthebuddha has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80761 → ibus: 1.5.21 -> 1.5.22 → https://git.io/JvRxY
<simukis_> bhipple: we hadn’t sandboxing enabled but I did enable it today and will monitor how the things change
<emily> rnhmjoj: aw, okay. thanks for the info. more motivation to fix it upstream ^^
thc202 has quit [Ping timeout: 245 seconds]
<simukis_> bhipple: could just reproduce with `--repeat` and sandboxing enabled. Thanks so much for the help :)
<bhipple> simukis_: if you have sandboxing on, there's a UTS namespace that prevents the builder from knowing the name of localhost. Same for the uid/name of the user doing the build.
<bhipple> It'll always be something like nixbld@localhost
<simukis_> bhipple: Q: where does `nix build` store the previous build if at all, or do I need to pass in `-k`?
<bhipple> If you're building with sandboxes, the build is done in a throwaway container mount at /build, then copied into /nix/store on success, or discarded on failure. If -k is passed, it goes into /tmp and prints where it put it
<simukis_> okay, /me runs again with -k
__monty__ has quit [Quit: leaving]
<bhipple> There's also a breakpointHook in the NixPkgs manual that you can use, which makes the sandbox sleep on failure and lets you enter into it with a cmd
<bhipple> slightly more robust than inspecting the ex-post-facto result in /tmp, but I'd start with /tmp since it's simpler and more straightforward
<Dandellion> cole-h: thanks
<Dandellion> cole-h++
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drakonis has joined #nixos
Rusty1 has quit [Remote host closed the connection]
justanotheruser has joined #nixos
smatting has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @kalbasit opened pull request #80762 → yq-go: 3.1.0 -> 3.1.2 → https://git.io/JvRxB
claudiii has quit [Quit: Connection closed for inactivity]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
johnw has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl pushed to master « lhapdf.pdf_sets: fix download url »: https://git.io/JvRxj
<{^_^}> [nixpkgs] @veprbl pushed to release-20.03 « lhapdf.pdf_sets: fix download url »: https://git.io/JvRpf
<{^_^}> [nixpkgs] @veprbl pushed to release-19.09 « lhapdf.pdf_sets: fix download url »: https://git.io/JvRpT
vidbina has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #80762 → yq-go: 3.1.0 -> 3.1.2 → https://git.io/JvRxB
<{^_^}> [nixpkgs] @kalbasit pushed to master « yq-go: 3.1.0 -> 3.1.2 (#80762) »: https://git.io/JvRpk
<{^_^}> [nixpkgs] @emilazy opened pull request #80763 → weechatScripts.weechat-autosort: 3.4 -> 3.8 → https://git.io/JvRpO
noudle has quit []
Acou_Bass has quit [Ping timeout: 260 seconds]
jgeerds has quit [Ping timeout: 265 seconds]
nek0 has quit [Remote host closed the connection]
<simukis_> bhipple: in my case machines are hopefully all the same, but one common hole in sandbox I know is cpuinfo. I don’t believe nix safeguards against it, does it?
<simukis_> or rather cpuid and similar instructions.
<bhipple> It doesn't, no
nek0 has joined #nixos
drakonis has quit [Ping timeout: 272 seconds]
Acou_Bass has joined #nixos
<samueldr> that's probably the biggest reproducibility hole, hardware information
<simukis_> Is it possible to enable coredumps for sigsegvs that could possibly occur inside build?
<cole-h> Dandellion: No problem. By the way, the way I found it was using `nix-locate 'libsqlcipher.so'`, which is part of the `nix-index` package.
<{^_^}> [nixpkgs] @jonringer merged pull request #78898 → pythonPackages.cvxpy: init at 1.0.25 → https://git.io/JvOyO
<{^_^}> [nixpkgs] @jonringer pushed commit from @drewrisinger to master « pythonPackages.cvxpy: init at 1.0.25 »: https://git.io/JvRp4
<cole-h> See https://github.com/bennofs/nix-index for more information
<bhipple> As soon as you have two different pkgs, something like `diffoscope` is pretty useful
drakonis has joined #nixos
<simukis_> yeah, I found one issue already but it wasn’t what I was looking for, it was just a derivation installing intermediate build artifacts and one of those was a log file of `configure` with differences being in filename of files used in feature detection.
<{^_^}> [nixpkgs] @samueldr merged pull request #80592 → brave: 1.3.115 -> 1.3.118 → https://git.io/JvB6R
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JvRpV
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80764 → kubectx: 0.7.1 -> 0.8.0 → https://git.io/JvRpo
iyzsong has joined #nixos
xkapastel has joined #nixos
mlatus_ has joined #nixos
rogue_koder has quit [Remote host closed the connection]
rogue_koder has joined #nixos
acarrico has joined #nixos
logzet has quit [Ping timeout: 245 seconds]
Mateon2 has quit [Ping timeout: 240 seconds]
logzet has joined #nixos
mlatus_ has quit [Quit: mlatus_]
mlatus_ has joined #nixos
lambda-11235 has joined #nixos
Arahael has joined #nixos
werner291 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam opened pull request #80765 → sudo-font: 0.41 -> 0.42 → https://git.io/JvRhc
mlatus_ has quit [Quit: mlatus_]
<{^_^}> [nixpkgs] @jonringer closed pull request #80342 → pythonPackages.cvxpy: init at 1.0.25 (and its dependencies) → https://git.io/Jv8H6
<{^_^}> [nixpkgs] @samueldr opened pull request #80766 → [20.03] brave: 1.1.23 -> 1.3.118 → https://git.io/JvRhu
fusion809 has joined #nixos
mlatus_ has joined #nixos
Chiliparrot has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvRhS
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80767 → luigi: 2.8.11 -> 2.8.12 → https://git.io/JvRh9
mlatus_ has quit [Quit: mlatus_]
mlatus_ has joined #nixos
justanotheruser has quit [Read error: Connection reset by peer]
mlatus_ has quit [Client Quit]
<{^_^}> [nixpkgs] @marsam merged pull request #80760 → gifski: 0.9.1 -> 0.10.2 → https://git.io/JvRxk
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvRh5
mlatus_ has joined #nixos
mlatus has quit [Disconnected by services]
mlatus_ is now known as mlatus
mlatus has quit [Client Quit]
mlatus has joined #nixos
mlatus_ has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #80768 → mariadb: do not delete runtime plugins from package → https://git.io/JvRhx
sigmundv has quit [Remote host closed the connection]
mlatus has quit [Client Quit]
mlatus_ is now known as mlatus
sigmundv has joined #nixos
m0rphism has joined #nixos
Soo_Slow has joined #nixos
Mateon2 has joined #nixos
zeta_0 has joined #nixos
justanotheruser has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f545816c621 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
CRTified has quit [Ping timeout: 255 seconds]
simukis_ has joined #nixos
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @chkno opened pull request #80769 → nixos/nixos-enter: Create /tmp → https://git.io/JvRjE
<{^_^}> [nixpkgs] @matthuszagh opened pull request #80770 → nodePackages: netlify-cli init at 2.35.0 → https://git.io/JvRju
jboy has quit [Quit: bye]
jboy has joined #nixos
<fusion809> When I try to install RuneScape using Flatpak I get the error: https://paste2.org/w4m8Jc5p. I only need to install it again because I uninstalled it due to an error I was getting when I tried to launch it that I was hoping uninstalling and reinstalling would fix, that error was: https://paste2.org/1CkXfYXz.
h0m1 has quit [Ping timeout: 245 seconds]
<fusion809> I'm on NixOS, of course. I never used to get this error.
MmeQuignon has quit [Ping timeout: 258 seconds]
h0m1 has joined #nixos
<zeta_0> it turns out xmonad by itself without a desktop environment does work with vscodium, so my nix configuration must be messed up somewhere, i have no idea
<zeta_0> what is the nix option to edit /etc/fonts/fonts.conf ?
<zeta_0> for home.nix that is?
ryantrinkle has quit [Ping timeout: 272 seconds]
<drakonis> shouldn't you check home-manager for that?
<{^_^}> [nixpkgs] @cdepillabout opened pull request #80771 → nix-query-tree-viewer: init at 0.2.0 → https://git.io/JvRjN
Emantor has quit [Quit: ZNC - http://znc.in]
<zeta_0> drakonis: i'm guessing that #home-manager is dead right now, that's why i'm asking here
<drakonis> i mean the repository
Emantor has joined #nixos
<zeta_0> drakonis: ok, i'm looking right now but i'm not sure what option it is, it feels like i'm looking for a needle in a haystack
<simpson> zeta_0: I searched for "fonts.conf" using GH's Web repository search. This led me to https://github.com/rycee/home-manager/blob/master/modules/misc/fontconfig.nix
<drakonis> yes?
<drakonis> you said something about looking for a needle in the haystack?
growpotk- has joined #nixos
<zeta_0> ok, i found it, thanks guys
<zeta_0> drakonis: i found the needle, lol
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c2c5dcc00b0 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
qubasa has joined #nixos
m0rphism has quit [Ping timeout: 260 seconds]
reallymemorable has joined #nixos
qubasa_ has quit [Ping timeout: 272 seconds]
justanotheruser has quit [Read error: Connection reset by peer]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
nerdmaxx has quit [Ping timeout: 272 seconds]
newuser99 has quit [Remote host closed the connection]
energizer` has joined #nixos
sigmundv has quit [Ping timeout: 272 seconds]
<energizer`> What's this about? How do I fix it? https://bpaste.net/MMPA
<ivan> energizer`: is the packaging missing a nativeBuildInputs = [ setuptools_scm ];
<ivan> the package
choward has quit [Ping timeout: 260 seconds]
CMCDragonkai1 has joined #nixos
<energizer`> ivan: the package, meaning the generated requirements.nix? https://bpaste.net/QOBA
<ivan> oh weird, I don't know now
<Ashy> ,channels
choward has joined #nixos
<Ashy> is there a documented osx catalina install guide for nix somewhere?
<Ashy> the github issues seem to be fairly convoluted and contradictory
<Ashy> no, the root drive on catalina is mounted read only now (even for root)
<Ashy> so the normal install fails
NoctisLabs has quit [Quit: WeeChat 2.7]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
drakonis has quit [Quit: WeeChat 2.7]
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 248 seconds]
kleisli has quit [Ping timeout: 258 seconds]
drakonis has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
Miyu-saki has joined #nixos
lambda-11235 has quit [Read error: Connection reset by peer]
xkapastel has quit [Quit: Connection closed for inactivity]
lambda-11235 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
<cole-h> Have you seen https://github.com/NixOS/nix/issues/2925#issuecomment-539570232? It appears to be the best solution as of now.
lord| has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer opened pull request #80772 → pythonPackages.psutil: 5.6.7 -> 5.7.0 → https://git.io/Jv0fi
chagra has joined #nixos
chagra_ has quit [Ping timeout: 265 seconds]
<drakonis> is key importing done through gpg not supposed to work?
kleisli has joined #nixos
<drakonis> oh i can see why
<drakonis> there's a patch hardcoding the keyserver
<drakonis> seriously?
<drakonis> why hardcode the keyserver
<drakonis> read the patch wrong
<rivercat> Hello. I recently started using nixos on my thinkpad. Generally going well so far. I'm having a problem though at the moment with resolving .local mdns hosts. pinging test.local says "ping: test.local: System error". Then I tried systemd-resolve and found it fails for normal DNS too, saying "nixos.org: resolve call failed: Unit dbus-org.freedesktop.resolve1.service not found." I've not modified the dns
<rivercat> setup from defaults.
<{^_^}> [nixpkgs] @marsam merged pull request #80627 → bazel-buildtools: 0.29.0 -> 1.0.0 → https://git.io/JvBFR
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/Jv0JR
<rivercat> (and why does a resolver have anythin to do with desktop stuff?!)
ddellacosta has quit [Ping timeout: 255 seconds]
reallymemorable has quit [Quit: reallymemorable]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
endforma1 has quit [Quit: WeeChat 2.6]
judson_ has joined #nixos
judson has quit [Ping timeout: 240 seconds]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<colemickens> rivercat: what do you mean? something has to transform dns requests into responses
<colemickens> rivercat: you might want to look at services.avahi.enable. It enables avahi to run a daemon, and enables whatever resolver you're using to check with it for .local domains.
<emily> is buildRustCrate broken on nixos-unstable-small right now?
<emily> I depend on Rust packages in my system so it seems unlikely, but I'm getting:
<emily> /nix/store/0w5454az7vwcq60yqvcsv8fs9q7r4zrx-stdenv-linux/setup: line 1299: cd: /homeless-shelter: No such file or directory
<emily> (is this more of a -dev question?)
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos
drakonis has quit [Quit: WeeChat 2.7]
zarel_ has joined #nixos
zarel has quit [Ping timeout: 268 seconds]
bhipple has quit [Remote host closed the connection]
<Mic92> emily: no. this is not a bug HOME is intentionally broken by design in nix to avoid packages installing stuff by accident to HOME. If you think the stuff installed to home is just some intermediate output use export HOME=$TMPDIR.
<emily> Mic92: yes, I know. but why is buildRustCrate trying to cd to $HOME?
<Mic92> That is a good question
<emily> can try to give a minimal repro but for all I know it happens with stuff in nixpkgs
<Mic92> emily: use `set -x` to get more context on where the cd comes from
<emily> not sure how to get that injected in the right place with carnix's output :/
<Mic92> Because I dont see this at all in our rust related nix code
<emily> it doesn't support .overrideAttrs somehow
<Mic92> ah its carnix
<Mic92> I mixed it up with the buildRustPackage
<Mic92> I have not used carnix in a while, but you might want to have a look at https://github.com/kolloch/crate2nix
<emily> ah right, I vaguely remember crate2nix now :)
<emily> thanks
palo1 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4fc354411b6 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/c2c5dcc00b0 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
ixxie has joined #nixos
fusion809 has quit [Remote host closed the connection]
foldingcookie has joined #nixos
<emily> error: 'debugCrate' at /home/emily/src/mew/Cargo.nix:365:16 called without required argument 'target', at /home/emily/src/mew/Cargo.nix:34:13
<emily> crate2nix also a little broken, it seems :)
* emily debugs
<emily> actually, might be my error
<emily> yep :)
slack1256 has quit [Ping timeout: 272 seconds]
siel has quit [Ping timeout: 248 seconds]
dansho has quit [Ping timeout: 240 seconds]
dansho has joined #nixos
xkapastel has joined #nixos
colemickens_ has joined #nixos
jtcs has quit [Remote host closed the connection]
<cole-h> Another interesting Rust-Nix project is `naersk`
<{^_^}> [nixpkgs] @dywedir opened pull request #80773 → exiftool: 11.70 -> 11.85 → https://git.io/Jv0Te
siel has joined #nixos
alexherbo2 has joined #nixos
CMCDragonkai1 has quit [Ping timeout: 260 seconds]
lord| has joined #nixos
jophish has joined #nixos
<jophish> Does any ever cross compile go programs?
<jophish> (because it seems to be broken at the moment)
<jophish> ix-build . --arg crossSystem '{system="armv7l-linux";}' -A restic
<jophish> nix-build*
<jophish> for example
<jophish> A pretty standard exec format error
cole-h has quit [Ping timeout: 265 seconds]
<jophish> Ah, perhaps this is just restic
<jophish> it does have a custom buildphase
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80774 → bookworm: unstable-2018-11-19 -> 1.1.2 → https://git.io/Jv0T3
<{^_^}> [nixpkgs] @LnL7 merged pull request #80603 → plan9port: fix linker flags for macosx → https://git.io/JvBXY
<{^_^}> [nixpkgs] @LnL7 pushed 3 commits to master: https://git.io/Jv0Ts
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
<{^_^}> [nixpkgs] @LnL7 merged pull request #80635 → bazel: fix build on darwin → https://git.io/JvBN8
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/Jv0TG
<{^_^}> [nixpkgs] @vcunat pushed 4 commits to release-20.03: https://git.io/Jv0Tn
<{^_^}> [nixpkgs] @vcunat merged pull request #80766 → [20.03] brave: 1.1.23 -> 1.3.118 → https://git.io/JvRhu
lord| has joined #nixos
<jophish> Ah, fixed
pnobre has joined #nixos
pnobre_ has joined #nixos
<jophish> is Marius Bergmann here?
<jophish> mbrgm: hi
<{^_^}> [nixpkgs] @jtojnar opened pull request #80775 → tree-wide: Fix with nixUnstable → https://git.io/Jv0TC
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80776 → cassowary: 0.3.0 -> 0.7.0 → https://git.io/Jv0TB
maddo has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #80747 → uftrace: 0.9.3 -> 0.9.4 → https://git.io/JvRyd
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « uftrace: 0.9.3 -> 0.9.4 »: https://git.io/Jv0TR
pnobre_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/Jv0T0
<{^_^}> [nixpkgs] @vcunat merged pull request #80387 → release-combined: readd keymap tests (again) → https://git.io/Jv43F
<{^_^}> [nixpkgs] @dywedir opened pull request #80777 → dua: 2.1.11 -> 2.3.0 → https://git.io/Jv0Tz
knupfer has joined #nixos
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #80778 → restic: fix cross compilation → https://git.io/Jv0TX
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80779 → clac: 0.0.0.20170503 -> 0.3.3 → https://git.io/Jv0TS
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #80718 → pythonPackages.pytest-timeout: disable flaky test → https://git.io/JvREr
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/Jv0TH
lambda-11235 has quit [Quit: Bye]
<kini> Is it bad style to call `buildPhase` multiple times in the `buildCommand` for my package? I need to run `make` in multiple places and I figured I'd just use `buildPhase` as a substitute for `make` since it handles the -j and -l args and uses other standard build-control variables.
markus1189 has quit [Ping timeout: 265 seconds]
markus1189 has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1ddb140d95c (from 24 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
v88m has quit [Ping timeout: 245 seconds]
<kitemikaze> hello, I was wondering if someone could give me a clue how to write a file in /etc that is not symlinked on the nixstore. The specific use case is I want to build an qcow2 image that include "environment.etc."ssl/custom-cacerts.pem".source = ./path/to/include/ca.pem ; ", but I don't want to take the risk to loose the file in the nixstore.
jojojojojo_ has joined #nixos
jgeerds has joined #nixos
jojojojojo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80780 → csound-manual: unstable-2019-02-22 -> 6.14.0 → https://git.io/Jv0k0
<kitemikaze> and 2nd question ; how to escape nix vars ${pkgs.xxx} in a writeText that will write the configuration.nix
energizer` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @yegortimoshenko merged pull request #80761 → ibus: 1.5.21 -> 1.5.22 → https://git.io/JvRxY
<{^_^}> [nixpkgs] @yegortimoshenko pushed 2 commits to master: https://git.io/Jv0kz
Arahael has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @prusnak opened pull request #80781 → libfido2: 1.3.0 -> 1.3.1 → https://git.io/Jv0kK
mounty has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #80758 → nixos/wireguard: fix wireguard service as well after it got upstreamed → https://git.io/JvRAQ
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e4af7790563 (from 87 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/Jv0kH
orivej has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @rnhmjoj pushed to release-20.03 « pythonPackages.pytest-timeout: disable flaky test »: https://git.io/Jv0kQ
o1lo01ol1o has joined #nixos
jgeerds has quit [Ping timeout: 255 seconds]
pnobre has quit [Read error: Connection reset by peer]
pnobre has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80782 → dpt-rp1-py: unstable-2018-10-16 -> 0.1.7 → https://git.io/Jv0Ie
ixxie has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80783 → driftnet: 1.1.5 -> 1.3.0 → https://git.io/Jv0If
<{^_^}> [nixpkgs] @vcunat pushed to master « release-combined: readd firefox-esr test »: https://git.io/Jv0IT
dansho has quit [Quit: Leaving]
smatting has joined #nixos
fendor has joined #nixos
linarcx has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to master « release-combined.tested: readd boot.biosUsb test »: https://git.io/Jv0I8
kleisli has quit [Ping timeout: 258 seconds]
meck has quit [Quit: ZNC 1.7.5 - https://znc.in]
meck has joined #nixos
swapgs has joined #nixos
swapgs has quit [Changing host]
swapgs has joined #nixos
pnobre has quit [Read error: Connection reset by peer]
pnobre has joined #nixos
werner291 has joined #nixos
opthomasprime has joined #nixos
kaliumxyz has quit [Remote host closed the connection]
v88m has joined #nixos
boolman has quit [Ping timeout: 240 seconds]
boolman has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
domogled has quit [Quit: domogled]
<manveru> kitemikaze: did you get an answer yet?
opthomasprime has left #nixos [#nixos]
<manveru> > [ "\${foo}" ''''${foo}'' ]
<kitemikaze> manveru: yes, I found it for the environments.etc if I use the mode it copies the file.
<{^_^}> [ "${foo}" <CODE> ]
<manveru> hmm
<manveru> > ''''${foo}''
<{^_^}> "${foo}"
<manveru> i guess that works too :)
<kitemikaze> manveru: yes I tried with double quote , it works
<kitemikaze> manveru: thank you
<manveru> yeah, your solution is better anyway
jgeerds has joined #nixos
h0m1 has quit [Quit: WeeChat 2.7]
h0m1 has joined #nixos
opthomasprime has joined #nixos
h0m1 has quit [Client Quit]
h0m1 has joined #nixos
waleee-cl has joined #nixos
__monty__ has joined #nixos
fendor has quit [Read error: Connection reset by peer]
pnobre has quit [Read error: Connection reset by peer]
pnobre has joined #nixos
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @enolan opened pull request #80784 → libeatmydata: fix launcher script - find shell library properly → https://git.io/Jv0LN
<{^_^}> [nixpkgs] @primeos merged pull request #80615 → chromium: 80.0.3987.106 -> 80.0.3987.116 → https://git.io/JvB9w
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/Jv0LA
cosimone has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80785 → grub4dos: 0.4.6a-2019-05-12 -> 2020-01-28-8bb5845 → https://git.io/Jv0Lj
<{^_^}> [nixpkgs] @primeos pushed to release-20.03 « chromium: 80.0.3987.106 -> 80.0.3987.116 »: https://git.io/Jv0te
chimay has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #80786 → [19.09] chromium: 80.0.3987.106 -> 80.0.3987.116 (backport) → https://git.io/Jv0tU
<{^_^}> [nixpkgs] @cdepillabout merged pull request #80771 → nix-query-tree-viewer: init at 0.2.0 → https://git.io/JvRjN
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to master: https://git.io/Jv0tT
m0rphism has joined #nixos
<lirzhv> what is normally in the libexec folder? and why does this i3 config https://nixos.wiki/wiki/I3 add libexec to environment.pathsToLink?
risson has joined #nixos
<{^_^}> [nixpkgs] @maxxk opened pull request #80787 → whitebox-tools: 0.16.0 -> 1.2.0 → https://git.io/Jv0tn
<{^_^}> [nixpkgs] @DerGuteMoritz opened pull request #80788 → babashka: Add package at version 0.0.71 → https://git.io/Jv0ti
opthomasprime has left #nixos [#nixos]
pnobre has quit [Read error: Connection reset by peer]
pnobre has joined #nixos
colemickens_ has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @fatho opened pull request #80789 → lmms: 1.2.0-rc7 -> 1.2.1 → https://git.io/Jv0tQ
slyfox has quit [Ping timeout: 258 seconds]
mlatus_ has joined #nixos
thc202 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80790 → hyperrogue: 11.2d -> 112d → https://git.io/Jv0qk
mlatus has quit [Disconnected by services]
mlatus_ is now known as mlatus
mlatus_ has joined #nixos
mlatus has quit [Disconnected by services]
mlatus_ is now known as mlatus
mlatus_ has joined #nixos
slyfox has joined #nixos
mlatus_ has quit [Client Quit]
smatting has quit [Ping timeout: 240 seconds]
smatting has joined #nixos
<{^_^}> [nixpkgs] @eonpatapon opened pull request #80791 → vimPlugins.vim-cue: init → https://git.io/Jv0q6
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80792 → inspectrum: unstable-2017-05-31 -> 0.2.2 → https://git.io/Jv0q5
phirsch has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #80793 → [20.03] softmaker-office: 972 -> 974 → https://git.io/Jv0mv
linarcx has quit [Ping timeout: 255 seconds]
werner291 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80794 → jing: 20151127 -> 20181222 → https://git.io/Jv0mT
<jophish> Hey all
<jophish> GHC is complaining about a GLIBC version mismatch in its dependencies
<chvp> ,locate bin which
<jophish> glibc-2.27/lib/libm.so.6 wants 2.29 which isn't found
<{^_^}> Found in packages: which, toybox, busybox, debianutils
<jophish> well, that's the first on the list
<jophish> however in libHSghc-prim-0.5.3-ghc8.6.5.so the versions required of libc and libm have no overlap
chloekek has joined #nixos
KeiraT has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/85548f2a131 (from 19 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
KeiraT has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80795 → jxrlib: 1.1 -> 2019.10.9 → https://git.io/Jv0m8
tilcreator has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
tilcreator has joined #nixos
mpoquet has joined #nixos
reallymemorable has joined #nixos
alexherbo26 has joined #nixos
chimay has quit [Ping timeout: 268 seconds]
alexherbo2 has quit [Ping timeout: 268 seconds]
alexherbo26 is now known as alexherbo2
<{^_^}> [nixpkgs] @mpoquet opened pull request #80797 → meson: 0.52.1 -> 0.53.1 → https://git.io/Jv0mj
chimay has joined #nixos
<jophish> oh, this is interesting, in an environment with ghc882 installed the error message is still about ghc865
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
asbachb has joined #nixos
zupo has joined #nixos
<jophish> but that's probably because I didn't have a hie for 882 installed (building now)
cosimone has quit [Quit: Terminated!]
<jophish> infinisil: have you experienced anything like this recently?
<jophish> I am using the latest all-hies expressions
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80798 → libtelnet: 0.21+45f2d5c -> 0.23 → https://git.io/Jv0Yc
<jophish> (thank you for that project by the way, it's excellent :)
asbachb has quit [Remote host closed the connection]
alexherbo23 has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo23 is now known as alexherbo2
orivej has quit [Ping timeout: 255 seconds]
<jophish> ok, now with hie-882 installed I still see 8.6.4 in the log
<jophish> that's something to go in
<jophish> go on*
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80799 → ma1sd: 2.1.1 -> 2.3.0 → https://git.io/Jv0YM
<jophish> nope, fixed that. The very same error with 8.8.2 in there
<jophish> "/nix/store/y9zg6ryffgc5c9y67fcmfdkyyiivjzpj-glibc-2.27/lib/libm.so.6: version `GLIBC_2.29' not found (required by /nix/store/r1hbgdmkj041vx87ds5px65lnbdvhyj7-ghc-8.8.2/lib/ghc-8.8.2/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.8.2.so)"
<infinisil> jophish: Oh that's an error that seems to happen on other distros, there's an issue on github for it (in all-hies), though I don't think there's a solution for it yet :(
<infinisil> I might try to look into this error today
hax404 has quit [Quit: WeeChat 2.6]
hax404 has joined #nixos
MmeQuignon has quit [Ping timeout: 268 seconds]
fusion809 has joined #nixos
sigmundv has joined #nixos
orivej has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
<jophish> infinisil: ah, so it's not related to the recent glibc bump in nixpkgs?
mniip has quit [Ping timeout: 619 seconds]
<jophish> because that issue https://github.com/Infinisil/all-hies/issues/32 predates that change
<{^_^}> Infinisil/all-hies#32 (by Jasagredo, 14 weeks ago, open): Error in emacs: can't load .so/.DLL for libm.so.6 due to GLIBC_2.29
dingenskirchen has quit [Quit: dingenskirchen]
<jophish> what's other distros here? I'm on nixos
<{^_^}> [nixpkgs] @hedning merged pull request #80698 → p11-kit: 0.23.19 -> 0.23.20 → https://git.io/JvRW2
<{^_^}> [nixpkgs] @hedning pushed 2 commits to staging: https://git.io/Jv0OL
xkapastel has joined #nixos
Jackneill has quit [Read error: Connection reset by peer]
mniip has joined #nixos
ryantrinkle has joined #nixos
<jophish> aha
<jophish> that was the problem!
Jackneill has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
<jophish> infinisil: nixpkgs fa744553290 (feb 9th) works, however 20.03 (yesterday) does now
<jophish> not*
smatting has quit [Ping timeout: 258 seconds]
<infinisil> Ohh..
pnobre has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80800 → merkaartor: unstable-2019-11-12 -> 0.18.4 → https://git.io/Jv0O3
<jophish> I'll test with the next commit (which is the merge of the glibc update)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<infinisil> Oh that's probably a ton of rebuilds
<jophish> haha, looking like it
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80801 → metis-prover: 2.3.20160713 -> 2.4.20180810 → https://git.io/Jv0Oz
<{^_^}> [nixpkgs] @andir opened pull request #80802 → netpbm: fix typo on substituteInPlace parameters → https://git.io/Jv0Og
<jophish> infinisil: Is this as simple as bumping the nixpkgs revision in nixpkgsForGhc and rebuilding?
<jophish> (for updating all-hies I mean)
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/ea79a830dcf (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
dingenskirchen has joined #nixos
cosimone has joined #nixos
zupo has joined #nixos
opthomasprime has joined #nixos
godparticle has joined #nixos
phirsch has quit [Quit: phirsch]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80803 → minizinc: 2.2.3 -> 2.3.2 → https://git.io/Jv0Od
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #80765 → sudo-font: 0.41 -> 0.42 → https://git.io/JvRhc
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/Jv0Ob
pnobre has joined #nixos
rogue_koder has quit [Ping timeout: 258 seconds]
ryantrinkle has quit [Ping timeout: 240 seconds]
rogue_koder has joined #nixos
<godparticle> hp pavilion 17-g053us < nixos installation/configuration suggestions.
<godparticle> my installation boots to so far, then black screen with _
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80804 → nanorc: 2018-09-05 -> 2020.1.25 → https://git.io/Jv03J
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
logzet has quit [Ping timeout: 240 seconds]
smatting has joined #nixos
<jophish> infinisil: I can confirm that it fails with the child commit
<jophish> I'll put this on the issue
<manveru> godparticle: sounds like you could try with nomodeset?
logzet has joined #nixos
ghasshee has joined #nixos
<godparticle> i shot a slow-mo video of the startup but it's hard to read. last things i can see in the last frame: mounted /boot. reached target local file systems. starting create volatile files and directories. starting network time sync. starting update UTMP... started update UTMP about system Boot/Shutdown.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d222dc25750 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<godparticle> the only things i uncommented on the default configuration.nix were time.time
<godparticle> zone
<godparticle> services.openssh.enable
<godparticle> sound.enable
<godparticle> hardware.pulseaudio.enable
<godparticle> services.xserver.enable ; .layout
<godparticle> services.xserver.libinput.enable (touchpad)
<manveru> well, you probably want to try nomodeset then :)
<godparticle> how do i?
<manveru> in the bootloader, hit 'e' to edit the entry
<godparticle> should i do that booting from the install usb, or the existing hd installation?
<manveru> the existing installation
<godparticle> the usb installer seemed to work well
<manveru> the install usb booted fine, it has that option set
<godparticle> ok ty
<manveru> there should be a line starting with `linux`, add `nomodeset`, then hit ctrl-x to boot it
<manveru> it that works, add `boot.kernelParams = [ "nomodeset" ];` to your configuration
nix505 has joined #nixos
chloekek has quit [Ping timeout: 265 seconds]
benedikt93 has quit [Quit: benedikt93]
benedikt93 has joined #nixos
philr has quit [Ping timeout: 272 seconds]
Rusty1 has joined #nixos
Chiliparrot has joined #nixos
rogue_koder has quit [Ping timeout: 240 seconds]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @grahamc pushed to master « nixos release process: use rev-list --count like Hydra does. »: https://git.io/Jv03a
<godparticle> hmm. my bootloader begins with these menu options: NiOS | Reboot into Firmware Interface [BIOS]... if i select NixOS and hit 'e' I get one long single line that looks like: initrd=\efi\nixos\.....initrd-linux-4.19.102-initrd.efi systemConfig=/nix/store/......-nixos-system-nixos-19..... init=/nix/store/.....nixos-system-nixos-19.09.2070...../init
<godparticle> loglevel=4
<godparticle> not clear where should put that
<{^_^}> [nixpkgs] @grahamc pushed to release-20.03 « Correct revcount diff (again) using the rev-list - method hydra uses. 75f604eb2c7 »: https://git.io/Jv03o
<godparticle> i don't have a bootloader like GRUB installed
bezaban has joined #nixos
rogue_koder has joined #nixos
<{^_^}> [nixpkgs] @yegortimoshenko merged pull request #80736 → nixos/virtualbox-image: add params → https://git.io/JvRw4
<{^_^}> [nixpkgs] @yegortimoshenko pushed 2 commits to master: https://git.io/Jv036
FRidh2 has joined #nixos
<Raito_Bezarius> How can I debug why "an option X is used but not defined" ?
<Raito_Bezarius> It seems like it's an order issue or recursion problem
<Raito_Bezarius> Also, maybe I'm doing it wrong but I want to use some Nix modules as data-only modules, they have no effect on the system configuration, except expose themselves to others modules
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80805 → opencl-clang: unstable-2019-08-16 -> 9.0.0 → https://git.io/Jv039
gustavderdrache has joined #nixos
Thra11 has joined #nixos
<godparticle> can someone tell me where to add `boot.kernelParams = [ "nomodeset" ];` to my configuration? i assume that means configuration.nix file
<simpson> Yes.
<godparticle> i don't see where to insert that in the file
<Raito_Bezarius> alright I figured out, the option X was not enabled
<simpson> godparticle: Your configuration.nix likely has a big pair of {} braces that surround the body of the configuration. Put it in there.
<godparticle> mine by default starts as:
<godparticle> { config, pkgs, ...}:
acarrico has quit [Ping timeout: 272 seconds]
<godparticle> { imports = [ .hardware-configuration.nix ]: ...
<godparticle> put it before imports?
<simpson> Order doesn't matter inside {}; they are sets. You can put it anywhere you like. I'd probably put it near the commented-out lines left by the autogeneration tool about boot configuration; you might not have those, depending on when and how you generated your configuration.nix.
unclechu has joined #nixos
<ShaRose> So, I know there has been discussion on encrypting values in nix files: Has anyone ever looked at something like using hardware serial numbers that require root to use as key material?
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/c2c5dcc00b0 (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
chloekek has joined #nixos
<godparticle> TY simpson. after that I must exec `nixos-rebuild switch` ?
<simpson> godparticle: Presumably. And a reboot, as well, since kernel params are usually not hotpluggable, and `nomodeset` is not an exception.
<godparticle> bummer. the last thing i saw before the screen blanked was 'starting X11Server
butterthebuddha has joined #nixos
<simpson> Perhaps the problem is the X server loading the wrong driver, and not modesetting? Who knows; these sorts of GPU debugging tasks take a while and more than a few reboots.
mehlon has joined #nixos
<mehlon> anyone know how to setup DNS-over-TLS on nixos?
<godparticle> whatever is in the install image works. i need to figure out what parts of that to keep
MmeQuignon has joined #nixos
orivej has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @ryantm closed pull request #80774 → bookworm: unstable-2018-11-19 -> 1.1.2 → https://git.io/Jv0T3
<{^_^}> [nixpkgs] @ryantm closed pull request #80805 → opencl-clang: unstable-2019-08-16 -> 9.0.0 → https://git.io/Jv039
<{^_^}> [nixpkgs] @ryantm closed pull request #80804 → nanorc: 2018-09-05 -> 2020.1.25 → https://git.io/Jv03J
<{^_^}> [nixpkgs] @ryantm closed pull request #80803 → minizinc: 2.2.3 -> 2.3.2 → https://git.io/Jv0Od
misuzu has joined #nixos
<{^_^}> [nixpkgs] @ryantm closed pull request #80780 → csound-manual: unstable-2019-02-22 -> 6.14.0 → https://git.io/Jv0k0
<{^_^}> [nixpkgs] @ryantm closed pull request #80801 → metis-prover: 2.3.20160713 -> 2.4.20180810 → https://git.io/Jv0Oz
<{^_^}> [nixpkgs] @ryantm closed pull request #80800 → merkaartor: unstable-2019-11-12 -> 0.18.4 → https://git.io/Jv0O3
<{^_^}> [nixpkgs] @yegortimoshenko opened pull request #80807 → nixos/virtualbox-image: format bool params to on/off → https://git.io/Jv0sz
orivej has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @ryantm closed pull request #80795 → jxrlib: 1.1 -> 2019.10.9 → https://git.io/Jv0m8
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @ryantm closed pull request #80799 → ma1sd: 2.1.1 -> 2.3.0 → https://git.io/Jv0YM
<{^_^}> [nixpkgs] @ryantm closed pull request #80798 → libtelnet: 0.21+45f2d5c -> 0.23 → https://git.io/Jv0Yc
<{^_^}> [nixpkgs] @ryantm closed pull request #80794 → jing: 20151127 -> 20181222 → https://git.io/Jv0mT
<{^_^}> [nixpkgs] @ryantm closed pull request #80792 → inspectrum: unstable-2017-05-31 -> 0.2.2 → https://git.io/Jv0q5
ixxie has joined #nixos
opthomasprime has quit [Ping timeout: 255 seconds]
reallymemorable has quit [Quit: reallymemorable]
cosimone has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ryantm closed pull request #80790 → hyperrogue: 11.2d -> 112d → https://git.io/Jv0qk
cosimone has joined #nixos
<{^_^}> [nixpkgs] @ryantm closed pull request #80785 → grub4dos: 0.4.6a-2019-05-12 -> 2020-01-28-8bb5845 → https://git.io/Jv0Lj
<{^_^}> [nixpkgs] @ryantm closed pull request #80783 → driftnet: 1.1.5 -> 1.3.0 → https://git.io/Jv0If
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @ryantm closed pull request #80782 → dpt-rp1-py: unstable-2018-10-16 -> 0.1.7 → https://git.io/Jv0Ie
chloekek has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ryantm closed pull request #80779 → clac: 0.0.0.20170503 -> 0.3.3 → https://git.io/Jv0TS
butterthebuddha has joined #nixos
jgeerds has quit [Ping timeout: 240 seconds]
ryantrinkle has joined #nixos
shibboleth has joined #nixos
mehlon has quit [Quit: Leaving]
opthomasprime has joined #nixos
bhipple has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #80808 → breezy: init at 3.0.2 → https://git.io/Jv0GT
<{^_^}> [nixpkgs] @marsam merged pull request #80776 → cassowary: 0.3.0 -> 0.7.0 → https://git.io/Jv0TB
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0GG
<{^_^}> [nixpkgs] @marsam opened pull request #80809 → dune_2: fix hash → https://git.io/Jv0Gl
acarrico has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #80767 → luigi: 2.8.11 -> 2.8.12 → https://git.io/JvRh9
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0G4
<{^_^}> [nixpkgs] @marsam merged pull request #80764 → kubectx: 0.7.1 -> 0.8.0 → https://git.io/JvRpo
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0GB
<{^_^}> [nixops] @grahamc merged pull request #1228 → travis: check files are formatted correctly with `black` → https://git.io/JvRbb
<{^_^}> [nixops] @grahamc pushed 3 commits to master: https://git.io/Jv0Gz
<{^_^}> [nixpkgs] @marsam merged pull request #80726 → fluent-bit: 1.3.7 -> 1.3.8 → https://git.io/JvRgT
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0Gg
<{^_^}> [nixpkgs] @marsam merged pull request #80757 → grails: 4.0.1 -> 4.0.2 → https://git.io/JvRAV
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0GV
<{^_^}> [nixpkgs] @marsam merged pull request #80723 → go-tools: 2019.2.2 -> 2020.1.2 → https://git.io/JvRzG
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jv0GK
zupo has joined #nixos
nix505 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
seanparsons has quit [Quit: ZNC 1.7.4 - https://znc.in]
shibboleth has quit [Remote host closed the connection]
seanparsons has joined #nixos
LysergicDreams has quit [Ping timeout: 255 seconds]
shibboleth has joined #nixos
seanparsons has quit [Quit: ZNC 1.7.4 - https://znc.in]
gustavderdrache has quit [Quit: Leaving.]
<godparticle> can someone advise me how to read NixOS installation-cd-graphical-kde.nix? I need to make my configuration.nix more closely resemble that, since it works and mine doesn't
seanparsons has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #80628 → s-tui: migrate to python3 → https://git.io/JvBF2
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/Jv0Gj
<{^_^}> [nixpkgs] @markuskowa merged pull request #80617 → Slurm: improve RDMA capability → https://git.io/JvBHr
<{^_^}> [nixpkgs] @markuskowa pushed 3 commits to master: https://git.io/Jv0ZB
daGrevis has quit [Quit: daGrevis]
acarrico has quit [Ping timeout: 272 seconds]
daGrevis has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #80810 → netdata: 1.19.0 -> 1.20.0 → https://git.io/Jv0ZS
<mpoquet> godparticle, you can start from the configuration file generated by nixos-generate-config then progressively hack it
cole-h has joined #nixos
civodul has joined #nixos
fendor has quit [Quit: Leaving]
growpotk- has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/Jv0nJ
<{^_^}> [nixpkgs] @vcunat merged pull request #80802 → netpbm: fix typo on substituteInPlace parameters → https://git.io/Jv0Og
linarcx has joined #nixos
linarcx has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat pushed to release-20.03 « Merge #80802: netpbm: fix typo on substituteInPlace parameters »: https://git.io/Jv0nL
linarcx has joined #nixos
LysergicDreams has joined #nixos
<{^_^}> [nixpkgs] @artemist opened pull request #80811 → libinput: 1.15.1 → 1.15.2 → https://git.io/Jv0nm
<iqubic> So, Dunst is supposed to be able to invoke dmenu for me, for notifications that have an action. That isn't happening for me. No dmenu is launched at all. Instead I get an error: "Feb 22 09:03:29 LATITUDE-NIXOS org.freedesktop.Notifications[2267]: CRITICAL: Cannot spawn dmenu: Failed to execute child process “/nix/store/ljzzpm9sp9myykp3fhapkcny7q6ar5b5-dmenu-4.9” (Permission denied)"
ddellacosta has quit [Ping timeout: 258 seconds]
<iqubic> I know that's the right path because I'm telling home-manager to set the value of dmenu to "${pkgs.dmenu} -p Dunst:" in the Dunst config file.
<simpson> Whereever you put ^^, you probably want to add "/bin/dmenu"
<iqubic> So I want "${pkgs.dmenu}/bin/dmenu" ?
<iqubic> I thought ${pkgs.foo} would expand to the path to foo's binary.
fusion809 has quit [Remote host closed the connection]
<iqubic> I see now what my issue is.
<iqubic> And I assume I'll need to change "${pkgs.firefox}" to "${pkgs.firefox}/bin/firefox" too? Dunst also needs to know where my web browser is located.
<cole-h> Yes. `{pkgs.<package>}` only expands to the derivation's direcory, not any of its contents
nix505 has joined #nixos
<iqubic> Cool.
sigmundv has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @doronbehar opened pull request #80812 → Update connman → https://git.io/Jv0no
slack1256 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bhipple has quit [Ping timeout: 258 seconds]
slack1256 has quit [Remote host closed the connection]
slack1256 has joined #nixos
reallymemorable has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/d31e383c44e (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
iqubic has quit [Remote host closed the connection]
endformationage has joined #nixos
iqubic has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer opened pull request #80814 → lib/systems: Assume newlib when no kernel and no libc is provided → https://git.io/Jv0cG
jmeredith has quit [Quit: Connection closed for inactivity]
linarcx has quit [Quit: WeeChat 2.7.1]
linarcx has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
fooker has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #80430 → pythonPackages.googletrans: init at 2.4.0 → https://git.io/Jv4gh
<{^_^}> [nixpkgs] @jonringer pushed commit from @unode to master « pythonPackages.googletrans: init at 2.4.0 »: https://git.io/Jv0c9
fooker has joined #nixos
fooker has quit [Client Quit]
<{^_^}> [nixpkgs] @vandenoever opened pull request #80816 → Tony: init at 2.1.1 → https://git.io/Jv0cQ
fooker has joined #nixos
knupfer has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #80697 → python27Packages.qtawesome: 0.6.1 -> 0.7.0 → https://git.io/JvRWZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.qtawesome: 0.6.1 -> 0.7.0 »: https://git.io/Jv0Ce
shibboleth has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/8072b097546 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
vidbina has joined #nixos
vidbina has quit [Ping timeout: 260 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @jonringer merged pull request #80694 → python27Packages.pyftpdlib: 1.5.5 -> 1.5.6 → https://git.io/JvRCG
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.pyftpdlib: 1.5.5 -> 1.5.6 »: https://git.io/Jv0C8
<{^_^}> [nixpkgs] @jonringer merged pull request #80687 → [20.03] azure-cli: 2.0.81 -> 2.1.0 → https://git.io/JvRnj
<{^_^}> [nixpkgs] @jonringer pushed to release-20.03 « azure-cli: 2.0.81 -> 2.1.0 »: https://git.io/Jv0Cz
b has joined #nixos
knupfer has joined #nixos
mlen has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @jonringer closed pull request #77808 → stacer: init at 1.1.0 → https://git.io/JvU5o
mehlon has joined #nixos
<mehlon> hello there nix
<{^_^}> [nixpkgs] @jonringer closed pull request #80449 → pythonPackages.signedjson: 1.0.0 -> 1.1.0 → https://git.io/Jv4i7
FRidh2 has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @AleXoundOS opened pull request #80817 → SDL_mixer: enable MikMod → https://git.io/Jv0CM
nix505 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mehlon has quit [Quit: Leaving]
Church- has quit [Ping timeout: 240 seconds]
nerdmaxx has joined #nixos
<emily> is there a place to nominate nix errors for being maximally useful? I would like to submit "error: infinite recursion encountered, at undefined position"
<{^_^}> [nixpkgs] @matthewbauer opened pull request #80818 → nixos/nixpkgs.nix: Allow just using config in system → https://git.io/Jv0WI
bhipple has joined #nixos
smatting has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #80791 → vimPlugins.vim-cue: init → https://git.io/Jv0q6
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/Jv0Wt
smatting has joined #nixos
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #80734 → sentencepiece: set platforms to unix to support Darwin → https://git.io/JvRV4
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « sentencepiece: set platforms to unix to support Darwin »: https://git.io/Jv0WW
<{^_^}> [nixpkgs] @jonringer merged pull request #73723 → sycl-info: init at unstable-2019-11-19 → https://git.io/JeKzq
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/Jv0W0
noudle has joined #nixos
Church- has joined #nixos
vandenoever has joined #nixos
zupo has joined #nixos
jgeerds has joined #nixos
<{^_^}> [nixpkgs] @deingithub opened pull request #80819 → poetry: 0.12.17 -> 1.0.3 → https://git.io/Jv0WK
MmeQuignon has quit [Ping timeout: 255 seconds]
sterninator3000[ has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #76886 → package etesync-dav → https://git.io/JepUe
<{^_^}> [nixpkgs] @jonringer pushed 4 commits to master: https://git.io/Jv0Wx
<{^_^}> [nixpkgs] @matthewbauer opened pull request #80820 → lib/systems: don’t clobber "system" in parsed info → https://git.io/Jv0Wh
<{^_^}> [nixpkgs] @jonringer opened pull request #80821 → pythonPackages.chalice: disable pip version bounds → https://git.io/Jv0lk
nix505 has joined #nixos
zeta_0 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
wavirc22 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danbst merged pull request #79736 → nixos-container: minor fixes → https://git.io/JvcS5
<{^_^}> [nixpkgs] @danbst pushed 3 commits to master: https://git.io/Jv0lq
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
MmeQuignon has joined #nixos
nix505 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
nix505 has joined #nixos
pnobre has quit [Ping timeout: 258 seconds]
ddellacosta has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #80822 → pythonPackages.fluidasserts: disable because of dependency issues → https://git.io/Jv0ll
asbachb has joined #nixos
<asbachb> Hey. I say there's a possibility to pin a specific packages version (https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs), but if I get it right it's for the entire pkgs. I just want some packages from a pinned nixpkgs.
<tilpner> ,unstable asbachb
<asbachb> tilpner: thanks
<asbachb> I guess I can combine both. To use a fixed one.
wildtrees has joined #nixos
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos
nix505 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<{^_^}> [nixpkgs] @jonringer merged pull request #79612 → python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1 → https://git.io/JvcIz
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1 »: https://git.io/Jv0l2
<{^_^}> [nixpkgs] @jonringer merged pull request #79038 → python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0 → https://git.io/Jv3x7
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0 »: https://git.io/Jv0la
pnobre has joined #nixos
wildtrees has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @jonringer merged pull request #78301 → python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0 → https://git.io/JvLPG
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0 »: https://git.io/Jv0lw
wildtrees has joined #nixos
cosimone has quit [Quit: Quit.]
noudle has quit []
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @vandenoever opened pull request #80823 → sonic-lineup: init at 1.0.1 → https://git.io/Jv0l1
opthomasprime has quit [Ping timeout: 258 seconds]
mlen has joined #nixos
opthomasprime has joined #nixos
<asbachb> Should nixos channel be setup automatically on nixos installation?
domogled has joined #nixos
<asbachb> I'd expect that /nix/var/nix/profiles/per-user/root/channels/nixos should be available after installation.
bhipple has quit [Remote host closed the connection]
CRTified has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
gustavderdrache has joined #nixos
<tilpner> asbachb: You might have to sudo nix-channel --update
<asbachb> tilpner: Yeah that was the problem.
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @ngerstle opened pull request #80824 → traefik: 1.7.14 -> 1.7.21 → https://git.io/Jv08f
chimay has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer closed pull request #80819 → poetry: 0.12.17 -> 1.0.3 → https://git.io/Jv0WK
<{^_^}> [nixpkgs] @jonringer reopened pull request #80819 → poetry: 0.12.17 -> 1.0.3 → https://git.io/Jv0WK
<{^_^}> [nixpkgs] @jonringer merged pull request #80819 → poetry: 0.12.17 -> 1.0.3 → https://git.io/Jv0WK
<{^_^}> [nixpkgs] @jonringer pushed commit from @deingithub to master « poetry: 0.12.17 -> 1.0.3 »: https://git.io/Jv08Y
<asbachb> mhh I guess I misunderstand the concept: https://gist.github.com/asbachb/8d46524d46741839e3a8e692dc13840a :-/
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
butterthebuddha has joined #nixos
zeta_0 has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #80825 → pythonPackages.acoustics: disable → https://git.io/Jv08u
chloekek has joined #nixos
asbachb41 has joined #nixos
asbachb has quit [Ping timeout: 260 seconds]
asbachb41 is now known as asbachb
talyz has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @deingithub opened pull request #80826 → poetry: 0.12.17 -> 1.0.3 (20.03 Backport) → https://git.io/Jv08X
colemickens_ has joined #nixos
talyz has joined #nixos
jonten has joined #nixos
o1lo01ol1o has joined #nixos
cosimone has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
opthomasprime has left #nixos [#nixos]
MmeQuignon has quit [Ping timeout: 272 seconds]
kiloreux__ has joined #nixos
<asbachb> yeah. got it. thanks tilpner!
<tilpner> Huh?
<tilpner> That doesn't look it would do anything
<tilpner> Or did you fix the overlay since?
kiloreux_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #80814 → lib/systems: Assume newlib when no kernel and no libc is provided → https://git.io/Jv0cG
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/Jv04I
mpoquet has left #nixos ["Leaving"]
asbachb has quit [Remote host closed the connection]
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
inkbottle has quit [Ping timeout: 255 seconds]
zebrag has joined #nixos
MmeQuignon has joined #nixos
MmeQuignon has quit [Client Quit]
<{^_^}> [nixpkgs] @kamadorueda opened pull request #80828 → Python packages.fluidasserts → https://git.io/Jv04a
<{^_^}> [nixpkgs] @mweinelt opened pull request #80829 → pythonPackages.tockloader: init at v1.3.1 → https://git.io/Jv047
<{^_^}> [nixpkgs] @jonringer opened pull request #80830 → powershell: update supported platforms → https://git.io/Jv04N
smatting has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #80825 → pythonPackages.acoustics: disable → https://git.io/Jv08u
<{^_^}> [nixpkgs] @jonringer pushed to master « pythonPackages.acoustics: disable »: https://git.io/Jv0Bt
<emily> is one of package.nix or derivation.nix more idiomatic than the other?
<emily> for stuff outside of nixpkgs
<andi-> default.nix?
pnobre has quit [Ping timeout: 265 seconds]
<emily> andi-: default.nix takes nixpkgs and does callPackage ./(package|derivation).nix
<andi-> I'd say package
<{^_^}> [nixpkgs] @Mic92 opened pull request #80831 → netdata: 1.19.0 -> 1.20.0 → https://git.io/Jv0BV
godparticle has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/df54d70e3e1 (from 83 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
smatting has joined #nixos
jonten has quit [Ping timeout: 255 seconds]
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @maxxk opened pull request #80832 → pythonPackages.seaborn: use v0.9.1 for python 2 → https://git.io/Jv0R4
linarcx has quit [Ping timeout: 272 seconds]
kleisli has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80833 → inadyn: 2.5 -> 2.6 → https://git.io/Jv0Rr
ixxie has quit [Ping timeout: 240 seconds]
nwspk has quit [Quit: nwspk]
ambro718 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixops] @grahamc opened pull request #1229 → tests: run → https://git.io/Jv0RX
butterthebuddha has joined #nixos
zupo has quit [Ping timeout: 265 seconds]
ddellacosta has joined #nixos
zupo has joined #nixos
<{^_^}> [nixops] @grahamc merged pull request #1229 → tests: run → https://git.io/Jv0RX
<{^_^}> [nixops] @grahamc pushed 2 commits to master: https://git.io/Jv0RQ
knupfer has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @maxxk opened pull request #80834 → pythonPackages.ldaptor: fix build → https://git.io/Jv0RF
nwspk has joined #nixos
selfsymmetric-fa has joined #nixos
mmatthieu has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #80835 → [20.03] release-combined: readd keymap tests (again) → https://git.io/Jv0Rh
selfsymmetric-fa has quit [Remote host closed the connection]
mmatthieu has left #nixos ["User left"]
chloekek has quit [Ping timeout: 265 seconds]
reanimus has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #79350 → mariadb: 10.3.20 -> 10.3.22 → https://git.io/JvZau
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/Jv00t
shibboleth has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> [nixpkgs] @Mic92 pushed commit from @Izorkin to release-20.03 « mariadb: 10.3.20 -> 10.3.22 »: https://git.io/Jv00O
reanimus has joined #nixos
shafox_ has quit [Remote host closed the connection]
philr has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #80836 → skaffold: 1.3.1 -> 1.4.0 → https://git.io/Jv00c
fusion809 has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #80837 → ostree: 2019.6 -> 2020.2 → https://git.io/Jv00W
jojojojojo_ is now known as jojojojojo
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80700 → kodi: fix build → https://git.io/JvRlJ
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jv00l
growpotkin has joined #nixos
seanparsons has quit [Quit: ZNC 1.7.4 - https://znc.in]
seanparsons has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @maxxk opened pull request #80838 → pythonPackages.pyfribidi: fix build → https://git.io/Jv00V
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
butterthebuddha has joined #nixos
zeta_0 has joined #nixos
<zeta_0> so it turns out that vscodium does work in xmonad, but more some reason it is not working for me, i must have made a mistake in my nix config somewhere
<zeta_0> hmm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80839 → libite: 2.1.0 -> 2.1.2 → https://git.io/Jv00M
drakonis has quit [Ping timeout: 272 seconds]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
vandenoever has quit [Ping timeout: 255 seconds]
jonten has joined #nixos
grumble has quit [Quit: cause when we raise our flagon to another dead dragon there is just one drink we need]
grumble has joined #nixos
KeiraT has quit [Remote host closed the connection]
KeiraT has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<xacktm> hello, how do I enable hw accelerated decoding in chromium? https://nixos.wiki/wiki/Accelerated_Video_Playback#Chromium seems to suggest it is already supported, but chrome://gpu says "video decode: unavailable".
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80834 → pythonPackages.ldaptor: fix build → https://git.io/Jv0RF
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jv0EB
butterthebuddha has joined #nixos
<iqubic> so, I have this issue with Dunst, where only certain keybindings work.
<iqubic> A bug report thread on github is telling me I should run "dunst -print" to get some helpful diagnostics to troubleshoot my issue. The thing is: I only have Dunst installed as a systemd service. I don't have the dunst command available as a command line thing. What should I do here?
<samueldr> if you know the name of the service, you can use `systemctl cat thatname.service` to show the final unit file, it will have the full path to dunst in there
<samueldr> systemctl --user may be required
shibboleth has quit [Quit: shibboleth]
<iqubic> yeah. The service name is "dunst"
<iqubic> The path is: /nix/store/ixd4y00a1arm0amsj0cavbwaa48aal25-dunst-1.4.1/bin/dunst
<iqubic> Which should be in my path already. But for some reason it just isn't.
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80623 → networkmanager: 1.22.6 -> 1.22.8 → https://git.io/JvB51
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to staging: https://git.io/Jv0E6
<{^_^}> [nixpkgs] @worldofpeace pushed 145 commits to staging-20.03: https://git.io/Jv0EX
<dingenskirchen> you should be able to stop the systemd service and then just run the binary out of the nix store with the -print argument
<iqubic> dingenskirchen: I just did that.
zeta_0 has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #80841 → [20.03] networkmanager: 1.22.6 -> 1.22.8 → https://git.io/Jv0EM
<iqubic> So, if I go into htop, close dunst and then start it up with "dunst -print" I get no errors.
<zeta_0> i finally got vcodium working in xmonad
<iqubic> So, if run dunst via the binary in the nix-store, then my keybindings work. But if I start dunst through the systemd service, they don't.
andreas303 has quit [Ping timeout: 240 seconds]
<zeta_0> i had to install vscodium in home.nix because xmonad is also in home.nix, when i installed vscodium in configuration.nix it did not work, apparently xmonad can't recognize it there
<{^_^}> [nixpkgs] @zowoq opened pull request #80842 → shfmt: 3.0.1 -> 3.0.2 → https://git.io/Jv0E5
<iqubic> So, looks like I'm just going to change my .xsession file so that is calling dunst from the command line and hope that works.
andreas303 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<iqubic> So, whatever service home-manager creates for dunst doesn't work for me. Or rather, it works, but it doesn't capture my keybindings.
<iqubic> How does this look for my home-manager xsession configuration? xsession.initExtra = "${pkgs.dunst}/bin/dunst &";
<emily> I'm having trouble using the #! nix-shell syntax -- it seems like it's trying to parse my code as Nix, and complains about line 7:
<emily> does anyone know what's going on here?
o1lo01ol1o has quit [Ping timeout: 258 seconds]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
zeta_0 has joined #nixos
nerdmaxx has quit [Quit: Lost terminal]
<zeta_0> could someone paste the link to the nixpkgs vscodium extensions, i can't seem to find them
<iqubic> zeta_0: Most vscode extensions should just work with vscodium. For this reason there's no separate page for vscodium extensions. That being said, here's a NixOS wiki page about this topic. https://nixos.wiki/wiki/VSCodium
<iqubic> However, this is as far as I'll be able to help you, because I've never used vscodium or vscode at all.
<zeta_0> iqubic: thanks for clarifying this
<iqubic> I'm mostly just repeating what I saw on that wiki page.
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #80843 → rust 1.41: Fix build with no_std only target → https://git.io/Jv0uq
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #80845 → haskell shellFor: Fix hoogle → https://git.io/Jv0uY
dansho has joined #nixos
<zeta_0> iqubic: i had issues setting up emacs for web development so i decided to give vscodium a try, it was a pain to get it working with xmonad, but it works now. i heard it has good support for web development
<iqubic> Like I said earlier, I haven't had any experience with vscodium. You'll have to ask someone else for help. I wish you the best of luck.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80846 → nfdump: 1.6.18 -> 1.6.19 → https://git.io/Jv0us
energizer88 has joined #nixos
energizer88 has left #nixos [#nixos]
<zeta_0> iqubic: i understand, thanks and good luck to you too
<samueldr> emily: how does it "complain"?
<samueldr> here on nixos, it works
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<emily> emily@renko ~/s/mew (master)> tools/build-doc
<emily> error: syntax error, unexpected IF, expecting $end, at /home/emily/src/mew/tools/build-doc:7:1
<emily> strange. also nixos
<iqubic> zeta_0: I've got my dunst stuff woking right now.
<emily> oh. oh god
<emily> i know why it's broken.
* samueldr is curious
energizer` has joined #nixos
<iqubic> Why?
* iqubic is also curious
<emily> exec /run/current-system/sw/bin/nix-shell --run "$SHELL" "$@"
<emily> #!/bin/sh
<emily> emily@renko ~/s/mew (master) [1]> cat ~/bin/nix-shell
<emily> :(
<emily> because I use fish
<emily> and `nix-shell`/`nix run` hate people who don't use bash
<zeta_0> iqubic: dunst?
<samueldr> emily: oooh
<emily> I guess I should make that an alias, not a binary
cosimone has quit [Quit: Quit.]
<samueldr> in that case it seems it would make sense yeah
<iqubic> zeta_0: It's a notification daemon. That means it brings up a little window everytime a program has a notification to show me.