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
<CMistress> Does nixos have a policy about what it accepts for program options? For example, in terms of X11 display manager, I noticed that "xdm" wasn't an option I could use in my configuration.nix -- if I ever get round to understanding all of this and could add that as an option, would it likely be accepted?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/bee1e205c5c (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<hexa-> CMistress: the program modules usually don't do too much
bennofs_ has joined #nixos
<hexa-> i think programs.* is mostly about suid wrappers, putting pam files in place etc.
<hexa-> if you need any of that, sure go ahead
<CMistress> I guess it means I'll have to do this outside of configuration.nix if I want to use (in this case) a display manager that isn't sddm or lightdm. OK.
<{^_^}> [nixpkgs] @petabyteboy opened pull request #112836 → gitlab: 13.7.4 -> 13.8.4 → https://github.com/NixOS/nixpkgs/pull/112836
<{^_^}> [nixpkgs] @mweinelt merged pull request #112754 → python37Packages.marshmallow-sqlalchemy: 0.24.1 -> 0.24.2 → https://github.com/NixOS/nixpkgs/pull/112754
mbrgm_ has joined #nixos
<supersandro2000> CMistress: most modules have an extraConfig section where you can usually put the extra things
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112837 → tfsec: 0.37.3 -> 0.38.1 → https://github.com/NixOS/nixpkgs/pull/112837
<CMistress> supersandro2000, can you point me toward some docs?
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
bennofs__ has quit [Ping timeout: 272 seconds]
<energizer> how can i point the makeDesktopItem {exec = } at the output if i'm creating the desktop item in the middle of creating the derivation for the binary?
<energizer> or do i need to do it in two steps
<energizer> first make the binary, then make the desktop item
<colemickens> is this actually the right advice for a DM though
<supersandro2000> energizer: I think you can do something like ``exec = "@out@/bin/gomuks"``
<supersandro2000> or just put the binary name into exec
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112838 → tickrs: 0.9.0 -> 0.10.2 → https://github.com/NixOS/nixpkgs/pull/112838
<{^_^}> [nixpkgs] @ajs124 merged pull request #112725 → inih: r52 -> r53 → https://github.com/NixOS/nixpkgs/pull/112725
gustavderdrache has joined #nixos
<CMistress> supersandro2000, I wasn't. I guess what I'm asking, is how do I specify an alternate displayManager in my configuration.nix, if it's not listed on the option search? Or can't I?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112810 → bambootracker: 0.4.5 -> 0.4.6 → https://github.com/NixOS/nixpkgs/pull/112810
m0rphism1 has quit [Ping timeout: 265 seconds]
<supersandro2000> CMistress: I don't know.
<energizer> substituting @out@ worked
<energizer> desktop file seems okay, thanks
<{^_^}> [nixpkgs] @samuela opened pull request #112839 → vscode: 1.53.0 -> 1.53.2 → https://github.com/NixOS/nixpkgs/pull/112839
<CMistress> supersandro2000, that's OK. Thanks for your help so far. :)
cosimone has joined #nixos
<energizer> rmcgibbo[m]: i see what you mean about the icons, i tried putting a file in $out/share/icons/hicolor/32x32/apps but it doesnt seem to work
<{^_^}> [nixpkgs] @mweinelt merged pull request #112756 → python37Packages.jupyter-repo2docker: 0.11.0 -> 2021.1.0 → https://github.com/NixOS/nixpkgs/pull/112756
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #112602 → vscode: 1.53.0 -> 1.53.1 → https://github.com/NixOS/nixpkgs/pull/112602
<{^_^}> [nixpkgs] @mweinelt merged pull request #112749 → python37Packages.nocasedict: 1.0.1 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/112749
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112826 → nodePackages.svelte-language-server: init at 0.12.9 → https://github.com/NixOS/nixpkgs/pull/112826
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112840 → topgrade: 6.3.2 -> 6.4.0 → https://github.com/NixOS/nixpkgs/pull/112840
nhs has quit [Ping timeout: 272 seconds]
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112827 → libmodulemd: 2.9.2 -> 2.12.0 → https://github.com/NixOS/nixpkgs/pull/112827
thc202 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #112748 → python37Packages.josepy: 1.5.0 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/112748
<energizer> are gradle packages easy or hard to package, for a non-javaist?
nhs has joined #nixos
sss2 has quit [Remote host closed the connection]
sss2 has joined #nixos
domogled has quit [Read error: Connection reset by peer]
CMistress has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112841 → unciv: 3.12.13-patch1 -> 3.12.14 → https://github.com/NixOS/nixpkgs/pull/112841
supersandro2000 has quit [Disconnected by services]
ahmed_elgabri has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
supersandro2000 has joined #nixos
<supersandro2000> energizer: in nix rather hard because there are not many hooks around it
<supersandro2000> you can copy other packages though
<energizer> alright
lsix has quit [Ping timeout: 240 seconds]
<{^_^}> [mobile-nixos] @samueldr opened pull request #301 → stage-1/usb-gadget: Fix error message error → https://github.com/NixOS/mobile-nixos/pull/301
cosimone has quit [Quit: cosimone]
fuiltilt has joined #nixos
bennofs__ has joined #nixos
sss2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #112837 → tfsec: 0.37.3 -> 0.38.1 → https://github.com/NixOS/nixpkgs/pull/112837
<{^_^}> [nixpkgs] @marsam merged pull request #112793 → go-chromecast: 0.2.8 -> 0.2.9 → https://github.com/NixOS/nixpkgs/pull/112793
bennofs_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112842 → vieb: 3.1.0 -> 3.4.0 → https://github.com/NixOS/nixpkgs/pull/112842
<{^_^}> [nixpkgs] @marsam merged pull request #112824 → pueue: 0.8.2 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/112824
<{^_^}> [nixpkgs] @marsam merged pull request #108511 → nixos/httpd: fix lua paths → https://github.com/NixOS/nixpkgs/pull/108511
<{^_^}> [nixpkgs] @marsam merged pull request #112703 → postgresqlPackages.pg_auto_failover: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/112703
ahmed_elgabri has quit [Ping timeout: 260 seconds]
thelounge52 has joined #nixos
rajivr has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
thelounge52 has quit [Ping timeout: 240 seconds]
sss2 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #112814 → nfpm: 2.2.3 -> 2.2.4 → https://github.com/NixOS/nixpkgs/pull/112814
<{^_^}> [nixpkgs] @marsam merged pull request #112816 → pg_tileserv: 1.0.6 -> 1.0.7 → https://github.com/NixOS/nixpkgs/pull/112816
cmk_zzz has joined #nixos
cmk_zzz_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112840 → topgrade: 6.3.2 -> 6.4.0 → https://github.com/NixOS/nixpkgs/pull/112840
<{^_^}> [nixpkgs] @marsam merged pull request #112808 → minio-client: 2021-01-30T00-50-42Z -> 2021-02-10T07-32-57Z → https://github.com/NixOS/nixpkgs/pull/112808
<{^_^}> [nixpkgs] @marsam merged pull request #112807 → minio: 2021-02-01T22-56-52Z -> 2021-02-11T08-23-43Z → https://github.com/NixOS/nixpkgs/pull/112807
cmk_zzz has quit [Ping timeout: 240 seconds]
cmk_zzz has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #112708 → grpc: 1.34.1 -> 1.35.0 → https://github.com/NixOS/nixpkgs/pull/112708
<{^_^}> [nixpkgs] @marsam merged pull request #112752 → pgformatter: 4.4 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/112752
AlpineLlama has quit [Ping timeout: 246 seconds]
sigmundv has joined #nixos
AlpineLlama has joined #nixos
sigmundv__ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtKpO
<{^_^}> [nixpkgs] @r-burns opened pull request #112843 → gcc: support -m32 on ppc64le → https://github.com/NixOS/nixpkgs/pull/112843
rb2k has joined #nixos
<{^_^}> [nixos-hardware] @hlolli opened pull request #231 → mpb15-1: init → https://github.com/NixOS/nixos-hardware/pull/231
RPGHank has joined #nixos
RPGHank has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112844 → bazelisk: 1.7.4 -> 1.7.5 → https://github.com/NixOS/nixpkgs/pull/112844
nhs has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
nhs has joined #nixos
stiell has quit [Quit: WeeChat 2.0.1]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
thelounge52 has quit [Ping timeout: 272 seconds]
arahael has joined #nixos
<{^_^}> [nixpkgs] @rb2k opened pull request #112845 → libdnf: 0.55.2 -> 0.58.0 → https://github.com/NixOS/nixpkgs/pull/112845
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @marsam closed pull request #71166 → Twitch-Chat-Downloader: init with dependencies → https://github.com/NixOS/nixpkgs/pull/71166
n-osborne has quit [Read error: Connection reset by peer]
n-osborne has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a58a0b5098f (from 12 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<supersandro2000> nice. I didn't see an advance in quite a while
<{^_^}> [nixpkgs] @kode54 closed pull request #102010 → vscode: Fix "Save as Admin" #49643 → https://github.com/NixOS/nixpkgs/pull/102010
ahmed_elgabri has joined #nixos
patagonicus5 has joined #nixos
ktims has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ktims> hi folks, fairly new to nixos, i'm trying to package an in-house python module and i just cannot grok where i am going wrong. first i tried a default.nix with just buildPythonPackage, this works with nix-build but fails when imported in configuration.nix. then i copied the 'outside the nixpkgs tree' example from the nixpkgs documentation verbatim, and that does not work either.
<ktims> the first case fails either because it is passed an unexpected config, options etc., or if i add '...' then it fails for infinite recursion. the second case says 'value is a string while a set was expected' and neither trace nor the error is illuminating where the problem is.
patagonicus has quit [Ping timeout: 246 seconds]
patagonicus5 is now known as patagonicus
<ktims> does anyone have a trivial example? the former case seems to be what is in the nixpkgs repository... there are plenty of examples out there but none that include how to properly add it from the custom.nix file to configuration.nix
ahmed_elgabri has quit [Ping timeout: 272 seconds]
mizu_no_oto has joined #nixos
<tpw_rules> are you using callPythonPackage?
<tpw_rules> have you heard of overlays yet? you should make one of those
<tpw_rules> actually sorry i misremembered you just use callPackage
nhs has joined #nixos
<ktims> i have used overlays in the past to override the setup of packages that exist in nixpkgs already, is this also necessary to create a new package?
superherointj has joined #nixos
<evanjs> is there an easy way to use my nixos configs from nix-darwin and just... ignore things that don't exist?
<evanjs> I have extracted my home-manager configuration in such a way that it can be consumed by both nixos and non nixos platforms before, just wanted to see if there's a way around doing that sort of thing again
<evanjs> Currently running into issues evaluating files that contain attributes like hardware, boot, etc.
teej has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
thelounge52 has joined #nixos
craige has joined #nixos
<evanjs> re out of tree python packages, I just used an overlay and copied the file structure from the nixpkgs repo
<evanjs> And then just callPackage -- e.g. `kivy = callPackage ../python/kivy { python = python37; };`
<evanjs> ktims: no clue if any of that will be helpful, though
superherointj has quit [Quit: Leaving]
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
shah^ has quit []
Lord_of_Life_ is now known as Lord_of_Life
xcmw has joined #nixos
BoipiSigre has joined #nixos
<ktims> evanjs: thx, gets me on the right track at least, i guess. thought i was pretty good at this stuff and like the idea of nixos, but after spending a few days on it i have almost no intuitive understanding of the incantations.
mizu_no_oto has quit [Quit: Computer has gone to sleep.]
<abathur> evanjs my general approach is to extract/modularize out of the primary configuration.nix/darwin-configuration.nix and mainly just keep the non-overlapping bits there
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112845 → libdnf: 0.55.2 -> 0.58.0 → https://github.com/NixOS/nixpkgs/pull/112845
<evanjs> abathur: yeah I'll probably just start with a subset of my main config for now. I probably just need to do the same thing I did with my non-nixos configs and am just doing something dumb right now
<hexa-> ,locate jupyterhub-singleuser
<{^_^}> Found in packages: python37Packages.jupyterhub, python38Packages.jupyterhub
sigmundv has quit [Ping timeout: 256 seconds]
gustavderdrache has left #nixos [#nixos]
<{^_^}> [nixpkgs] @rb2k opened pull request #112847 → microdnf: 3.6.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/112847
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #109945 → vscode-extensions.streetsidesoftware.code-spell-checker: Init at 1.10.2 → https://github.com/NixOS/nixpkgs/pull/109945
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109942 → vscode-extensions.dbaeumer.vscode-eslint: Init at 2.1.14 → https://github.com/NixOS/nixpkgs/pull/109942
BoipiSigre has quit [Quit: -a- IRC for Android 2.1.59]
<{^_^}> [nixpkgs] @marsam merged pull request #112844 → bazelisk: 1.7.4 -> 1.7.5 → https://github.com/NixOS/nixpkgs/pull/112844
iktomi has quit [Quit: Connection closed]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
BoipiSigre has joined #nixos
BoipiSigre has quit [Client Quit]
mkaito has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112848 → bitwig-studio: 3.3.2 -> 3.3.3 → https://github.com/NixOS/nixpkgs/pull/112848
h0m1 has quit [Ping timeout: 265 seconds]
h0m1 has joined #nixos
rb2k has quit [Ping timeout: 264 seconds]
tsrt^ has joined #nixos
seku has quit [Quit: Connection closed]
nhs has joined #nixos
gustavderdrache has joined #nixos
Supersonic has quit [Ping timeout: 272 seconds]
tomberek has quit [Quit: Connection closed]
thelounge52 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #112850 → gopass: 1.11.0 -> 1.12.0 → https://github.com/NixOS/nixpkgs/pull/112850
Supersonic has joined #nixos
mizu_no_oto has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #112851 → podman: 2.2.1 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/112851
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112852 → avocode: 4.11.1 -> 4.11.2 → https://github.com/NixOS/nixpkgs/pull/112852
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112847 → microdnf: 3.6.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/112847
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112850 → gopass: 1.11.0 -> 1.12.0 → https://github.com/NixOS/nixpkgs/pull/112850
captn3m0 has quit [Ping timeout: 240 seconds]
captn3m0 has joined #nixos
iceypoi8 has quit [Ping timeout: 240 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
rsynnest has quit [Quit: Connection closed]
aw has joined #nixos
spacefrogg has joined #nixos
thelounge52 has joined #nixos
<ktims> is there any way to use fetchGit in a fully declarative system? it seems to lead to a race condition where the .nix that would install git can't be evaluated since git is missing. it seems the only workaround would be installing git with nix-env.
stephank has quit [Quit: stephank]
stephank has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #112853 → postgresql: 9.5.24 -> 9.5.25, 9.6.20 -> 9.6.21, 10.15 -> 10.16, 11.10 -> 11.11, 12.5 -> 12.6, 13.1 -> 13.2 → https://github.com/NixOS/nixpkgs/pull/112853
hyper_ch238 has quit [Ping timeout: 246 seconds]
thelounge52 has quit [Ping timeout: 264 seconds]
captn3m0 has quit [Ping timeout: 264 seconds]
mizu_no_oto has quit [Quit: Computer has gone to sleep.]
hyper_ch4 has quit [Ping timeout: 260 seconds]
ambroisie has quit [Ping timeout: 264 seconds]
ManiacOfMadness has quit [Ping timeout: 272 seconds]
LilleCarl has quit [Ping timeout: 256 seconds]
ahmed_elgabri has joined #nixos
rauno has quit [Remote host closed the connection]
rauno has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
ambroisie has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @cole-h merged pull request #111878 → iosevka: 3.7.1 -> 4.5.0, revise build plan system → https://github.com/NixOS/nixpkgs/pull/111878
rb2k has joined #nixos
tomberek has joined #nixos
disasm has quit [Quit: WeeChat 2.0]
disasm has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #112854 → python39Packages.fixtures: fix build → https://github.com/NixOS/nixpkgs/pull/112854
thelounge52 has joined #nixos
ktims has left #nixos [#nixos]
rb2k has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 272 seconds]
thelounge52 has quit [Ping timeout: 264 seconds]
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lord| has joined #nixos
growpotk- has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112855 → Cleanups and maintainerships collection → https://github.com/NixOS/nixpkgs/pull/112855
lambda-11235 has quit [Ping timeout: 246 seconds]
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
abathur has quit [Ping timeout: 256 seconds]
katrin has quit [Quit: ZNC 1.8.1 - https://znc.in]
lambda-11235 has joined #nixos
katrin has joined #nixos
Supersonic112 has joined #nixos
captn3m0- has joined #nixos
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
gustavderdrache has quit [Quit: Leaving.]
growpotk- has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
abathur has joined #nixos
xcmw has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112856 → cimg: 2.9.4 -> 2.9.6 → https://github.com/NixOS/nixpkgs/pull/112856
thelounge52 has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 272 seconds]
endformationage has quit [Quit: WeeChat 2.9]
nhs has joined #nixos
plumm has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
zebrag has quit [Quit: Konversation terminated!]
nhs has quit [Ping timeout: 272 seconds]
ky0ko has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #112857 → grub2: fix cross-compilation → https://github.com/NixOS/nixpkgs/pull/112857
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> [nix] @asymmetric closed pull request #3685 → documentation: mention substituter precedence → https://github.com/NixOS/nix/pull/3685
jmeredith has quit [Quit: Connection closed for inactivity]
<growpotkin> does anyone know good resources to learn about using the Nix build system for non-nix targets? Essentially to cross-compile a binary, but rolling in it's necessary dependencies
m4ts has quit [Ping timeout: 272 seconds]
<growpotkin> they don't necessarily need to be static executables, but I would definitely need to have Nix package shared objects for the target system alongside my executable in a manageable way
thelounge52 has joined #nixos
<growpotkin> `nix
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112858 → bshapr: 0.9 -> 0.10 → https://github.com/NixOS/nixpkgs/pull/112858
<growpotkin> `nix-bundle` would be good, but it depends on `nix-user-chroot` unfortunately
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112859 → bc: name -> pname, version, clarify license → https://github.com/NixOS/nixpkgs/pull/112859
jybs_ has quit [Quit: Lost terminal]
captn3m0| has joined #nixos
captn3m0- has quit [Ping timeout: 240 seconds]
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112860 → bsequencer: 1.8.4 -> 1.8.6 → https://github.com/NixOS/nixpkgs/pull/112860
bn_work has quit [Quit: Connection closed for inactivity]
nhs has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112861 → bslizr: 1.2.8 -> 1.2.10 → https://github.com/NixOS/nixpkgs/pull/112861
<evanjs> Boy do I love breaking things
<evanjs> had to uninstall nix on darwin (again). now failing at "Setting up the basic directory structure" when attempting to reinstall
<evanjs> It just jumps from that to "oh no!"
<growpotkin> evanjs: did you have it working previously? Or is this your first install?
<growpotkin> maybe I mean "did you previously have a 'working' install"
<evanjs> yeah I had it working previously
<evanjs> then I thought I broke something and tried to reinstall
<growpotkin> I know the uninstall process is finicky
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<growpotkin> Nix leaves all these weird files/folders that interfere with later installs
nhs has quit [Ping timeout: 264 seconds]
<evanjs> yeah, I was able to uninstall/reinstall earlier, but having issues doing so now
<growpotkin> About a year and a half ago I had to get a team moved onto Nix with a mix of Linux and OSX boxes. I used to remember all of the weird places it leaves crumbs
<evanjs> oh bonus points
<evanjs> vifs is missing :D
<growpotkin> I know the `.profile` stuff was a nasty one. Then there is `/nix/`, `~/.nix`, `~/.nix-profile` and some other weirdos hanging around the home directories
<growpotkin> then check the `~/.config/` folder for anything
<growpotkin> check for the `nix-builder` users that it adds to your system, you might have to manually delete them
<growpotkin> check your ZSH/Bash RC files
<evanjs> yeah, checked those too
<growpotkin> and after you clear all of that crap out get a fresh shell
<growpotkin> `/etc/profile` maybe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112862 → enlightenment.evisum: 0.5.10 -> 0.5.11 → https://github.com/NixOS/nixpkgs/pull/112862
<evanjs> the heck do I do with fstab if vifs can't be found, though?
<evanjs> what the
<evanjs> reinstalled brew, suddenly I can run it again
<evanjs> phew. Removed nix from fstab with vifs. that might've been one of the missing pieces
<growpotkin> Yeah I wish the uninstall was cleaner. It's one of those things that "someone should really just patch because it wouldn't take long", but the PR/review process is a hassle.
<growpotkin> Honestly I think the majority of users are on NixOS so they don't remember the annoying quirks of installing `nix` standalone
thelounge52 has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
plumm has joined #nixos
thelounge52 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #99355 → nixos/captive-browser: make it work without a fixed interface → https://github.com/NixOS/nixpkgs/pull/99355
vidbina has joined #nixos
<{^_^}> [nixpkgs] @andreabedini opened pull request #112863 → Removing myself as a maintainer → https://github.com/NixOS/nixpkgs/pull/112863
nhs has joined #nixos
Jd007 has quit [Quit: Jd007]
nhs has quit [Ping timeout: 240 seconds]
bahamas has joined #nixos
bahamas has quit [Changing host]
bahamas has joined #nixos
nhs has joined #nixos
plumm has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
nhs has quit [Ping timeout: 264 seconds]
<evanjs> like is it normal for vifs to be in e.g. /System/Volumes/Update/mnt1/usr/sbin/vifs or how did it get there?
<evanjs> Got lazy and just ran fd from root
<evanjs> oh it's just usr sbin >.> I need to go to bed
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
nhs has joined #nixos
palo1 has joined #nixos
<siraben> what's vifs?
<siraben> never seen that on macOS before
<evanjs> right?
<evanjs> vifs -- safely edit fstab
<evanjs> BSD System Manager's Manual
<siraben> oh nvm
<siraben> I thought vifs was some filesystem thing lol
<evanjs> yeah I didn't know what it was either
<siraben> my vifs is in /usr/sbin/vifs
<siraben> (macOS catalina)
<evanjs> Yeah /usr/sbin wasn't in my path so I was sort of lost haha
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<evanjs> Back up and running with nix anyway. Now to see if I can tweak my configuration to work with nix-darwin without removing too much
<siraben> I have yet to use nix-darwin
<siraben> what macOS version are you running?
<evanjs> Big Sur atm
<siraben> Oh does Nix work on Big Sur now? Nice.
<siraben> I held off upgrading because macOS major updates keep breaking things
<evanjs> the installer from #4289 works great
<{^_^}> https://github.com/NixOS/nixpkgs/pull/4289 (by steffiefee, 6 years ago, merged): zsh: enable pcre (and version bump)
<evanjs> ugh it's on nix, forgot
<{^_^}> nix#4289 (by abathur, 10 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
<evanjs> Well, I needed that one because I'm using FileVault
nhs has quit [Ping timeout: 264 seconds]
<siraben> ok yeah installing Nix was awkward for me because I also use FileVault
<siraben> I think I had to manually make an apfs volume
thelounge52 has joined #nixos
nhs has joined #nixos
<evanjs> Yeah, none of that required with the method in the issue (check the "Try it out?" section in the initial post)
LilleCarl has joined #nixos
<evanjs> Just some weird stuff required if you need to uninstall/reinstall
respawn_ has joined #nixos
eoli3n has joined #nixos
<siraben> I still have homebrew installed >.< in particular for casks and flutter
<evanjs> Oh well I do too haha. Until I get everything working again with nix, at least
nhs has quit [Ping timeout: 256 seconds]
m0rphism1 has joined #nixos
fabian_a has joined #nixos
attila_lendvai_ has joined #nixos
nhs has joined #nixos
thc202 has joined #nixos
<{^_^}> [nixpkgs] @fabaff closed pull request #87793 → jrnl: 1.9.8 -> 2.4.2 → https://github.com/NixOS/nixpkgs/pull/87793
attila_lendvai_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #112863 → maintainers: remove andreabedini → https://github.com/NixOS/nixpkgs/pull/112863
poscat1 has joined #nixos
poscat has quit [Ping timeout: 272 seconds]
attila_lendvai has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #112865 → python3Packages.asteval: 0.9.21 -> 0.9.22 → https://github.com/NixOS/nixpkgs/pull/112865
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @lovesegfault closed pull request #103769 → super-slicer: 2.2.54.2 -> 2.3.55.2 → https://github.com/NixOS/nixpkgs/pull/103769
<evanjs> alright, nix-darwin is installed... but waiting on something like https://github.com/LnL7/nix-darwin/pull/286
<{^_^}> LnL7/nix-darwin#286 (by starcraft66, 1 week ago, open): Fix sourcing nix-darwin environment in zsh
<evanjs> A little funky with how everything works atm
mallox has joined #nixos
<evanjs> Running most programs from bash seems to work fine, anyway
lovesegfault has quit [Quit: WeeChat 3.0]
<evanjs> Was able to properly wrap my hm config and things seem to work as well as they do on my Windows computers (wsl2)
riksteri has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #112866 → libaom: only disable cpu detectio on arm64 and do it as recommended → https://github.com/NixOS/nixpkgs/pull/112866
lovesegfault has joined #nixos
philr has quit [Ping timeout: 264 seconds]
RPGHank has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #112867 → python3Packages.pywizlight: 0.4.4 -> 0.4.5 → https://github.com/NixOS/nixpkgs/pull/112867
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jt6t6
RPGHank has quit [Client Quit]
nhs has joined #nixos
ahmed_elgabri has joined #nixos
ahmed_elgabri has quit [Client Quit]
nhs has quit [Ping timeout: 256 seconds]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @ymarkus opened pull request #112868 → mullvad-vpn: 2020.7 -> 2021.1 → https://github.com/NixOS/nixpkgs/pull/112868
nixuser has joined #nixos
lsix has joined #nixos
ahmedelgabri has joined #nixos
quinn has joined #nixos
bennofs__ has quit [Ping timeout: 265 seconds]
bennofs_ has joined #nixos
quinn has quit [Client Quit]
nhs has joined #nixos
captn3m0 has joined #nixos
captn3m0| has quit [Ping timeout: 256 seconds]
quinn has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #111984 → ocamlPackages.ppx_deriving_protobuf: 2.7 → 3.0.0 → https://github.com/NixOS/nixpkgs/pull/111984
bennofs_ has quit [Ping timeout: 265 seconds]
bennofs_ has joined #nixos
zceejrk` has quit [Remote host closed the connection]
jonringer has quit [Ping timeout: 260 seconds]
seku has joined #nixos
nhs has joined #nixos
bennofs_ has quit [Ping timeout: 272 seconds]
saschagrunert has joined #nixos
sangoma has joined #nixos
respawn_ has quit [Quit: Leaving]
nhs has quit [Ping timeout: 264 seconds]
MidAutumnHotaru5 has joined #nixos
MidAutumnHotaru has quit [Ping timeout: 240 seconds]
MidAutumnHotaru5 is now known as MidAutumnHotaru
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @sorki opened pull request #112869 → Description and comment fixes → https://github.com/NixOS/nixpkgs/pull/112869
<{^_^}> [nixpkgs] @jupblb opened pull request #112870 → Vim bbye → https://github.com/NixOS/nixpkgs/pull/112870
<{^_^}> [nixpkgs] @adisbladis merged pull request #112851 → podman: 2.2.1 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/112851
nhs has joined #nixos
bennofs_ has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112871 → eudev: 3.2.9 -> 3.2.10 → https://github.com/NixOS/nixpkgs/pull/112871
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112872 → facter: 3.14.15 -> 3.14.16 → https://github.com/NixOS/nixpkgs/pull/112872
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112445 → visidata: 2.2 -> 2.2.1 → https://github.com/NixOS/nixpkgs/pull/112445
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112718 → ecl: 20.4.24 -> 21.2.1, enable Darwin → https://github.com/NixOS/nixpkgs/pull/112718
<{^_^}> [nixpkgs] @illustris opened pull request #112873 → qemu-ga: add statedir option → https://github.com/NixOS/nixpkgs/pull/112873
nhs has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112678 → [20.09] sleuthkit: 4.6.5 -> 4.10.1 → https://github.com/NixOS/nixpkgs/pull/112678
grawlinson has quit [Quit: SIGTERM]
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #112874 → bambootracker: fix Darwin build → https://github.com/NixOS/nixpkgs/pull/112874
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112871 → eudev: 3.2.9 -> 3.2.10 → https://github.com/NixOS/nixpkgs/pull/112871
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112019 → nixos/service-runner: fix evaluation → https://github.com/NixOS/nixpkgs/pull/112019
nhs has quit [Ping timeout: 240 seconds]
sangoma has quit [Ping timeout: 240 seconds]
Swant has quit [Quit: gone to IKEA]
tomberek has quit [Ping timeout: 240 seconds]
grawlinson has joined #nixos
Swant has joined #nixos
jimmiehansson has joined #nixos
noudle has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault closed pull request #112832 → starboard: 0.9.0 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/112832
tsmeets[m] has quit [Quit: Idle for 30+ days]
qasaur[m] has quit [Quit: Idle for 30+ days]
jdally987[m] has quit [Quit: Idle for 30+ days]
mr_whoknows[m] has quit [Quit: Idle for 30+ days]
Boomerang has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #112875 → python3Packages.brother: 0.2.0 -> 0.2.1 → https://github.com/NixOS/nixpkgs/pull/112875
nhs has joined #nixos
diamondbond has quit [Ping timeout: 272 seconds]
sangoma has joined #nixos
diamondbond has joined #nixos
charukiewicz has quit [Quit: charukiewicz]
charukiewicz has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
Darkmatter66 has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed to staging « llvm_11: patch to recognize Genode platform triples »: https://git.io/Jt6OF
<{^_^}> [nixpkgs] @ehmry closed pull request #112278 → llvm_11: patch to recognize Genode platform triples → https://github.com/NixOS/nixpkgs/pull/112278
zupo has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed to staging « Revert "llvm_11: patch to recognize Genode platform triples" »: https://git.io/Jt63m
fabian_a has quit [Quit: Leaving]
faffolter has joined #nixos
faffolter has joined #nixos
faffolter has quit [Changing host]
fabian_a has joined #nixos
nhs has joined #nixos
fabian_a has quit [Client Quit]
nhs has quit [Ping timeout: 272 seconds]
faffolter has joined #nixos
lambda-11235 has quit [Quit: Bye]
faffolter has quit [Client Quit]
fabian_a has joined #nixos
sigmundv has joined #nixos
addcninblue has quit [Ping timeout: 264 seconds]
addcninblue has joined #nixos
Darkmatter66 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #112876 → doc: fix syntax error in BLAS/LAPACK overlay example → https://github.com/NixOS/nixpkgs/pull/112876
cole-h has quit [Ping timeout: 240 seconds]
tsrt^ has quit []
nhs has joined #nixos
mananamenos has joined #nixos
eoli3n has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 272 seconds]
RPGHank has joined #nixos
RPGHank has quit [Client Quit]
heywoodlh has quit [Ping timeout: 246 seconds]
heywoodlh has joined #nixos
palo has quit [Quit: WeeChat 2.9]
m4ts has joined #nixos
palo has joined #nixos
mauro^ has joined #nixos
Qwerky has quit [Remote host closed the connection]
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112877 → gcr: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/112877
mallox has quit [Quit: WeeChat 3.0.1]
nhs has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #nixos
Qwerky has joined #nixos
mallox has joined #nixos
<rauno> how to nix garbage collect only cenrtain stuff? Forexample created by nix-build and nix-shell package development and not nixops and other generated stuff ?
<clever> rauno: `nix-store --delete /nix/store/foo` will delete foo and everything that depended on it
Qwerky has quit [Ping timeout: 272 seconds]
<rauno> oh right, keep forgetting that stuff :|
<rauno> thanks
eoli3n has joined #nixos
teto has joined #nixos
nhs has joined #nixos
philr has joined #nixos
hugolgst has joined #nixos
<hugolgst> hey guys
hugolgst has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112878 → gmic: 2.9.5 -> 2.9.6 → https://github.com/NixOS/nixpkgs/pull/112878
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jt6ZJ
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #112879 → nixos/dbus: support dbus-broker → https://github.com/NixOS/nixpkgs/pull/112879
domogled has quit [Quit: domogled]
fendor has joined #nixos
hiro98 has joined #nixos
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Read error: Connection reset by peer]
ardumont has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #112880 → emacs.pkgs.jam-mode: init at 0.3 → https://github.com/NixOS/nixpkgs/pull/112880
respawn_ has quit [Quit: Leaving]
seeMee[m] has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #112881 → qemu: re-enable stack protection → https://github.com/NixOS/nixpkgs/pull/112881
nhs has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #112882 → kakoune: enable parallel building → https://github.com/NixOS/nixpkgs/pull/112882
Darkmatter66_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @alyssais opened pull request #112883 → weechatScripts.weechat-matrix: make patchable → https://github.com/NixOS/nixpkgs/pull/112883
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/Jt6Zx
<{^_^}> [nixpkgs] @alyssais opened pull request #112884 → gtk_engines: fix URL → https://github.com/NixOS/nixpkgs/pull/112884
Darkmatter66 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #112885 → dictdDBs.wiktionary: 20161001 -> 20210201; refactor → https://github.com/NixOS/nixpkgs/pull/112885
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #112886 → qemu: set localstatedir → https://github.com/NixOS/nixpkgs/pull/112886
hiro98 has quit [Quit: hiro98]
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskell.packages.ghc884.vector: Disable checks »: https://git.io/Jt6n4
ardumont has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112887 → flyway: 7.5.2 -> 7.5.3 → https://github.com/NixOS/nixpkgs/pull/112887
<qyliss> worldofpeace++
<{^_^}> worldofpeace's karma got increased to 263
mananamenos has quit [Remote host closed the connection]
mananamenos has joined #nixos
trobjo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #112888 → git: include cvsps in git-cvsimport PATH → https://github.com/NixOS/nixpkgs/pull/112888
<worldofpeace> ❤️ qyliss
<thomas_adam> That's cute. How do you use the karma points? :)
nhs has joined #nixos
<immae> I suppose it gives you credit to do bad things afterwards, like ++’ing yourself
<{^_^}> [nixpkgs] @Avaq opened pull request #112889 → ripcord: 0.4.26 -> 0.4.28 → https://github.com/NixOS/nixpkgs/pull/112889
fendor_ has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nhs has quit [Ping timeout: 240 seconds]
RPGHank has joined #nixos
RPGHank has quit [Client Quit]
erictapen has joined #nixos
fendor has quit [Ping timeout: 272 seconds]
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @primeos merged pull request #112866 → libaom: only disable cpu detectio on arm64 and do it as recommended → https://github.com/NixOS/nixpkgs/pull/112866
<{^_^}> [nixpkgs] @adisbladis merged pull request #112880 → emacs.pkgs.jam-mode: init at 0.3 → https://github.com/NixOS/nixpkgs/pull/112880
<__monty__> Can you use fetchpatch to fetch a single git commit? Or can github generate patch urls?
eoli3n has quit [Remote host closed the connection]
<adisbladis> __monty__: Just add .patch to the url of the commit
<__monty__> And that works even if I want to target an earlier commit with the patch?
<__monty__> I.e., upstream has made a bunch of commits since release. I want to include the most recent commit only as a patch.
<adisbladis> __monty__: "It depends"
<adisbladis> That question can't be answered generally
<adisbladis> Just try it
<{^_^}> [nixpkgs] @illustris closed pull request #112873 → qemu-ga: add statedir option → https://github.com/NixOS/nixpkgs/pull/112873
<__monty__> Problem is I can't build it for linux and macOS isn't a supported platform.
mallox has quit [Ping timeout: 272 seconds]
<__monty__> I know the patch works because I'm using the master branch on a linux box but it's a 32 bit pentium and an absolute pain to build on.
nhs has joined #nixos
bahamas has quit [Ping timeout: 265 seconds]
fuiltilt has quit [Quit: WeeChat 2.9]
nhs has quit [Ping timeout: 272 seconds]
zupo has quit [Remote host closed the connection]
nhs has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #112882 → kakoune: enable parallel building → https://github.com/NixOS/nixpkgs/pull/112882
zupo has joined #nixos
bahamas has joined #nixos
diamondbond has quit [Ping timeout: 265 seconds]
ronthecookie has quit [Remote host closed the connection]
ronthecookie has joined #nixos
diamondbond has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @primeos pushed to master « gitRepo: 2.12.1 -> 2.12.2 »: https://git.io/Jt6C8
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mallox has joined #nixos
ahmedelgabri has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
zupo has joined #nixos
bennofs_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112890 → icewm: 2.1.1 -> 2.1.2 → https://github.com/NixOS/nixpkgs/pull/112890
RPGHank has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #111786 → systemd: 247.2 -> 247.3 → https://github.com/NixOS/nixpkgs/pull/111786
aforemny has quit [Quit: ZNC 1.8.2 - https://znc.in]
aforemny has joined #nixos
bennofs_ has joined #nixos
exasperr has joined #nixos
n-osborne has quit [Remote host closed the connection]
n-osborne has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nhs has joined #nixos
questaetang[m] has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 1000 commits to haskell-updates: https://git.io/Jt6WC
ahmedelgabri has joined #nixos
zeorin has joined #nixos
exasperr has left #nixos [#nixos]
nhs has quit [Ping timeout: 264 seconds]
<zeorin> Hey everyone. Bit off-topic, but it seems that #home-manager is very quiet. Is there a handy go-to explainer for the email accounts system in home-manager? I've found https://beb.ninja/post/email/ but it doesn't cover all of it wholistically…
<sphalerite> zeorin: on-topic enough :) (though I don't have an answer for you)
orivej has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #112891 → systemd: stop reading from /etc/systemd-mutable → https://github.com/NixOS/nixpkgs/pull/112891
ahmedelgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @samuela opened pull request #112892 → vscodium: 1.52.1 -> 1.53.2 → https://github.com/NixOS/nixpkgs/pull/112892
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « Update our default Haskell compiler from GHC version 8.10.3 to 8.10.4. »: https://git.io/Jt6W1
<{^_^}> [nixpkgs] @peti opened pull request #112893 → Update Haskell package set to Stackage Nightly 2021-02-10 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/112893
<sphalerite> is there a way to disable ipv6 privacy extensions generally without specifying an interface to disable them on?
<__monty__> zeorin: There's not really more than just the manual.
<__monty__> #home-manager is lower volume but usually does get HM questions answered better/faster.
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #112894 → nrfutil: python37Packages -> python3Packages → https://github.com/NixOS/nixpkgs/pull/112894
saschagrunert has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jorsn opened pull request #112895 → lice: 0.4 -> 0.6 → https://github.com/NixOS/nixpkgs/pull/112895
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jt6Wb
<zeorin> I did ask in #home-manager a couple of hours ago… No biggie, I'm comfortable reading the manual + source code, but it's a little tedious to build up a big-picture mental model of the design of it that way.
bahamas has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @peti merged pull request #112612 → fetchmail: 6.4.15 -> 6.4.16 → https://github.com/NixOS/nixpkgs/pull/112612
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
saschagrunert has joined #nixos
nixuser has quit [Read error: Connection reset by peer]
nhs has joined #nixos
evanjs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112896 → grisbi: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/112896
ahmedelgabri has joined #nixos
bennofs_ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-doctest: update ghc-9.0.x override for the new 0.18 version »: https://git.io/Jt6l3
<{^_^}> [nixpkgs] @Luflosi opened pull request #112897 → flashbench: 2012-06-06 -> 2020-01-23 → https://github.com/NixOS/nixpkgs/pull/112897
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: update list of broken builds to fix evaluation errors on Hydra »: https://git.io/Jt6lG
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jt6lZ
is_null has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2021-02-12T08:19:51Z »: https://git.io/Jt6ll
hiro98 has joined #nixos
bennofs_ has quit [Quit: No Ping reply in 180 seconds.]
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @erictapen opened pull request #112898 → Feature/mastodon → https://github.com/NixOS/nixpkgs/pull/112898
<qyliss> erictapen++
<{^_^}> erictapen's karma got increased to 3
vidbina has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
bennofs_ has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112899 → goreleaser: 0.155.1 -> 0.155.2 → https://github.com/NixOS/nixpkgs/pull/112899
RPGHank has quit [Read error: Connection reset by peer]
RPGHank has joined #nixos
RPGHank has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @mweinelt merged pull request #112875 → python3Packages.brother: 0.2.0 -> 0.2.1 → https://github.com/NixOS/nixpkgs/pull/112875
bennofs_ has joined #nixos
ishan2 has joined #nixos
hiro98 has quit [Ping timeout: 265 seconds]
Boomerang has quit [Quit: Leaving]
<ishan2> I am trying to build glfw from sources so I am trying it using `nix develop nixpkgs#glfw` but it is showing me an error `shell environment '/nix/store/q8qj5aq573dmawml12r50qx54fs4dgnw-glfw-3.3.2-env' has unexpected line 'cmakeFlags='-DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS=-D_GLFW_G'`
nhs has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
ahmedelgabri has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #112900 → emacs: add withMotif option → https://github.com/NixOS/nixpkgs/pull/112900
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #112774 → treewide: mpd_clientlib -> libmpdclient → https://github.com/NixOS/nixpkgs/pull/112774
noudle has quit []
mallox has quit [Quit: WeeChat 3.0.1]
mallox has joined #nixos
mallox has quit [Client Quit]
bennofs_ has quit [Ping timeout: 240 seconds]
bennofs_ has joined #nixos
nhs has joined #nixos
superherointj has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
superherointj_ has joined #nixos
simukis__ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112870 → vimPlugins.vim-bbye: init at 2018-03-03 → https://github.com/NixOS/nixpkgs/pull/112870
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112865 → python3Packages.asteval: 0.9.21 -> 0.9.22 → https://github.com/NixOS/nixpkgs/pull/112865
simukis_ has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112876 → doc: fix syntax error in BLAS/LAPACK overlay example → https://github.com/NixOS/nixpkgs/pull/112876
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112884 → gtk_engines: fix URL → https://github.com/NixOS/nixpkgs/pull/112884
nhs has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
zebrag has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112892 → vscodium: 1.52.1 -> 1.53.2 → https://github.com/NixOS/nixpkgs/pull/112892
<adisbladis> qyliss: I'm wondering what the motivation for #112900 is
<{^_^}> https://github.com/NixOS/nixpkgs/pull/112900 (by alyssais, 37 minutes ago, open): emacs: add withMotif option
<adisbladis> Why would you ever want to use motif?
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112894 → nrfutil: python37Packages -> python3Packages → https://github.com/NixOS/nixpkgs/pull/112894
<qyliss> nostalgia!
<qyliss> and/or, because I can
<adisbladis> ^_^
superherointj has quit [Quit: Leaving]
<qyliss> the other day I just really wanted some motif in my life
<adisbladis> That's a good enough reason
<adisbladis> I was just curious
<qyliss> :)
happysalada[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #112787 → emplace: 0.4.4 -> 1.0.0 → https://github.com/NixOS/nixpkgs/pull/112787
<qyliss> I wasn't planning to PR it but it was such a trivial patch I figured it couldn't do any harm
<{^_^}> [nixpkgs] @storvik opened pull request #112901 → clpm: 0.3.5 -> 0.3.6 → https://github.com/NixOS/nixpkgs/pull/112901
lunik1 has quit [Ping timeout: 246 seconds]
<adisbladis> I like that our emacs derivation is approaching being a full meta build system for emacs
<adisbladis> Everything and the kitchen sink \o/
<qyliss> :D
nhs has joined #nixos
<{^_^}> [nix] @edolstra closed pull request #2656 → Search: no longer output to $PAGER → https://github.com/NixOS/nix/pull/2656
<{^_^}> [nixpkgs] @adisbladis merged pull request #112900 → emacs: add withMotif option → https://github.com/NixOS/nixpkgs/pull/112900
zeorin has quit [Quit: WeeChat 2.9]
nhs has quit [Ping timeout: 265 seconds]
<adisbladis> qyliss: Hm, there is probably a legit use case for it
<adisbladis> It should be decently performant over ssh forwarding
<qyliss> probably not as much as pure xlib, though?
<etu> I didn't know emacs supported motif... :D
<etu> Great :D
<adisbladis> qyliss: Hmm, true
<adisbladis> That was really the "feelgood PR of the day"
<qyliss> I aim to please :)
<etu> ✨ qyliss
<{^_^}> qyliss's karma got increased to 123
<etu> Nice number
<adisbladis> :)
<adisbladis> It made me very happy for whatever reason
<adisbladis> I don't even know why
<{^_^}> [nixpkgs] @turion closed pull request #100351 → Dev add agdarsec → https://github.com/NixOS/nixpkgs/pull/100351
<{^_^}> [nixpkgs] @turion reopened pull request #100351 → Dev add agdarsec → https://github.com/NixOS/nixpkgs/pull/100351
<qyliss> old, obscure software that still works has that effect on me too
<{^_^}> [nixpkgs] @turion closed pull request #75869 → WIP: Fix hie-bios test suite → https://github.com/NixOS/nixpkgs/pull/75869
rb2k has joined #nixos
<bqv> It amuses me that all that we had to do to get the mastodon PR in was threaten to make it a flake. Almost like some people really don't like them :p
<qyliss> I think it was more that people weren't aware of what the issues were
nhs has joined #nixos
ishan2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112903 → gtk-doc: 1.33.1 -> 1.33.2 → https://github.com/NixOS/nixpkgs/pull/112903
rb2k has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @drewrisinger opened pull request #112904 → python3Packages.pytest-click: 0.3 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/112904
respawn_ has quit [Quit: Leaving]
nhs has quit [Ping timeout: 264 seconds]
<supersandro2000> is our ruby compiled with jmalloc? That would be great to have for mastodon
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #112856 → cimg: 2.9.4 -> 2.9.6 → https://github.com/NixOS/nixpkgs/pull/112856
<adisbladis> bqv: It just got the right eyeballs today
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #112890 → icewm: 2.1.1 -> 2.1.2 → https://github.com/NixOS/nixpkgs/pull/112890
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #112903 → gtk-doc: 1.33.1 -> 1.33.2 → https://github.com/NixOS/nixpkgs/pull/112903
aswanson1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jt6En
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112716 → frozen-bubble: add desktop file → https://github.com/NixOS/nixpkgs/pull/112716
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112859 → bc: name -> pname, version, clarify license → https://github.com/NixOS/nixpkgs/pull/112859
lunik1 has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112867 → python3Packages.pywizlight: 0.4.4 -> 0.4.5 → https://github.com/NixOS/nixpkgs/pull/112867
<adisbladis> supersandro2000: Doesn't look like it
<adisbladis> But I guess there are reasons why jemalloc is not the default in ruby?
<qyliss> at a ruby job I had a couple of years ago we had to stop using jemalloc because of stability issues IIRC
nhs has joined #nixos
sangoma has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
bennofs_ has quit [Quit: No Ping reply in 180 seconds.]
<dminuoso> The reasons are somewhat silly
vidbina has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112905 → jc: 1.14.2 -> 1.14.3 → https://github.com/NixOS/nixpkgs/pull/112905
bennofs_ has joined #nixos
<bqv> With this and pleroma getting in a few days ago, we're finally a full house
bahamas has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #112904 → python3Packages.pytest-click: 0.3 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/112904
sangoma has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #112862 → enlightenment.evisum: 0.5.10 -> 0.5.11 → https://github.com/NixOS/nixpkgs/pull/112862
saschagrunert has quit [Remote host closed the connection]
nhs has joined #nixos
bn_work has joined #nixos
Guest60726 has quit [Quit: ZNC 1.8.1 - https://znc.in]
lordcirth has joined #nixos
lordcirth is now known as Guest11565
nhs has quit [Ping timeout: 240 seconds]
ishan46 has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #112906 → dockle: init at 0.3.1 → https://github.com/NixOS/nixpkgs/pull/112906
nhs has joined #nixos
mizu_no_oto has joined #nixos
bennofs__ has joined #nixos
bennofs_ has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
blahblah441 has joined #nixos
jonringer has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
gustavderdrache has joined #nixos
zupo has joined #nixos
bennofs__ has quit [Ping timeout: 240 seconds]
jmeredith has joined #nixos
Tv` has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @mweinelt opened pull request #112908 → python39Packages.astroid: fix tests and reenable → https://github.com/NixOS/nixpkgs/pull/112908
<supersandro2000> mastodon has jemalloc enabled by default if you use there docker image
nhs has joined #nixos
<supersandro2000> so I would just follow upstream here
lordcirth_ has joined #nixos
<qyliss> so you think we should use a custom Ruby just for running mastodon?
<{^_^}> [nixpkgs] @davegallant opened pull request #112909 → vscx/ms-vsliveshare-vsliveshare: 1.0.2902 -> 1.0.3629 → https://github.com/NixOS/nixpkgs/pull/112909
bennofs_ has joined #nixos
<adisbladis> That sounds like a really bad idea
DamienCassou has joined #nixos
lordcirth__ has quit [Ping timeout: 265 seconds]
nhs has quit [Ping timeout: 240 seconds]
Hurttila has joined #nixos
<Hurttila> I'm trying to get vscode plugins to vscodium by adding a few lines to a package.json file (https://www.chrisatmachine.com/Neovim/22-vscodium-neovim/). The problem is that I can only find that json in the store and seems like the store is read-only. How do I edit the files in the store?
Jd007 has joined #nixos
rb2k has quit [Ping timeout: 246 seconds]
rb2k has joined #nixos
nhs has joined #nixos
<NinjaTrappeur> I have an issue with the gnome3 pinentry. It fails and fallback to the ncurses one after complaining about not having a gcr system prompter available.
Tv` has joined #nixos
<NinjaTrappeur> Is somebody else here having the same issue?
<NinjaTrappeur> Exact error message: "No Gcr System Prompter available, falling back to curses"
<NinjaTrappeur> (followed by "OK Pleased to meet you". At least the software is nice to me, that's appreciated :P)
<erictapen> Izorkin: could you post your config somewhere? How do you use the module?
mizu_no_oto has quit [Quit: Computer has gone to sleep.]
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112874 → bambootracker: fix Darwin build → https://github.com/NixOS/nixpkgs/pull/112874
<supersandro2000> qyliss: mastodon does the same upstream but yeah. I think it should include jemalloc
<supersandro2000> does our ruby not have a flag to enable jemalloc?
<qyliss> I think you'd need a much stronger justification for a custom Ruby just for a single service
<Izorkin> erictapen: https://pastebin.com/Fegzx1Xw Using #112898 PR
<{^_^}> https://github.com/NixOS/nixpkgs/pull/112898 (by erictapen, 2 hours ago, open): mastodon,nixos/mastodon: init at 3.3.0
<{^_^}> [nixpkgs] @Mic92 merged pull request #112815 → linux-libre: mark as broken → https://github.com/NixOS/nixpkgs/pull/112815
<hexa-> NinjaTrappeur: gtk2 pinentry is working pretty well :D
<qyliss> Mic92: oh yeah thanks for marking that as broken -- I do plan to fix it but haven't been able to yet
<Mic92> qyliss: ok. eventually you get a ping by stale bot as a reminder on the issue.
<qyliss> yeah :)
<hexa-> NinjaTrappeur: maybe this debian issue is more enlightening? https://lists.debian.org/debian-kernel/2019/03/msg00075.html
<NinjaTrappeur> hexa-: I've been banging my head against this issue for the last 30 minutes. It was working fine until the last nixpkgs bump I performed. We did not seem to have updated any package or module involved into this. That might be the most resonable thing to do.
<hexa-> Ouch
<supersandro2000> qyliss: it saves a ton of RAM and if you run more than a single user instance you want to have
we3fan has joined #nixos
<NinjaTrappeur> hexa-: I saw it. The confusing part is that in my case, the dbus-user-session is correctly set :(
we3fan has left #nixos [#nixos]
<supersandro2000> qyliss: according to the mastodon upstream guide you are supposed to do that, too https://docs.joinmastodon.org/admin/install/
<Mic92> NinjaTrappeur: good to know I am not the only one. My workaround was to switch to the qt version
lsix1 has joined #nixos
<{^_^}> [nixpkgs] @hmenke opened pull request #112910 → zfs: 2.0.2 -> 2.0.3 → https://github.com/NixOS/nixpkgs/pull/112910
<hexa-> NinjaTrappeur: the error is likely due to this patch https://lists.gnupg.org/pipermail/gnupg-devel/2016-November/032058.html
lunik1 has quit [Ping timeout: 272 seconds]
<hexa-> so actually a gpg issue? :D
<Mic92> NinjaTrappeur: you can use busctl monitor --user to debug dbus messages if that is the root cause.
<Mic92> I will probably stay with qt for the time beeing
superherointj_ has quit [Remote host closed the connection]
nhs has joined #nixos
<erictapen> Izorkin: ok your second error in mastodon-init-db.service is a direct result of the first error in mastodon-init-dirs.
meh` has joined #nixos
<erictapen> Izorkin: btw your nginx config is redundant, as this is already done by configureNginx
<erictapen> erictapen: also setting RAILS_ENV viar environment.variables does not work, as this doesn't change the env of the systemd service.
ishan46 has quit [Quit: Connection closed]
<Izorkin> erictapen: need check in local test server without ssl certificate
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112721 → dolphinEmu: replace ffmpeg_3 with ffmpeg → https://github.com/NixOS/nixpkgs/pull/112721
philr has quit [Ping timeout: 264 seconds]
<erictapen> Izorkin: ah damn, I overread that you were actually setting these to false, sorry
<erictapen> Izorkin: as a workaround you could manually set systemd.services.mastodon-init-dirs.environment.RAILS_ENV
<erictapen> Izorkin: but I guess this is a bug that should be changed in the module.
<erictapen> Izorkin: weird that I never saw this
<NinjaTrappeur> Mic92: Could not get owner of name 'org.gnome.keyring.SystemPrompter': no such name
<NinjaTrappeur> I'm creating a nixpkgs issue
nhs has joined #nixos
thelounge52 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #112911 → terragrunt: 0.28.3 -> 0.28.4 → https://github.com/NixOS/nixpkgs/pull/112911
<{^_^}> [nixpkgs] @mkg20001 opened pull request #112912 → cups-googlecloudprint: remove, service discontinued → https://github.com/NixOS/nixpkgs/pull/112912
thc202 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112913 → Holo build → https://github.com/NixOS/nixpkgs/pull/112913
thc202 has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 264 seconds]
lunik1 has joined #nixos
<Hurttila> What to do when I need to edit a product.json file from vscodium install, when the file seems to be only in the store and read-only?
<{^_^}> #112914 (by NinjaTrappeur, 10 seconds ago, open): gnupg Gnome3 pinentry fails
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
lunik1 has quit [Ping timeout: 265 seconds]
Darkmatter66 has quit [Read error: Connection reset by peer]
nhs has joined #nixos
Darkmatter66 has joined #nixos
malook has joined #nixos
kfiz has quit [Ping timeout: 260 seconds]
kfiz has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 272 seconds]
test1[m] has quit [Quit: Idle for 30+ days]
rcorrear has quit [Quit: Idle for 30+ days]
miangraham[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @adisbladis merged pull request #112898 → mastodon,nixos/mastodon: init at 3.3.0 → https://github.com/NixOS/nixpkgs/pull/112898
<bqv> 😄
<bqv> Hooray
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112915 → libhdhomerun: 20200907 -> 20210210 → https://github.com/NixOS/nixpkgs/pull/112915
<qyliss> pbb++ erictapen++ adisbladis++
sigmundv has quit [Read error: Connection reset by peer]
<{^_^}> adisbladis's karma got increased to 136
<{^_^}> erictapen's karma got increased to 5
<{^_^}> pbb's karma got increased to 5, that's Numberwang!
<adisbladis> qyliss++
<{^_^}> qyliss's karma got increased to 124.00000000000006
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #112916 → [20.09] nixops: unbreak → https://github.com/NixOS/nixpkgs/pull/112916
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112868 → mullvad-vpn: 2020.7 -> 2021.1 → https://github.com/NixOS/nixpkgs/pull/112868
lsix has quit [Read error: Connection reset by peer]
lunik1 has joined #nixos
<infinisil> :o
ahmedelgabri has joined #nixos
<Izorkin> erictapen: i am using `profiles/hardened.nix`, may cause an error?
sss2 has quit [Quit: Leaving]
lsix1 has quit [Remote host closed the connection]
lsix has joined #nixos
nhs has joined #nixos
lsix1 has joined #nixos
<NinjaTrappeur> nice :)
<erictapen> Finally the Mastodon module is merged :) Can't wait for the thousands of instances popping up in the fediverse ^^
<{^_^}> [nixpkgs] @teto merged pull request #112839 → vscode: 1.53.0 -> 1.53.2 → https://github.com/NixOS/nixpkgs/pull/112839
<erictapen> qyliss++ adisbladis++ pbb++
<{^_^}> adisbladis's karma got increased to 137
<{^_^}> pbb's karma got increased to 6
<{^_^}> qyliss's karma got increased to 125
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
<erictapen> Izorkin: I doubt that the profile has anything to do with it. I guess when i tested the module I generated otpSecretFile by hand, so rake got never called in mastodon-init-dirs.service.
<erictapen> Izorkin: so thats why I never saw your error. I'm working on a PR to fix that.
<qyliss> erictapen: make sure not to forget about the manual + tests btw
nhs has joined #nixos
<adisbladis> Izorkin: Do you have a local nixpkgs checkout?
<adisbladis> I think maybe http://ix.io/2PaQ will fix it
<NinjaTrappeur> wrt. tests, you probably could reuse some parts of https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/pleroma.nix
ahmedelgabri has quit [Ping timeout: 260 seconds]
<adisbladis> Izorkin: An actual patch file for the same diff http://ix.io/2PaR
<Izorkin> adisbladis: thanks, check back later
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bahamas has quit [Ping timeout: 264 seconds]
<Izorkin> erictapen: i removed all manul configurations, mastodon-init-dirs service started. Error starting mastodon-init-db. Now I'll try to restart.
nhs has quit [Ping timeout: 265 seconds]
<erictapen> NinjaTrappeur: ah nice, thanks
<erictapen> adisbladis: yeah I'm going to open exactly that patch as PR.
zupo has joined #nixos
<erictapen> qyliss: I'm on it. I planned to spend the next days refining mastodon-nixos. As that project just got obsolete, I'll spend it with fixing tests and the manual ;)
<qyliss> :D
<{^_^}> [nixpkgs] @erictapen opened pull request #112917 → nixos/mastodon: set environment for mastodon-init-dirs → https://github.com/NixOS/nixpkgs/pull/112917
<{^_^}> [nixpkgs] @prusnak opened pull request #112918 → trezor-suite: init at 21.2.2 → https://github.com/NixOS/nixpkgs/pull/112918
j-k has joined #nixos
malook has quit [Quit: malook]
cole-h has joined #nixos
<Hurttila> What should I do when I need to edit a product.json file from vscodium install, when the file seems to be only in the store and read-only?
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jt6oq
aveltras has joined #nixos
nhs has joined #nixos
rb2k has quit [Ping timeout: 246 seconds]
<aveltras> im trying to share my desktop network with my laptop using an ethernet cable, i've followed https://askubuntu.com/questions/359856/share-wireless-internet-connection-through-ethernet but that does not seem to work, would anyone have some example config somewhere that does the same for nixos ?
gean has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #112370 → ocamlPackages.lwt: 5.3.0 → 5.4.0 → https://github.com/NixOS/nixpkgs/pull/112370
<erictapen> aveltras: I'm using this module to supply other cabled devices via my laptop. https://pastebin.com/pYDr73kv For it to run you need to configure an external interface and an internal one. In my case, the external one is my laptops wireless interface and the internal is ethernet. It then does NAT, DHCP and IPv6 prefix delegation for you.
oida has quit [Remote host closed the connection]
oida has joined #nixos
<aveltras> erictapen: thanks, going to try it
j-k has quit [Quit: WeeChat 3.0.1]
nhs has quit [Ping timeout: 272 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mkaito has joined #nixos
nhs has joined #nixos
bukkitgerman8608 has joined #nixos
xcmw has joined #nixos
<aveltras> erictapen: do you have anything special to do on the client ?
rb2k has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #112422 → doc: use lib.cleanSource → https://github.com/NixOS/nixpkgs/pull/112422
nhs has quit [Ping timeout: 256 seconds]
<erictapen> aveltras: nope, as long as it does DHCP/IPv6 SLAAC there is no change needed
<{^_^}> [nixpkgs] @iblech opened pull request #112921 → anki: 2.1.15 -> 2.1.40 (fixes #112849) [DRAFT for others to pick up] → https://github.com/NixOS/nixpkgs/pull/112921
<erictapen> aveltras: note that IPv6 might only work if your upstream router owns more than a /64 and is actually configured to delegate prefixes.
nhs has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #112922 → agate: 2.4.1 -> 2.5.0 → https://github.com/NixOS/nixpkgs/pull/112922
<aveltras> am not sure how it works, right now i can ping my desktop (connected to internet) from my laptop (connected to the desktop via ethernet)
<aveltras> ah, this might be because i filled the networking.nameservers option
<erictapen> aveltras: but you cannot ping the internet from your laptop?
<aveltras> Firefox didnt work
<cransom> alternative option as well if you didn't care about native/transparent networking, a socks proxy or ssh -D
<erictapen> aveltras: could you try `ping 1.1.1.1`? that's a test where much less else could go wrong.
<aveltras> No
nhs has quit [Ping timeout: 256 seconds]
<erictapen> then I'm out of ideas, sorry
<aveltras> Ye no problem your module is already a great help for the sharing side, thanks
gean has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @anmonteiro opened pull request #112923 → mdx: 1.8.0 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/112923
rb2k has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #112833 → tailscale: 1.4.2 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/112833
<{^_^}> [nixpkgs] @06kellyjac opened pull request #112924 → starboard-octant-plugin: 0.9.0 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/112924
<erictapen> aveltras: :)
erictapen has quit [Quit: leaving]
mananamenos has quit [Read error: Connection reset by peer]
superherointj has joined #nixos
<{^_^}> [nixpkgs] @thiagokokada opened pull request #112925 → clojure: 1.10.1.763 -> 1.10.2.774 → https://github.com/NixOS/nixpkgs/pull/112925
endformationage has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112911 → terragrunt: 0.28.3 -> 0.28.4 → https://github.com/NixOS/nixpkgs/pull/112911
<aveltras> eri451: seems it works in fact, i can browse with firefox but ping doesn't work
<aveltras> i dont need ping in that situation anyway so it should be fine
Guest28490 has joined #nixos
Guest28490 has left #nixos [#nixos]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112927 → libjcat: 0.1.5 -> 0.1.6 → https://github.com/NixOS/nixpkgs/pull/112927
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112924 → starboard-octant-plugin: 0.9.0 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/112924
lsix1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @Ericson2314 opened pull request #4541 → Deeper `Command` hierarchy to remove redundancy → https://github.com/NixOS/nix/pull/4541
bahamas has joined #nixos
<{^_^}> [nixpkgs] @baloo opened pull request #112928 → stdenv: provide a deterministically built gcc → https://github.com/NixOS/nixpkgs/pull/112928
orivej has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c495782c93e (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
nckx has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #112325 → gnomecast: fix missing pixbuf module → https://github.com/NixOS/nixpkgs/pull/112325
n-osborne has quit [Remote host closed the connection]
<aveltras> hmm only works if i first rebuild my config, strange
vidbina_ has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112930 → libgdata: 0.17.13 -> 0.18.0 → https://github.com/NixOS/nixpkgs/pull/112930
Synthetica has joined #nixos
<aveltras> any idea what could cause the following to happen on reboot ? (config-switch is just a rebuild, i've done nothing else than entering the commands seen here)
bahamas has quit [Quit: leaving]
ece3 has joined #nixos
kmein has quit [Quit: ciao kakao]
kmein has joined #nixos
<arianvp> i
<arianvp> i've been seeing some new hashing scheme in nixpkgs in some places; where does this come from?
<arianvp> i.e. the format doesn't look like it came from nix-prefetch-rul
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112775 → maturin: replace name by pname → https://github.com/NixOS/nixpkgs/pull/112775
<cole-h> arianvp: I'm assuming you're talking about SRI hashes (e.g. "sha256-teoxscan+EZ76Q0sfKT6nt1w/LSsmDoiN2oh+NGO/4A=")?
ahmedelgabri has joined #nixos
<cole-h> arianvp: "Some" info here: https://nixos.org/manual/nix/stable/ (grep for "SRI hashes")
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104782 → aws-sam-cli: 1.6.2 -> 1.14.0 → https://github.com/NixOS/nixpkgs/pull/104782
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @stefano-m opened pull request #112931 → [20.09] connman: 1.38 -> 1.39 → https://github.com/NixOS/nixpkgs/pull/112931
<{^_^}> [nixpkgs] @Infinisil merged pull request #112889 → ripcord: 0.4.26 -> 0.4.28 → https://github.com/NixOS/nixpkgs/pull/112889
<supersandro2000> arianvp: newer nix gives you that instead of the old hashes
thelounge52 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #112932 → python3Packages.pyairnow: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/112932
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112925 → clojure: 1.10.1.763 -> 1.10.2.774 → https://github.com/NixOS/nixpkgs/pull/112925
hyiltiz has quit [Ping timeout: 265 seconds]
hyiltiz has joined #nixos
rb2k has quit [Ping timeout: 240 seconds]
nckx has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #112053 → fluxcd: 0.7.6 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/112053
oxalica1 has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #112918 → trezor-suite: init at 21.2.2 → https://github.com/NixOS/nixpkgs/pull/112918
domogled has joined #nixos
oxalica has quit [Ping timeout: 265 seconds]
oxalica1 is now known as oxalica
plumm has joined #nixos
rb2k has joined #nixos
tomberek has joined #nixos
n-osborne has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar merged pull request #112927 → libjcat: 0.1.5 -> 0.1.6 → https://github.com/NixOS/nixpkgs/pull/112927
<{^_^}> [nixpkgs] @jtojnar merged pull request #112930 → libgdata: 0.17.13 -> 0.18.0 → https://github.com/NixOS/nixpkgs/pull/112930
<{^_^}> [nixpkgs] @fabaff opened pull request #112933 → python3Packages.pyzerproc: init at 0.4.6 → https://github.com/NixOS/nixpkgs/pull/112933
plumm_ has joined #nixos
n-osborne has joined #nixos
plumm has quit [Ping timeout: 246 seconds]
fresheyeball has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112932 → python3Packages.pyairnow: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/112932
thelounge52 has joined #nixos
rb2k has quit [Ping timeout: 260 seconds]
berberman has joined #nixos
berberman_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112934 → mbuffer: 20200929 -> 20210209 → https://github.com/NixOS/nixpkgs/pull/112934
waleee-cl has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
vidbina_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112913 → holo-build: init at 1.6.1 → https://github.com/NixOS/nixpkgs/pull/112913
superherointj has quit [Quit: Leaving]
couldshift has joined #nixos
ahmedelgabri has joined #nixos
n-osborne has quit [Remote host closed the connection]
<fresheyeball> any decent postgres gui tools on NixOS?
<{^_^}> [nixpkgs] @7c6f434c merged pull request #112885 → dictdDBs.wiktionary: 20161001 -> 20210201; refactor → https://github.com/NixOS/nixpkgs/pull/112885
<{^_^}> [nixpkgs] @Ma27 merged pull request #112557 → wtf: 0.34.0 -> 0.35.0 → https://github.com/NixOS/nixpkgs/pull/112557
<supersandro2000> fresheyeball: you have one in mind?
<fresheyeball> I used to use navicat
domogled has quit [Quit: domogled]
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #112935 → python3Packages.pyvesync: init at 1.3.1 → https://github.com/NixOS/nixpkgs/pull/112935
cole-h has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112933 → python3Packages.pyzerproc: init at 0.4.6 → https://github.com/NixOS/nixpkgs/pull/112933
<{^_^}> [nixpkgs] @peti merged pull request #112799 → haskellPackages.net-mqtt: remove from broken packages → https://github.com/NixOS/nixpkgs/pull/112799
erasmas has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111764 → i3-gaps: 4.19 -> 4.19.1 → https://github.com/NixOS/nixpkgs/pull/111764
growpotkin has joined #nixos
davidv7 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 240 seconds]
couldshift has quit [Ping timeout: 240 seconds]
is_null has joined #nixos
le0taku has joined #nixos
leotaku has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #112917 → nixos/mastodon: set environment for mastodon-init-dirs → https://github.com/NixOS/nixpkgs/pull/112917
<{^_^}> [nixpkgs] @peti pushed 22 commits to haskell-updates: https://git.io/Jt6D9
<{^_^}> [nixpkgs] @rycee pushed commit from @Luflosi to master « flashbench: 2012-06-06 -> 2020-01-23 »: https://git.io/Jt6DQ
sigmundv has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @peti pushed 14 commits to haskell-updates: https://git.io/Jt6Dd
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #112893 → Update Haskell package set to Stackage Nightly 2021-02-10 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/112893
<{^_^}> [nixpkgs] @rycee closed pull request #112897 → flashbench: 2012-06-06 -> 2020-01-23 → https://github.com/NixOS/nixpkgs/pull/112897
orivej has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « Stackage Nightly 2021-02-12 »: https://git.io/Jt6Dx
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jt6Dh
<{^_^}> [nixpkgs] @peti opened pull request #112936 → Update Haskell package set to Stackage Nightly 2021-02-12 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/112936
<Izorkin> adisbladis: erictapen: thanks, patch working.
thelounge52 has joined #nixos
<Izorkin> erictapen++ qyliss++ adisbladis++ pbb++
<{^_^}> adisbladis's karma got increased to 138
<{^_^}> erictapen's karma got increased to 6
<{^_^}> qyliss's karma got increased to 126
<{^_^}> pbb's karma got increased to 7
nickeragua has joined #nixos
<nickeragua> What exactly is "post-installation-fixup" during a package install?
<{^_^}> [nixpkgs] @Ma27 merged pull request #112227 → qtcreator: 4.11.0 -> 4.14.0 → https://github.com/NixOS/nixpkgs/pull/112227
<lordcirth_> what's the channel url for nix-build -I nixpkgs=<20.09> ? Thanks
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112935 → python3Packages.pyvesync: init at 1.3.1 → https://github.com/NixOS/nixpkgs/pull/112935
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<rnhmjoj-M> nickeragua: tipically it consists of wrapping binaries, stripping debug symbols, patching shebangs etc..
Darkmatter66 has quit [Ping timeout: 264 seconds]
<nickeragua> I guess that's the fixup phase. Where is the code for this? I'm tryign to debug my package at this stage.
Darkmatter66 has joined #nixos
<rnhmjoj-M> i think "post-installation fixup" is just the user-friendly name of the fixupPhase
lsix has quit [Ping timeout: 264 seconds]
rj has joined #nixos
<{^_^}> [nixpkgs] @Luflosi opened pull request #112937 → apfs-fuse: 2019-07-23 -> 2020-09-28 → https://github.com/NixOS/nixpkgs/pull/112937
<supersandro2000> lordcirth_: https://nixos.org/channels/nixos-20.09
<nickeragua> Right, but I don't know what commands actually run in fixupPhase. I don't see it in the derivation. I'm trying to find out why and when it tries to chmod Libsystem. https://pastebin.com/CFi5fT53
<lordcirth_> supersandro2000, thanks!
<rnhmjoj-M> nickeragua: try `echo $fixupPhase` or run the build with env NIX_DEBUG=7
<{^_^}> [nixpkgs] @Mic92 merged pull request #112923 → mdx: 1.8.0 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/112923
thelounge52 has quit [Ping timeout: 240 seconds]
rb2k has joined #nixos
fabian_a has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112855 → Cleanups and maintainerships collection → https://github.com/NixOS/nixpkgs/pull/112855
fabian_a has joined #nixos
rb2k has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #112755 → tektoncd-cli: cleanup → https://github.com/NixOS/nixpkgs/pull/112755
fresheyeball has quit [Quit: WeeChat 2.9]
oida has quit [Quit: byez]
Hurttila has quit [Ping timeout: 240 seconds]
noudle has joined #nixos
<nickeragua> Oh thanks. Is that what gets called to chmod libsystem? because the path looks different
<nickeragua> Here it is with verbosity: https://pastebin.com/KKXgdVCd
<supersandro2000> that looks unrelated
fuiltilt has joined #nixos
<supersandro2000> you have the nix store in a custom location and chmodding there seems to be broken
<nickeragua> Yeah I know it is broken on the system. But i still would just like to know why it even tries to chmod that
<nickeragua> And what it is trying to chmod to
<Cadey> horrible question, but can you mount everything on nixos noexec as long as you don't mount the nix store as noexec?
<{^_^}> [nixpkgs] @symphorien opened pull request #112939 → pkgsCross.musl32: fix a few basic package → https://github.com/NixOS/nixpkgs/pull/112939
<{^_^}> [nixpkgs] @Luflosi opened pull request #112940 → python3Packages.py-cid: init at 0.3.0 → https://github.com/NixOS/nixpkgs/pull/112940
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112941 → ruby: add option to enable jemalloc → https://github.com/NixOS/nixpkgs/pull/112941
aveltras has quit [Quit: Connection closed for inactivity]
thelounge52 has joined #nixos
mutantmell has quit [Quit: WeeChat 3.0.1]
nhs has quit [Ping timeout: 256 seconds]
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
<samueldr> Cadey: good question
<samueldr> should be easy enough to test I guess... maybe easier if /nix/store is its own mount
orivej has quit [Ping timeout: 246 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
nhs has joined #nixos
mtjmullen has joined #nixos
<lordcirth_> supersandro2000, "nix-build '<nixpkgs/nixos>' -I nixpkgs=https://nixos.org/channels/nixos-20.09 --arg configuration ./server.nix -A config.system.build.image" returns "Unrecognized archive format"
cantstanya has quit [Remote host closed the connection]
<energizer> is @foo@ syntax an invention of the nixpkgs community, or did that convention come from somewhere else?
cantstanya has joined #nixos
<simpson> It's old enough that I'm not sure whether it's closer in age to autotools or to sed.
lsix has joined #nixos
mtjmullen has quit [Client Quit]
mtjmullen has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
<energizer> huh, that's old
<{^_^}> [nixpkgs] @samuela closed pull request #112646 → vscodium: 1.52.1 -> 1.53.1 → https://github.com/NixOS/nixpkgs/pull/112646
<{^_^}> [nixpkgs] @samuela closed pull request #112350 → vscodium: 1.52.1 -> 1.53.0 → https://github.com/NixOS/nixpkgs/pull/112350
mauro^ has quit []
rj has quit [Quit: rj]
rj has joined #nixos
lordcirth__ has joined #nixos
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #nixos
rb2k has joined #nixos
lordcirth_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed to master « gitAndTools.tig: 2.5.1 -> 2.5.2 »: https://git.io/Jt6QN
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « gitAndTools.tig: 2.5.1 -> 2.5.2 »: https://git.io/Jt67v
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #112916 → [20.09] nixops: unbreak → https://github.com/NixOS/nixpkgs/pull/112916
thelounge52 has quit [Ping timeout: 272 seconds]
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @Enteee opened pull request #112942 → isso: unstable-2020-09-14 -> 0.12.4 → https://github.com/NixOS/nixpkgs/pull/112942
<rmcgibbo[m]> Is it possible to find the filename correponding to a nixpkgs attribute from within the nix language? (`nix edit` is able to do this with some black magic.)
styledash has quit [Quit: The Lounge - https://thelounge.chat]
<adisbladis> rmcgibbo[m]: Under the hood that's driven by `builtins.unsafeGetAttrPos`
styledash has joined #nixos
<exarkun> For anyone who might care, I fixed the gitlab-redirect-to-"localhost" issue I was having. The GitLab configuration was fine. The broken piece was the integration with nginx, which (I guess) doesn't pass a Host header to GitLab when proxying to a unix socket
<adisbladis> > hello.meta.position
<{^_^}> "/var/lib/nixbot/nixpkgs/master/repo/pkgs/applications/misc/hello/default.nix:15"
<exarkun> (or maybe it passes "localhost") And GitLab uses the Host header to generate its redirects
<adisbladis> > builtins.unsafeGetAttrPos "hello" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/all-packages.nix"; line = 22464; }
<adisbladis> > builtins.unsafeGetAttrPos "meta" pkgs.hello
<{^_^}> { column = 19; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/stdenv/generic/make-derivation.nix"; line = 372; }
<exarkun> So it's not exactly "GitLab in nixos is broken", more like "GitLab in nixos is still really hard to set up"
<adisbladis> rmcgibbo[m]: ^
<adisbladis> I think you get the idea
mojra[m] has joined #nixos
<adisbladis> The most convenient thing is to use drv.meta.position
<rmcgibbo[m]> adisbladis: Ah, brilliant. drv.meta.position uses unsafeGetAttrPos, right?
<rmcgibbo[m]> Awesome. Thanks!
<rmcgibbo[m]> And the way this is done by `nix edit` looks like exactly this: https://github.com/NixOS/nix/blob/17beae299d5e6bb511c453d0b9d0d7ef906b3d14/src/libexpr/attr-path.cc#L103
<voidcontext[m]> ronthecookie: thanks for all the help, the Pi is up and running, and seems to be stable
zakame has quit [Ping timeout: 272 seconds]
<matthewcroughan> prusnak: Do you know why `nix-build '<nixpkgs>' -A pkgsCross.aarch64-multiplatform.arduino --option build-use-substitutes false` fails with an error related to Firefox 60-9? Why is the Arduino IDE somehow dependant on Firefox, and that specific version? Might be cairo?
CMistress has joined #nixos
<prusnak> no idea
riksteri has quit [Quit: riksteri]
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @tmountain opened pull request #112943 → stockfish: darwin build support → https://github.com/NixOS/nixpkgs/pull/112943
nhs has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
rb2k_ has joined #nixos
rb2k has quit [Read error: Connection reset by peer]
oida has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #4543 → New "indexed" installable syntax: `<drvPath>!<outputName>` → https://github.com/NixOS/nix/pull/4543
<ij> must sources for buildPython* have a setup.py? is setup.cfg not enough?
apache8080 has joined #nixos
<supersandro2000> lohfu: oh yeah. I thought you want the url for the channel. for nix-shell you can use https://github.com/NixOS/nixpkgs/archive/nixos-20.09.zip
<apache8080> Has anyone here setup nixos with FIPS mode enabled?
<apache8080> FIPS mode for the kernel I mean
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #108899 → treewide: update 21.03 to 21.05 → https://github.com/NixOS/nixpkgs/pull/108899
ncl3_ is now known as ncl3
ece38 has joined #nixos
<rmcgibbo[m]> @ij: I think it's necessary to have something to make a wheel, and setup.cfg isn't usually enough.
<rmcgibbo[m]> pyproject.toml is enough if they use flit or something.
greeem has joined #nixos
thelounge52 has quit [Ping timeout: 272 seconds]
ece3 has quit [Ping timeout: 264 seconds]
ece38 is now known as ece3
bennofs_ has quit [Quit: No Ping reply in 180 seconds.]
<ij> rmcgibbo[m], what do you mean by a wheel? :)
andoriyu has joined #nixos
<rmcgibbo[m]> it's sad python packaging speak...
<adisbladis> ij: Wheels are binary python packages
<rmcgibbo[m]> the standard python build/install pipeline is basically that setup.py gets invoked to compile anything that needs to be compiled, package up the code, etc and turns it into a .whl (wheel), which is a zip archive, and then that zip archive is unpacked into the final install directory ($prefix/lib/pythonX.Y/site-packages).
<andoriyu> halp, i have new dell xps with intel's xe graphics. Tired booting stable and nixos-21.03pre269343.758b29b5a28 both result in black screen. I think nixos-21.03pre269343.758b29b5a28 has blinking `_` in top left corner, not sure it was blinking in stable, but it was there
<andoriyu> anyway i can get 5.11 kernel with nixos?
<andoriyu> ccccccdrfjuuetunurkfbtnnefhtnhrttfltrhdtgkuc
<andoriyu> cat, sorry about that.
<ij> I see some wheels being mentioned in the build now :)
<ij> speak of the devil
rj has quit [Ping timeout: 268 seconds]
<adisbladis> andoriyu: `boot.kernelPackages = pkgs.linuxPackages_testing;`
<rmcgibbo[m]> there are some alternative tools that can generate the .whl from the project directory / git checkout without setup.py that some python developers use, but it's pretty rare. one of those alternatives is called "flit", which is why i brought that up. 99% of python packages need a setup.py if they want to get "installed" (rather than just running them as scripts right out of the project checkout)
<andoriyu> adisbladis so another issue is that I don't see wifi working on it neither, so I won't have internet during install.
<ij> I'm trying to convert my shell.nix to a default.nix for proper installation
<adisbladis> rmcgibbo[m]: That's not entirely true PEP517/PEP518 have some significant adoption nowadays
<{^_^}> [nixpkgs] @peti merged pull request #112943 → stockfish: darwin build support → https://github.com/NixOS/nixpkgs/pull/112943
<rmcgibbo[m]> but don't people normally use the setuptools (setup.py) backend for pep517?
<rmcgibbo[m]> maybe i'm stuck in the past :P
<adisbladis> rmcgibbo[m]: Some do
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jt6d6
<adisbladis> Poetry is getting popular
<adisbladis> Flit seems to get less adoption from my perspective
<{^_^}> [nixpkgs] @sternenseemann opened pull request #112944 → foot: 1.6.3 -> 1.6.4 → https://github.com/NixOS/nixpkgs/pull/112944
<ij> I added propagatedBuildInputs with packages, setup.py with install_requires and scripts=['myscript']. result/bin/myscript is loking for a missing result/bin/_vendor
<rmcgibbo[m]> oh right right. lots of people use poetry especially for python apps (rather than libraries). good point.
<ij> this is with python3.pkgs.buildPythonApplication
<rmcgibbo[m]> packages = find_packages(".") inside setup.py in the call to setup()
<{^_^}> [nixpkgs] @r-ryantm opened pull request #112945 → ngspice: 33 -> 34 → https://github.com/NixOS/nixpkgs/pull/112945
<{^_^}> [nixpkgs] @Ma27 merged pull request #112872 → facter: 3.14.15 -> 3.14.16 → https://github.com/NixOS/nixpkgs/pull/112872
<adisbladis> Or (shameless plug, as usual)
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/Jt6db
<adisbladis> Use poetry/poetry2nix and forget about all this messing about
<rmcgibbo[m]> yeah... +++
<rmcgibbo[m]> adisbladis++
<{^_^}> adisbladis's karma got increased to 139
<ij> I tried mach-nix and it tried to download something huge
<rmcgibbo[m]> (is that how you do karma? i can't get the syntax correct :P)
greeem has left #nixos [#nixos]
<adisbladis> ij: mach-nix downloads the _entire_ pypi index
bennofs_ has joined #nixos
<ij> yes, that's it
zupo has joined #nixos
vrinek has quit [Ping timeout: 272 seconds]
<andoriyu> alright, ordered usbc ethernet. maybe I will get more luck tomorrow.
rain1 has joined #nixos
<rain1> hello
<rain1> does anyone know how to get this wifi dongle working on nixos?
<rain1> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
<adisbladis> andoriyu: Will it work with the latest 5.11 rc kernel?
<andoriyu> adisbladis i think so
nickeragua has quit [Quit: Connection closed]
<rain1> I am using nixos, GNOME, I added myself to the networkmanager group and rebooted
<adisbladis> andoriyu: Then maybe you could build a custom installer iso and boot that?
<rain1> in Settings > Wi-Fi it cannot find any adaptors
<{^_^}> [nixpkgs] @Ma27 merged pull request #112922 → agate: 2.4.1 -> 2.5.0 → https://github.com/NixOS/nixpkgs/pull/112922
<andoriyu> adisbladis Probably. No entirelly sure how to do this. I'm reading https://nixos.wiki/wiki/Creating_a_NixOS_live_CD I just never used nix or nixos before, so not very verse in nix files yet.
<adisbladis> andoriyu: Just a sec, I have a much more terse example somewhere
<andoriyu> ironically, i went with nixos because freebsd's drm stack is going to be on 5.4 for awhile.
<adisbladis> andoriyu: The comment at the top is how you build the expression
thelounge52 has joined #nixos
__monty__ has quit [Quit: leaving]
<andoriyu> Got it. Thanks. So I can technically boot on another machine from usb, make an iso, flash the iso and try installing that one?
<adisbladis> andoriyu: Yes, you can build it on any system with Nix, not just NixOS
<adisbladis> <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix>
<adisbladis> is no longer valid btw, this is an old example
<andoriyu> adisbladis thanks
<adisbladis> <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix>
<adisbladis> Is correct form plasma
<andoriyu> got it
apache8080 has quit [Quit: Connection closed]
<benley> anyone know if it's possible to use the nixos tests framework to run things that must talk to the internet?
<benley> context: I'm trying to run integration tests for a whole kubernetes distribution, which includes letting it fetch various remote docker images, and I think pre-seeding them with nixos dockerTools would be more trouble than it's worth
rb2k_ has quit [Ping timeout: 264 seconds]
<supersandro2000> benley: I am not fully sure if sandbox controls that
<supersandro2000> but you can try disabling it and see what happens
<benley> oh - oh right, if this is happening inside a nix build I'd have to do it at the nix sandbox level
cosimone has quit [Quit: cosimone]
thelounge52 has quit [Ping timeout: 256 seconds]
<benley> hrm. Maybe instead of the normal nixos test driver I could use one of the runInVm type things where building the derivation results in an executable that launches qemu and does the thing
<benley> or ... yeah I guess this is kinda what Vagrant is for. It's been a while since I had to deal with Vagrant.
unstableElement has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jt6b4
<benley> oooh that does look promising. I had overlooked that in the manual
aswanson1 has quit [Ping timeout: 240 seconds]
<benley> doing it that way could also sidestep the other issue I was about to run into where nixbld users can't access /dev/kvm by default on non-nixos machines
nhs has quit [Ping timeout: 256 seconds]
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112947 → curl: enable brotli by default → https://github.com/NixOS/nixpkgs/pull/112947
gustavderdrache has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fendor_ has quit [Remote host closed the connection]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112948 → ssh-tools: init at 1.6 → https://github.com/NixOS/nixpkgs/pull/112948
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112949 → codespell: enable tests → https://github.com/NixOS/nixpkgs/pull/112949
dsx has quit [Quit: dsx]
<benley> huh cool this might actually work. It's a bit awkward to launch the test script but it's possible
<benley> also wow, my first run of this caused a kernel panic inside the VM somehow
<benley> oh it's just a OOM
<supersandro2000> first problem can be solved with a wrapper script
<benley> yup - and the wrapper script could be extracted from the `buildCommand` of the test derivation
nhs has joined #nixos
<benley> second problem, I know there's some way to give the VM more ram because I've done it before. Turns out running a whole kubernetes cluster with a database server in it needs more than 400mb of ram, surprise surprise :-)
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112950 → e2fsprogs,yosys,verilog: mark broken on darwin; ranger: cleanup stale substituteInPlace; pythonPackages.img2pdf: Disable… → https://github.com/NixOS/nixpkgs/pull/112950
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112942 → isso: unstable-2020-09-14 -> 0.12.4 → https://github.com/NixOS/nixpkgs/pull/112942
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112944 → foot: 1.6.3 -> 1.6.4 → https://github.com/NixOS/nixpkgs/pull/112944
philr has joined #nixos
teto has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112912 → cups-googlecloudprint: remove, service discontinued → https://github.com/NixOS/nixpkgs/pull/112912
rain1 has quit [Ping timeout: 240 seconds]
tomberek has quit [Quit: Connection closed]
thelounge52 has joined #nixos
<pbb> Does anyone here know a way to patch strings in a binary? I have a binary application that references some absolute paths of binaries like "/usr/bin/awk" in shell snippets. I have tried sed, xxd+sed, bbe. All of them result in a binary that is not recognized by patchelf.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112722 → palemoon: 29.0.0 -> 29.0.1 → https://github.com/NixOS/nixpkgs/pull/112722
<benley> re giving more memory to a nixos test: you just set virtualisation.memorySize = 1024; in the node spec
thelounge52 has quit [Ping timeout: 240 seconds]
<benley> now something, probably some stray environment variable, is causing a golang app to be INCREDIBLY verbose and print like 25 lines every time it spawns a goroutine
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
CMistress has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #112951 → cbc: 2.10.3 -> 2.10.5 → https://github.com/NixOS/nixpkgs/pull/112951
dsx has joined #nixos
<avn> pbb: few options -- use steam-run, symlink awk to /usr/bin/awk, use proot to pseudo-bind-mount awk to /usr/bin/awk
ahmedelgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #112952 → xh: 0.5.0 -> 0.7.0, rename from ht-rust → https://github.com/NixOS/nixpkgs/pull/112952
<pbb> avn: actually i don't want to use an FHSUserEnv and I thought it should be technically possible to replace those paths with space-padded relative paths of the binaries
jimmiehansson has quit [Remote host closed the connection]