<copumpkin> a combination of those
<copumpkin> I think it's somewhere else
Delta_VII has quit [(Quit: Leaving)]
jedai has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to staging: https://git.io/v5ZRp
<NixOS_GitHub> nixpkgs/staging 7a22c01 John Ericson: apple misc pkgs: `buildInputs` -> `nativeBuildInputs`
<NixOS_GitHub> nixpkgs/staging 5790ae3 John Ericson: Merge pull request #28646 from obsidiansystems/apple-native-build-inputs...
NixOS_GitHub has left #nixos []
obadz- has joined #nixos
obadz has quit [(Ping timeout: 248 seconds)]
obadz- is now known as obadz
<copumpkin> Sonarpulse: something odd though
<Sonarpulse> copumpkin: hmm
<copumpkin> $ git rev-parse HEAD
<copumpkin> ff3f6f38c4735a921c71412ec55068fdd89addbf
<copumpkin> $ nix-instantiate --eval -A system
<copumpkin> "x86_64-darwin"
<copumpkin> oh never mind
<copumpkin> ugh
<copumpkin> $ nix-instantiate --argstr stystem x86_64-linux --eval -A system
<copumpkin> "x86_64-darwin"
zeus_ has quit [(Read error: Connection reset by peer)]
<copumpkin> I'm stupid
<copumpkin> I should learn to type :)
<copumpkin> unfortunately that doesn't fix my actual bug
<Sonarpulse> :)
zeus_ has joined #nixos
<Sonarpulse> nix-instantiate --argstr system x86_64-darwin --eval -A buildPlatform
<Sonarpulse> looks good to me
<copumpkin> yeah, my attempts to reduce the issue are failing miserably :)
<fresheyeball> clever: so I bought a thunderbolt to ethernet cable and plugged it into my router
<fresheyeball> same error
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28664: ply: Allow building for git-fetched kernels (master...ply_folder_kernel) https://git.io/v5Z03
NixOS_GitHub has left #nixos []
<copumpkin> oh, I was using pkgs.path somewhere
ris has quit [(Ping timeout: 240 seconds)]
<copumpkin> if I have a nixpkgs imported and want to apply an overlay
<gchristensen> fresheyeball: try shutting down the computer, plugging in, then booting
<copumpkin> is there a way to do that that magically preserves all the other args?
<fresheyeball> gchristensen: ok
<copumpkin> like pkgs.withOverlays [ ... ] ?
<copumpkin> I don't want to import pkgs.path { overlays = [ ... ]; }
<copumpkin> because then I lose overrides
<copumpkin> I mean things like a custom system =
<fresheyeball> now it hangs on IPv6 ADDCONF(DEV_CHANGE): ens9: link becomes ready
<fresheyeball> ping www.google.com does work now
<fresheyeball> so I have internet
<fresheyeball> but the installer is still stopped
obadz- has joined #nixos
obadz has quit [(Ping timeout: 246 seconds)]
obadz- is now known as obadz
mudri has quit [(Ping timeout: 276 seconds)]
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
neeasade has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28665: containerd: 0.2.5 -> 0.2.9 (master...containerd_0_2_9) https://git.io/v5Z0S
NixOS_GitHub has left #nixos []
<copumpkin> are regexes in builtins.match expected to differ in behavior between paltforms?
<clever> fresheyeball: what point is the installer stopped at?
<clever> fresheyeball: which command is hanging?
scribbler has quit [(Ping timeout: 248 seconds)]
Khetzal has quit [(Remote host closed the connection)]
<fresheyeball> clever: I got past it
<fresheyeball> clever: ok, so when I run nixos-generate-config --root /mnt/
<fresheyeball> it has a single import instead of the file I expect with and import of the hardware
<clever> ?
<fresheyeball> it says imports = [ <nixpkgs/.../installation-cd-graphical-kde.nix> ]
<fresheyeball> instead of
<fresheyeball> instead of grub stuff and all that
<clever> fresheyeball: did you format the rootfs and mount it to /mnt/ ?
<xj9[m]> how do i install korganizer?
<fresheyeball> I did
<fresheyeball> or I think I did
<clever> fresheyeball: what does "df -h /mnt/" say?
<xj9[m]> or a kde application bundle or whatever
<xj9[m]> i grepped for the name but it doesn't show up
<fresheyeball> oh I'm dumb
<fresheyeball> I looked at /etc/nixos/configuration.nix instead of /mnt/etc/nixos...
mguex has quit [(Quit: WeeChat 1.9)]
Khetzal has joined #nixos
erictapen has quit [(Ping timeout: 240 seconds)]
<xj9[m]> i remember there used to be a package that included the software that i'm looking for, but i can't find it now
bennofs has quit [(Ping timeout: 255 seconds)]
<xj9[m]> so there is the expression, but why can't i find it when i search with `nix-env -qaP` ?
<xj9[m]> some shit change or something?
<fresheyeball> clever: ok so I did the nixos-install
<fresheyeball> and it exited with "failed to check filesystem of type /boot"
<fresheyeball> ": no such file or directory"
Delta_VII has joined #nixos
<clever> fresheyeball: you need to also create a boot partition and mount it to /mnt/boot/
Delta_VII has quit [(Client Quit)]
<clever> fresheyeball: and use the right type for how you want it to boot
<fresheyeball> well I mounted a partition to /mnt/
<fresheyeball> does that mean I need to mount another parition to /mnt/boot as well?
<fresheyeball> how big should the boot parition be?
<clever> if you want to boot with EFI, you need a ~512mb vfat mounted to /mnt/boot/
<clever> and the partition must have a type of efi system partition
<fresheyeball> ok
scribbler has joined #nixos
<fresheyeball> I'm in cfdisk
<fresheyeball> what type do I give it?
<fresheyeball> I don't see vfat
mizu_no_oto has joined #nixos
<xj9[m]> how is it that the package is in nixpkgs but not in https://nixos.org/nixos/packages.html or searchable via `nix-env`?
<gchristensen> xj9[m]: which package?
<gchristensen> are you on 17.03?
<xj9[m]> unstable
<gchristensen> unstable hasn't advanced to include those changes yet
<xj9[m]> wat
<gchristensen> nixpkgs-unstable or nixos-unstable?
scribbler has quit [(Ping timeout: 240 seconds)]
<xj9[m]> so i have to pick between chromium and korganizer?
<xj9[m]> that's retarded
<xj9[m]> nixos-unstable
<gchristensen> yeah, nixos-unstable doesn't seem to have updated yet to include korganizer
Sonarpulse has quit [(Ping timeout: 260 seconds)]
mizu_no_oto has quit [(Ping timeout: 260 seconds)]
hexa- has quit [(Ping timeout: 276 seconds)]
<xj9[m]> ok well, better go with gentoo then
<xj9[m]> this shit is too retarded
<gchristensen> good luck, and enjoy gentoo! :)
<xj9[m]> been fighting this garbage for a year
<xj9[m]> i like a lot of the ideas but god
<gchristensen> yeah, must be frustrating. it is okay to use gentoo, though
<xj9[m]> pure fucking pain to do anything that y'all didn't already do
<gchristensen> I stick on Stable to avoid much ofo the pain
<xj9[m]> yes but then i have almost no flexibility to do what i want with my own damn system
<gchristensen> xj9[m]: I know you're frustrated, but please try and retain some decorum
MP2E has quit [(Quit: leaving)]
<xj9[m]> a lot of aspects of nixos are really nice, but y'all really needs to find better ways of composing packages
MP2E has joined #nixos
<simpson> xj9[m]: There's really only one package composition operator.
<simpson> Oh, other meaning. Better ways of writing/authoring/etc. packages.
<xj9[m]> yes
<xj9[m]> the way nixpkgs is set up i have to fork this huge pile of shit just to adjust some flags
<simpson> Well, it's true that there's a little bit of boilerplate in a nixpkgs Nix expression, I guess.
xj9[m] has left #nixos [requested by gchristensen (feel free to come back another time)]
scribbler has joined #nixos
* gchristensen files that under things that are not fun
arximboldi has quit [(Remote host closed the connection)]
zeus_ has quit [(Read error: Connection reset by peer)]
<simpson> Wow.
<copumpkin> gchristensen: there's a mailing list post asking about the multi-user installer on darwin :)
* gchristensen runs and hides
<gchristensen> I started making a thing to diagnose why remote builders aren't working / help you set one up, and it is super boring to make
<copumpkin> ooh
hellrazor has joined #nixos
zeus_ has joined #nixos
<gchristensen> it is like 99% diagnostics and error condition checking
<gchristensen> another thing to be filed under "things that are not fun"
mizu_no_oto has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] MP2E pushed 1 new commit to master: https://git.io/v5ZzY
<NixOS_GitHub> nixpkgs/master ecea06a Cray Elliott: wine-mono: 4.7.0 -> 4.7.1
NixOS_GitHub has left #nixos []
MP2E has quit [(Quit: reboot)]
hellrazo1 has quit [(Ping timeout: 252 seconds)]
MP2E has joined #nixos
Lisanna_ has quit [(Ping timeout: 260 seconds)]
\\\\\\\\\\\ has quit [(Remote host closed the connection)]
hexa- has joined #nixos
<copumpkin> gchristensen: write it in Haskell!!!
<gchristensen> oh?
thc202 has quit [(Ping timeout: 240 seconds)]
<copumpkin> probably not very fun to just subprocess out to nix tooling thoug
<gchristensen> 0% of this is going to be fun
<gchristensen> unless the language is fun I guess
<copumpkin> write it in brainfuck
<copumpkin> make even the simplest task a major challenge
<gchristensen> ...
<copumpkin> :D
* gchristensen resists temptation to write it in bash
<gchristensen> copumpkin: do you have any handy reading material on spawning processes in haskell?
<gchristensen> spawning / dealing with
<nh2> +1 gchristensen
<gchristensen> preferably not in ghci which seems to have different rules
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 1 new commit to master: https://git.io/v5ZgE
<NixOS_GitHub> nixpkgs/master ea23f8b Michael Weiss: cups service: Automatically detect Gutenprint in drivers...
NixOS_GitHub has left #nixos []
<copumpkin> gchristensen: yeah, launching subprocesses is generally no fun
<copumpkin> I haven't found a language where it is fun, except bash
<copumpkin> which is kinda sad
<gchristensen> bash as a process control language is good at it
<nh2> gchristensen copumpkin: I like the `cmd` function from https://hackage.haskell.org/package/shake-0.15.11/docs/Development-Shake.html#v:cmd which is very convenient (and fun), and https://haskell-lang.org/library/typed-process has a good tutorial also
<gchristensen> cool
sary has quit [(Remote host closed the connection)]
<gchristensen> wow looks like magic
<nh2> gchristensen: I've extracted the shake cmd functions into a standalone package https://hackage.haskell.org/package/command in the past but it is better to just depend on shake directly now because now one can use `cmd` directly on top-level (before it only worked in shake's context) and the shake library is almost as minimal as my extracted parts (no dependencies)
<copumpkin> lol that looks pretty magical
<nh2> Neil did a good job there, it's easy and well-documented
<nh2> (Exit c, Stderr err) <- cmd "gcc -c myfile.c"
<nh2> what more can one want :D
<simpson> Injection-proof command-building API?
* simpson party pooper
<gchristensen> lol simpson
<simpson> That's So simpson
<gchristensen> yeah I am preferential to System.Cmd's version here
<simpson> On one hand, yes, I feel like a dork when I type `["gcc", "-c", filePath]` but it is so much better than the alternative.
<gchristensen> I agree
<nh2> I'm not sure I understand; `cmd` can do that
<simpson> It can? I thought it just took a String.
<nh2> no, it can even do it mixed-fashion for convenience and safety: cmd "gcc -c" ["myfile.c"]
<simpson> Hilarious, nice.
Supersonic112 has quit [(Ping timeout: 248 seconds)]
<nh2> so you can use auto-splitting for string literals (which cannot be injected) so that those read-nicely, and explicit argv when you pass in variables
<gchristensen> is there a tutorial for a first time haskell developer using the nixos tooling?
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
<gchristensen> oh cool
mbrgm has quit [(Ping timeout: 240 seconds)]
mbrgm has joined #nixos
takle has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] phunehehe opened pull request #28666: python.withPackages: ignore collisions (master...python-with-packages) https://git.io/v5Zau
NixOS_GitHub has left #nixos []
oida has joined #nixos
oida_ has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 1 new commit to master: https://git.io/v5ZaM
<NixOS_GitHub> nixpkgs/master d25134b Dan Peebles: pythonPackages.tiros: init at 1.0.38
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] AndersonTorres opened pull request #28667: Desmume: enable Glade (master...upload-desmume) https://git.io/v5ZaD
NixOS_GitHub has left #nixos []
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
betaboon has quit [(Quit: This computer has gone to sleep)]
pxc has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
slack1256 has joined #nixos
kiloreux has quit [(Ping timeout: 276 seconds)]
nh2 has quit [(Quit: Leaving.)]
phinxy has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
botnet420 has joined #nixos
* disasm needs to play with haskell someday.
<hexa-> is there currently a way to put extra ip addresses on lo?
<hexa-> networking.interfaces.lo.ip{4,6} doesn't seem to work
botnet420 has quit [(Ping timeout: 260 seconds)]
zeus_ has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
proteusguy has quit [(Remote host closed the connection)]
zeus_ has quit [(Ping timeout: 246 seconds)]
botnet1337 has joined #nixos
pxc has quit [(Quit: WeeChat 1.9)]
zeus_ has joined #nixos
gm152 has quit [(Quit: Lost terminal)]
botnet1337 has quit [(Ping timeout: 260 seconds)]
botnet1337 has joined #nixos
<botnet1337> what do I do when I have to mount some USB drives and they all only mount as read-only?
hamishmack has quit [(Quit: hamishmack)]
<botnet1337> I want to configure the system to always mount read+write for the user that mounted
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/a70a841cbd (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
schoppenhauer has quit [(Ping timeout: 248 seconds)]
schoppenhauer has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] AndersonTorres opened pull request #28668: Mednafen: 0.9.38.7 -> 0.9.47 (master...upload-mednafen) https://git.io/v5Zrf
NixOS_GitHub has left #nixos []
hamishmack has joined #nixos
botnet1337_ has joined #nixos
phinxy has quit [(Read error: Connection reset by peer)]
botnet1337 has quit [(Ping timeout: 260 seconds)]
phinxy has joined #nixos
botnet1337_ is now known as botnet1337
<copumpkin> which tools pay attention to recurseForDerivations?
<copumpkin> nix-instantiate should, right?
hamishmack_ has joined #nixos
jb55 has joined #nixos
<copumpkin> yeah I guess it does
hamishmack has quit [(Ping timeout: 260 seconds)]
hamishmack_ is now known as hamishmack
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #28669: python.pkgs.numpy: fix patch (master...numpy_fix) https://git.io/v5ZrP
NixOS_GitHub has left #nixos []
oida_ has joined #nixos
oida has quit [(Ping timeout: 240 seconds)]
<dash> yargh. I haven't had to fight setuptools in a while, anybody remember the cure for the "ZIP does not support timestamps before 1980" issue? apparently "setup.py install" is trying to run bdist_egg in this package
<dash> I am not using mkPythonDerivation and friends because this is a package with some executables written in C and some Python too
<dash> I guess I might handle them in separate derivations and see if that helps
slack1256 has quit [(Remote host closed the connection)]
hamishmack has quit [(Quit: hamishmack)]
botnet1337 has quit [(Ping timeout: 260 seconds)]
vaibhavsagar has joined #nixos
ylwghst has joined #nixos
ylwghst has quit [(Ping timeout: 240 seconds)]
hexadecimal-1540 has joined #nixos
Mateon3 has joined #nixos
odi has joined #nixos
Mateon3 is now known as Mateon1
proteusguy has joined #nixos
vaibhavsagar has quit [(Ping timeout: 260 seconds)]
slyfox has quit [(Ping timeout: 246 seconds)]
oida_ has quit [(Ping timeout: 240 seconds)]
slyfox has joined #nixos
edef has quit [(Ping timeout: 246 seconds)]
edef has joined #nixos
oida_ has joined #nixos
slack1256 has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
pie_ has joined #nixos
phinxy has quit [(Read error: Connection reset by peer)]
hamishmack has joined #nixos
hamishmack has quit [(Client Quit)]
odi has quit [(Ping timeout: 246 seconds)]
Mercuria1Alchemi has joined #nixos
odi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28664: ply: Allow building for git-fetched kernels (master...ply_folder_kernel) https://git.io/v5Z03
NixOS_GitHub has left #nixos []
vaibhavsagar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5ZPB
<NixOS_GitHub> nixpkgs/master 96ef0dc Jörg Thalheim: python.pkgs.mozlog: disable for python3...
NixOS_GitHub has left #nixos []
Ivanych has joined #nixos
odi has quit [(Ping timeout: 248 seconds)]
jsgrant has quit [(Remote host closed the connection)]
Arcaelyx_ is now known as Arcaelyx
griff_ has joined #nixos
MoreTea has joined #nixos
jbgi has joined #nixos
griff_ has quit [(Ping timeout: 240 seconds)]
MoreTea has quit [(Ping timeout: 240 seconds)]
elurin has quit [(Ping timeout: 240 seconds)]
hexadecimal-1540 has quit [(Quit: Leaving)]
jbgi has quit [(Ping timeout: 276 seconds)]
odi has joined #nixos
Ivanych has quit [(Ping timeout: 240 seconds)]
DrWaste has joined #nixos
reinzelmann has joined #nixos
hamishmack has joined #nixos
freeman42x[m] has joined #nixos
leat has quit [(Quit: leat)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 opened pull request #28670: moretools: fix build and 0.1a41 -> 0.1.8 (master...moretools) https://git.io/v5Z16
NixOS_GitHub has left #nixos []
slack1256 has quit [(Ping timeout: 240 seconds)]
tdc has joined #nixos
gnuhurd has joined #nixos
vaibhavsagar has quit [(Ping timeout: 260 seconds)]
justanotheruser has joined #nixos
elurin has joined #nixos
zeus_ has quit [(Remote host closed the connection)]
MoreTea has joined #nixos
zeus_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v5ZDr
<NixOS_GitHub> nixpkgs/master 18df335 AndersonTorres: Mednafen-server: change download location...
<NixOS_GitHub> nixpkgs/master 026bc4f AndersonTorres: Mednafen: 0.9.38.7 -> 0.9.47...
<NixOS_GitHub> nixpkgs/master e1f755e Jörg Thalheim: Merge pull request #28668 from AndersonTorres/upload-mednafen...
NixOS_GitHub has left #nixos []
justanotheruser has quit [(Quit: WeeChat 1.7.1)]
justanotheruser has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28671: gnupg: 2.1.23 -> 2.2.0 (master...update_gpg2) https://git.io/v5ZD6
NixOS_GitHub has left #nixos []
leat has joined #nixos
zeus_ has quit [(Ping timeout: 255 seconds)]
FRidh has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #28666: python.withPackages: ignore collisions (master...python-with-packages) https://git.io/v5Zau
NixOS_GitHub has left #nixos []
JosW has joined #nixos
roundhouse has joined #nixos
freeman42y[m] has joined #nixos
takle has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] sorpaas opened pull request #28672: litecoin: 0.13.2.1 -> 0.14.2 (master...litecoin-update) https://git.io/v5Z9D
NixOS_GitHub has left #nixos []
freeman42x[w] has joined #nixos
vaibhavsagar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #28053: Gnome 3.24 (staging...gnome-3.24) https://git.io/v7P5n
NixOS_GitHub has left #nixos []
aloiscochard has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] zraexy opened pull request #28673: redshift-plasma-applet: add kwindowsystem to buildInputs (master...redshift-plasma-applet) https://git.io/v5ZHL
NixOS_GitHub has left #nixos []
lsix has joined #nixos
vaibhavsagar has quit [(Ping timeout: 264 seconds)]
MP2E has quit [(Quit: sleep)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28663: rustRegistry: 2017-08-24 -> 2017-08-27 (master...rustRegistry_2017_08_27) https://git.io/v5ZBZ
NixOS_GitHub has left #nixos []
goibhniu has joined #nixos
thc202 has joined #nixos
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<FRidh> dash: so? you can still use `buildPythonPackage`
<FRidh> as long as setup.py knows how to build them
Neo-- has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5ZQi
<NixOS_GitHub> nixpkgs/master 6670ee9 Jörg Thalheim: python.pkgs.ldap: fix build
NixOS_GitHub has left #nixos []
lsyoyom has quit [(Ping timeout: 252 seconds)]
takle_ has joined #nixos
lsyoyom has joined #nixos
takle has quit [(Ping timeout: 248 seconds)]
oida has joined #nixos
roundhouse has quit [(Remote host closed the connection)]
takle_ has quit [(Remote host closed the connection)]
elurin has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
<hyper_ch> wow, it's really a pain to publish a .nix file for installation with the source code... it always requires like 2 push.... 1 push with modified source to get the revision id... once you have that you have to rebuild and then you get the actual expected sha256 hash
<hyper_ch> is there no way around this?
oida_ has quit [(Ping timeout: 240 seconds)]
lukego has joined #nixos
<makefu> hyper_ch: nix-prefetch-url
<makefu> but yes, it sucks big time
<hyper_ch> what does that do?
<makefu> you can prefetch files (like a tarball from github)
<makefu> it will return the sha256sum
<hyper_ch> still you can't get around 2 commits
<hyper_ch> because first you'd need to know what revision to get stuff from
<hyper_ch> and then you need to supply the sha sum of that revision
<makefu> yes, this is true
<goibhniu> hyper_ch: you want to include a nix file alongside the source code? I presume that's for development, so why pin it to the revision?
<makefu> for default.nix in your source-code you could use src = ./.
<hyper_ch> goibhniu: who else would you do it?
<hyper_ch> well, when I reinstall things then I want to download the stuff from github
Ivanych has joined #nixos
<hyper_ch> since I might not have restored the local version yet
takle has joined #nixos
jellowj has joined #nixos
<goibhniu> ah yeah, what makefu said is what I was getting at
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gebner pushed 2 new commits to master: https://git.io/v5Z7X
<NixOS_GitHub> nixpkgs/master df0ec10 Gabriel Ebner: libqalculate: 1.0.0a -> 2.0.0
<NixOS_GitHub> nixpkgs/master 393f1f5 Gabriel Ebner: qalculate-gtk: 1.0.0 -> 2.0.0a
NixOS_GitHub has left #nixos []
<LnL> hyper_ch: there's a postFetch hook that you can use to remove the nix file, it will run before the hash gets calculated
<hyper_ch> fail to see how that would help? won't the whole repo be calculated for sha?
* goibhniu is intrigued by auraliser
<LnL> yes but if you exclude the nix file it won't change the hash anymore, so you can calculate it correctly
<hyper_ch> goibhniu: still fail to see how that would work around the problem that 2 commits are needed
elurin has joined #nixos
<FRidh> goibhniu: then go build https://github.com/FRidh/phd_thesis/tree/v1.0 :)
<goibhniu> hyper_ch: well, you wouldn't need to specify a hash for src if it's set to ./.
takle_ has joined #nixos
<hyper_ch> goibhniu: oh well :)
<FRidh> you will need nix 1.12 though
<hyper_ch> FRidh: phd? oO
<hyper_ch> something about aircraft and noise it seems
<goibhniu> FRidh: nice! would blind people be able to use that to navigate?
takle has quit [(Ping timeout: 240 seconds)]
<hyper_ch> who has time anyway to write a phd thesis :)
<hyper_ch> so, where to put the .desktop file so it will show up in kde now
proteusguy has quit [(Remote host closed the connection)]
<freusque> oh FRidh this is so nice
<FRidh> goibhniu: auralisation is the audible part of virtual reality, so in my cause I simulated aircraft sound, spatially.
takle_ has quit [(Ping timeout: 240 seconds)]
<goibhniu> ahh, amazing!
<FRidh> in any case, the nix expressions demonstrate how to fetch expressions and sources from a bunch of different places and use them
MoreTea has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gebner pushed 2 new commits to master: https://git.io/v5Z5a
<NixOS_GitHub> nixpkgs/master c387c54 Gabriel Ebner: ibus-engines.anthy: 1.5.8 -> 1.5.9
<NixOS_GitHub> nixpkgs/master 9252334 Gabriel Ebner: tokei: 6.0.0 -> 6.0.1
NixOS_GitHub has left #nixos []
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<freusque> what is the state of haskell packages in nix? nix-shell -p haskellPackages.yi fails on my machine, does anyone have an idea/can replicate the issue?
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
takle has joined #nixos
<srhb> freusque: Check out the manual on how to use the Haskell infrastructure :)
<srhb> freusque: generally you want to use something like nix-shell -p "haskell.packages.ghc821.ghcWithPackages (pkgs: with pkgs; [ lens conduit ])"
<srhb> Or rather than haskell.packages, use haskellPackages (the current primary set)
<srhb> haskellPackages.ghcWithPackages, that is
<freusque> thank you srhb , I assumed this would be more straightforward. my bad
<freusque> I know nothing about haskell packaging anyways
<freusque> thanks I'm going to read over that
kiloreux has joined #nixos
jb55 has quit [(Ping timeout: 246 seconds)]
<freusque> <3
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5ZdZ
<NixOS_GitHub> nixpkgs/master 774e938 Tim Steinbach: alacritty: 2017-07-25 -> 2017-08-28
<NixOS_GitHub> nixpkgs/master 402dfaf Jörg Thalheim: Merge pull request #28639 from NeQuissimus/alacritty_2017_08_28...
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/v5Zd6
<NixOS_GitHub> nixpkgs/staging 2858c41 Vladimír Čunát: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
jellowj has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
nwuensche has joined #nixos
<nwuensche> Hi! Can anyone explain to me, why there is no teamviewer package for NixOS?
MoreTea has joined #nixos
freeman42x[m] has joined #nixos
<ikwildrpepper> nwuensche: there seems to be, but it is not available by default: license = licenses.unfree;
freeman42x[m] has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5ZFX
<NixOS_GitHub> nixpkgs/master 15bac19 Vladimír Čunát: libbass: evaluation nitpicks...
NixOS_GitHub has left #nixos []
<ikwildrpepper> you'd need to explicitly allow unfree packages to be installed
freeman42x[m] has joined #nixos
<ikwildrpepper> something like nixpkgs.config.allowUnfree = true;
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
<nwuensche> ikwildrpepper: Thank you, I already did this for steam. :) However, why do you know why steam is in the package list at the NixOS Website, but teamviewer isn't? I mean, they're both unfree.
<ikwildrpepper> nwuensche: license = licenses.unfreeRedistributable;
m0rphism has quit [(Quit: WeeChat 1.9)]
ison111 has quit [(Ping timeout: 248 seconds)]
<nwuensche> ikwildrpepper: Ok, thank you. However, when I add teamviewer in my config, it tries to curl a link that doesn't exist anymore. I want use the nixpkgs/pkgs/applications/networking/remote/teamviewer from the nix packages. How can I add this package in my config?
<ikwildrpepper> nwuensche: don't know about teamviewer really
<ikwildrpepper> (don't even know what it is :D)
<nwuensche> ikwildrpepper: I think it's not a teamviewer question, more a NixOS question. I tried adding applications.networking.remote.teamviewer to my environment.systemPackages = with pkgs; [...] list, but that doesn't work
deltasquared has joined #nixos
<nwuensche> ikwildrpepper: So the question is: How do I get the name of a package from the default.nix in the nixpkgs repo?
<ikwildrpepper> check out nixpkgs/pkgs/top-level/all-packages.nix
<ikwildrpepper> that is the top level attribute set
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rbvermaa pushed 1 new commit to release-17.03: https://git.io/v5ZNk
<NixOS_GitHub> nixpkgs/release-17.03 56da88a Nick Hu: teamviewer: 12.0.71510 -> 12.0.76279...
NixOS_GitHub has left #nixos []
jluttine has quit [(Quit: WeeChat 1.7.1)]
<ikwildrpepper> nwuensche: btw, I see nixpkgs master has newer link for teamviewer, I've pushed that to 17.03
<ikwildrpepper> will take a while to get into channel
jellowj has quit [(Ping timeout: 276 seconds)]
jluttine has joined #nixos
<nwuensche> Wow, the update from 5 lines above solves my problem ^^
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5ZNP
<NixOS_GitHub> nixpkgs/master 52b56bf Tim Steinbach: containerd: 0.2.5 -> 0.2.9
<NixOS_GitHub> nixpkgs/master 25c354a Jörg Thalheim: Merge pull request #28665 from NeQuissimus/containerd_0_2_9...
NixOS_GitHub has left #nixos []
<ikwildrpepper> hate it when people remove stuff from the web
<deltasquared> ikwildrpepper: mind if I ask what was taken down in this context
<ikwildrpepper> deltasquared: some .deb
<ikwildrpepper> from teamviewer
<deltasquared> ikwildrpepper: I don't suppose you were trying to package it for nix by any chance
<ikwildrpepper> deltasquared: I wasn't trying anything, nwuensche was trying to install it. I just noticed the link/version was fixed in nixpkgs-master, and backported it to 17.03 ;)
<nwuensche> ikwildrpepper: How can I get this? rebuild switch --upgrade didn't worked.
<ikwildrpepper> nwuensche: wait for channel update, or use a nixpkgs clone/checkout and point to that, e.g. with -I nixpkgs=/path/to/my/nixpkgs
freusque has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5ZAE
<NixOS_GitHub> nixpkgs/master b65e2e6 zraexy: redshift-plasma-applet: add kwindowsystem to buildInputs
<NixOS_GitHub> nixpkgs/master db65a7e Jörg Thalheim: Merge pull request #28673 from zraexy/redshift-plasma-applet...
NixOS_GitHub has left #nixos []
<deltasquared> clever: interesting thing about your container generator btw. shame I couldn't use it on my android device, the kernel doesn't even have namespaces :/
jellowj has joined #nixos
<ikwildrpepper> container generator?
<nwuensche> ikwildrpepper: Ok, I will wait. :)
freusque has joined #nixos
ylwghst has joined #nixos
freusque has quit [(Client Quit)]
<deltasquared> ikwildrpepper: it was in my backlog from yesterday. me, pxc and clever were sorta having a discussion about running distros in chroots and containers,
<ikwildrpepper> deltasquared: ah, thnx :)
freusque has joined #nixos
freusque has quit [(Client Quit)]
<nwuensche> ikwildrpepper: Could you help me with a package I'm trying to create? It's a driver for my Brother printer
<ikwildrpepper> nope
* ikwildrpepper needs to work ;)
<deltasquared> eww, brother printer drivers are only just behind broadcom wireless drivers and nvidia gpu drivers in my book
<goibhniu> nwuensche: if you describe the issues you're struggling with, others may be able to help you out
<nwuensche> Sure :)
<nwuensche> I have a problem with my printer driver. When I cd /nix/store/...-cups-progs and then echo "test" | sh lib/cups/filter/brlpdwrapperDCP145C, I get: /nix/store/...-mfc2j47dd0dw-cupswrapper-3.0.0-1/usr/local/Brother/Printer/dcp145c/lpd/.brdcp145cfilter-wrapped: line 3: /nix/store/...-mfc2j47dd0dw-cupswrapper-3.0.0-1/usr/local/Brother/Printer/dcp145c/lpd/.brdcp145cfilter-wrapped: No such file or directory. The files are here: :
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v5Zxi
<NixOS_GitHub> nixpkgs/master b57deb8 Jörg Thalheim: python.pkgs.zetup: init at 0.2.34...
<NixOS_GitHub> nixpkgs/master bbd2a03 Jörg Thalheim: python.pkgs.moretools: 0.1a41 -> 0.1.8...
<NixOS_GitHub> nixpkgs/master c804973 Jörg Thalheim: Merge pull request #28670 from Mic92/moretools...
NixOS_GitHub has left #nixos []
<tokudan[m]> nwuensche: just a random guess: that could also be a wrong shebang line somewhere
<nwuensche> tokudan[m]: I think so too, but I just don't know how to fix it.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5ZpY
<NixOS_GitHub> nixpkgs/master 30ad383 zraexy: broadcom-bt-firmware: 12.0.1.1011 -> 12.0.1.1012
<NixOS_GitHub> nixpkgs/master 1812667 Jörg Thalheim: Merge pull request #28657 from zraexy/broadcom-bt-firmware...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5ZpZ
<NixOS_GitHub> nixpkgs/master be17a1c Tim Steinbach: ena: 20160629 -> 1.2.0
<NixOS_GitHub> nixpkgs/master 1c240b9 Jörg Thalheim: Merge pull request #28650 from NeQuissimus/ena_1_2_0...
NixOS_GitHub has left #nixos []
<tokudan[m]> nwuensche: try throwing patchShebang at everthing that doesn't hide fast enough in a postFixup
<nwuensche> tokudan[m]: ^^
<tokudan[m]> something like find $out -type f -execute patchShebang {} \;
<tokudan[m]> (untested)
simukis has joined #nixos
<tokudan[m]> or maybe in your postinstall phase
<nwuensche> tokudan[m]: I added a patchShebang for the file that gives me the error in postFixup
<guillaum1> Is there a way to build / link a package with an old version of binutils?
pmeunier has joined #nixos
thblt has joined #nixos
hc has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28655: rust-bindgen: 0.29.0 -> 0.30.0 (master...rust-bindgen) https://git.io/v5Ztx
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28612: mbuffer: 20160613 -> 20170806 (release-17.03...release-17.03_mbuffer) https://git.io/v53FT
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5Zhl
<NixOS_GitHub> nixpkgs/master 2356161 Wei Tang: litecoin: 0.13.2.1 -> 0.14.2
<NixOS_GitHub> nixpkgs/master d0192e2 Jörg Thalheim: Merge pull request #28672 from sorpaas/litecoin-update...
NixOS_GitHub has left #nixos []
hc_ has quit [(Ping timeout: 248 seconds)]
<nwuensche> tokudan[m]: So I tried this, but it didn't worked. However, I found out that brdcp145cfilter is a binary file, and the stuff that I can read is: libm.so.6, libc.so.6, strcpy, stdout, and some other C functions. Is there a wrapProgram argument for stuff like this
<tokudan[m]> nwuensche: what does ldd show on the file? any libraries missing? maybe you need to use patchelf there?
Mercuria1Alchemi has quit [(Ping timeout: 240 seconds)]
<nwuensche> tokudan[m]: not a dynamic executable
<nwuensche> tokudan[m]: In which package can I find libc.so.6?
nh2 has joined #nixos
<tokudan[m]> nwuensche: glibc
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] zimbatm opened pull request #1538: libexpr: add sha256 noop argument to fetch (1.11-maintenance...1.11-fetchurl-sha256) https://git.io/v5ZjB
NixOS_GitHub has left #nixos []
freeman42y[m] has joined #nixos
<nwuensche> tokudan[m]: Progress! Thank you!
freeman42z[m] has joined #nixos
<nwuensche> Now it says: /nix/store/wzfw0rmp35da829cq1291ardgs8vf7f6-mfc2j47dd0dw-cupswrapper-3.0.0-1/usr/local/Brother/Printer/dcp145c/lpd/.filterdcp145c-wrapped: line 43: 13331 Done eval cat $INPUT_TEMP
<nwuensche> 13332 | a2ps $A2PS_OP
<nwuensche> 13333 | $PSCONV $PSCONV_OP
<nwuensche> 13335 Segmentation fault | $BRCONV $BRCONV_OP
<nwuensche> Sorry for the formating
lukego has quit [(Quit: Page closed)]
freeman42x[m] has quit [(Ping timeout: 240 seconds)]
freeman42y[m] has quit [(Read error: Connection reset by peer)]
freeman42x[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5nev
<NixOS_GitHub> nixpkgs/master a75d04a Kevin Cox: qbittorrent: 3.3.13 -> 3.3.15...
<NixOS_GitHub> nixpkgs/master 4b8435d Jörg Thalheim: Merge pull request #28578 from kevincox/qb...
NixOS_GitHub has left #nixos []
freeman42z[m] has quit [(Ping timeout: 240 seconds)]
arximboldi has joined #nixos
<nwuensche> tokudan[m]: I fixed it with patchelf's! My printer works!!!
<nwuensche> tokudan[m]: Thank you so much!
kiloreux has quit [(Ping timeout: 252 seconds)]
gnuhurd has quit [(Read error: Connection reset by peer)]
gnuhurd has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] calvertvl opened pull request #28675: loccount: 1.0 -> 1.1 (master...update-loccount-1.1) https://git.io/v5ne5
NixOS_GitHub has left #nixos []
freeman42y has quit [(Read error: Connection reset by peer)]
freeman42y has joined #nixos
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
ylwghst has quit [(Ping timeout: 264 seconds)]
betaboon has quit [(Client Quit)]
freeman42y[m] has joined #nixos
aminechi1haoui has quit [(Quit: Lost terminal)]
deltasquared has quit [(Quit: Leaving)]
aminechikhaoui has joined #nixos
kiloreux has joined #nixos
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
aminechikhaoui has quit [(Client Quit)]
aminechikhaoui has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] calvertvl opened pull request #28676: fanficfare: 2.9.0 -> 2.16.0 (master...upd_fanficfare-2.16) https://git.io/v5nfs
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr opened pull request #28677: Openshot: 2.3.1 -> 2.3.4 (master...openshot_new_version) https://git.io/v5nfc
NixOS_GitHub has left #nixos []
pie_ has quit [(Ping timeout: 246 seconds)]
takle has quit [(Ping timeout: 240 seconds)]
erictapen has quit [(Ping timeout: 248 seconds)]
mudri has joined #nixos
freusque has joined #nixos
jellowj has quit [(Ping timeout: 264 seconds)]
jellowj has joined #nixos
erictapen has joined #nixos
arximboldi has quit [(Quit: arximboldi)]
ylwghst has joined #nixos
nwuensche has quit [(Quit: Leaving)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5nJY
<NixOS_GitHub> nixpkgs/master 5ad107d Jörg Thalheim: libcommuni: 2016-08-17 -> 3.5.0
<NixOS_GitHub> nixpkgs/master 0d35ce2 Jörg Thalheim: communi: 2016-08-17 -> 3.5.0
NixOS_GitHub has left #nixos []
aminechikhaoui has quit [(Quit: Lost terminal)]
aminechikhaoui has joined #nixos
aanderse_ has quit [(Remote host closed the connection)]
aanderse has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij opened pull request #28678: firefoxPackages: tor-browser: use gcc5 (master...pkg/fix-tor-browser) https://git.io/v5nJz
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28570: btc1: init at 1.14.5 (master...btc1-init) https://git.io/v5Y7y
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
ShalokShalom has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28675: loccount: 1.0 -> 1.1 (master...update-loccount-1.1) https://git.io/v5ne5
NixOS_GitHub has left #nixos []
freeman42y[m] has quit [(Read error: Connection reset by peer)]
pakettiale has quit [(Read error: Connection reset by peer)]
freeman42z[m] has joined #nixos
pakettiale has joined #nixos
pakettiale has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28677: Openshot: 2.3.1 -> 2.3.4 (master...openshot_new_version) https://git.io/v5nfc
NixOS_GitHub has left #nixos []
pakettiale has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
bkchr has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5nUc
<NixOS_GitHub> nixpkgs/master be40ed5 Victor Calvert: fanficfare: 2.9.0 -> 2.16.0
<NixOS_GitHub> nixpkgs/master 2390907 Jörg Thalheim: Merge pull request #28676 from calvertvl/upd_fanficfare-2.16...
NixOS_GitHub has left #nixos []
<bkchr> Hi, if I specify the overlay path in my configuration.nix, can I install packages from these overlays globally via my configuration.nix?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/v5nUX
<NixOS_GitHub> nixpkgs/master 2510256 Peter Simons: mini-httpd: update to version 1.7
NixOS_GitHub has left #nixos []
<spacefrogg> bkchr: Yes
<spacefrogg> bkchr: Add the packages in the overlay and they appear in the pkgs attribute set available in configuration.nix.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/v5nTe
<NixOS_GitHub> nixpkgs/master 045c707 Peter Simons: ikiwiki: mark build broken...
NixOS_GitHub has left #nixos []
<bkchr> spacefrogg: I added the https://github.com/mozilla/nixpkgs-mozilla overlay and added latest.firefox-nightly-bin to my systemPackages, but it complains with error: undefined variable ‘latest’
pakettiale has quit [(Read error: Connection reset by peer)]
freeman42x[m] has joined #nixos
pakettiale has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij opened pull request #28679: memtest86+: use debian patches, use default gcc (master...pkg/memtestplus-default) https://git.io/v5nTB
NixOS_GitHub has left #nixos []
freeman42z[m] has quit [(Ping timeout: 240 seconds)]
<spacefrogg> bkchr: How did you add the overlay?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5nTE
<NixOS_GitHub> nixpkgs/master 13360f0 Jörg Thalheim: gdbGuile: guile bindings are broken for quite some time
NixOS_GitHub has left #nixos []
<spacefrogg> bkchr: And did you add the package as pkgs.latest.firefox-nightly-bin ?
<bkchr> spacefrogg: https://pastebin.com/UhwitHAQ
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij opened pull request #28680: kiwix: use default gcc (master...pkg/kiwix-default) https://git.io/v5nTK
NixOS_GitHub has left #nixos []
gnuhurd` has joined #nixos
gnuhurd has quit [(Ping timeout: 240 seconds)]
<spacefrogg> bkchr: Did you already nixos-rebuild with this configuration?
<bkchr> spacefrogg: yes
leothrix has quit [(Ping timeout: 255 seconds)]
mudri has quit [(Ping timeout: 248 seconds)]
<spacefrogg> bkchr: Do you have nixpkgs-overlay properly set up in the NIX_PATH env variable in your current shell?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 2 new commits to master: https://git.io/v5nTH
<NixOS_GitHub> nixpkgs/master f99ddeb Peter Simons: ledger-2.6.3: mark build broken
<NixOS_GitHub> nixpkgs/master 2f73fd3 Peter Simons: ledger-3.1.1: mark build broken
NixOS_GitHub has left #nixos []
leothrix has joined #nixos
gnuhurd` is now known as gnuhurd
<bkchr> spacefrogg: I don't think so, I reboot my pc, it complaining after nixos-rebuild switch
<bkchr> I will come back
bkchr has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5nkv
<NixOS_GitHub> nixpkgs/master 1bfda6a Jörg Thalheim: git-review: fix build
NixOS_GitHub has left #nixos []
bkchr has joined #nixos
<bkchr> spacefrogg: Now my NIX_PATH looks good: nixpkgs=/home/bastian/projects/nixos/nixos-config/nixpkgs:nixos=/home/bastian/projects/nixos/nixos-config/nixpkgs/nixos:nixos-config=/etc/nixos/configuration.nix:nixpkgs-overlays=/home/bastian/projects/nixos/nixos-config/overlays
<spacefrogg> bkchr: Try again, now.
<bkchr> already tried
<bkchr> spacefrogg: it does not work :(
<spacefrogg> bkchr: In the overlays directory, do you have a default.nix there loading the subsequent overlays?
<spacefrogg> It might be easier to put 'nixpkgs.overlays = [ (import /path/to/mozilla/overlay) ]' into configuration.nix
<spacefrogg> This avoids the dependency on NIX_PATH env but you loose the ability to use overlays via nix-env
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij closed pull request #11529: [WIP, Needs Help] nixos: networking cleanup (master...nixos-networking-cleanup) https://git.io/vR61Q
NixOS_GitHub has left #nixos []
<spacefrogg> Overlay semantics are a bit tricky (which is a consequence of the tricky semantic differences between nix-env and nixos-rebuild)
tmaekawa has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5nk2
<NixOS_GitHub> nixpkgs/master 2639782 Jörg Thalheim: fstrm: 0.3.1 -> 0.3.2
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] sorpaas opened pull request #28681: go-ethereum-classic: 3.5.0 -> 3.5.86 (master...geth-etc-update) https://git.io/v5nII
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ciil opened pull request #28682: rstudio: 1.1.216 -> 1.1.351 (master...rstudio) https://git.io/v5nIm
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jtojnar opened pull request #28683: gnome-disk-utility: fix missing schemas for gnome-disk-image-mounter (staging...fix-gnome-disk-utility) https://git.io/v5nIu
NixOS_GitHub has left #nixos []
Ivanych has quit [(Ping timeout: 240 seconds)]
ertes-w has joined #nixos
<bkchr> spacefrogg: First thanks for the tip with the missing default.nix to include all subsequent overlays. I thought that the path isworking as for nix-env
<bkchr> The problem is, that the package is still not found
<pstn> I'm trying to test some stuff from my local repo. How do I tell nixos-container to build a imperative container and use the config of my local repo?
<bkchr> spacefrogg: with nix-env -iA I can install the package
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5nIN
<NixOS_GitHub> nixpkgs/master f919239 Jörg Thalheim: dvgrab: 3.5 -> 2016-05-16
NixOS_GitHub has left #nixos []
<goibhniu> pstn: how about bind mounting the config from your host machine to the container and symlinking the configuration.nix?
<pstn> I thought that the --nixos-path switch might help me, but I can't find any docs on what it does and when I use it, my build just fails.
<spacefrogg> bkchr: Then maybe nixos-rebuild doesn't care about NIX_PATH and you need to add the `nixpkgs.overlays ...' line I wrote earlier, anyways.
<gchristensen> pstn: you can use your own config and use `nixos-rebuild vm`
<pstn> Ah, just changing my NIX_PATH is enough for nixos-container.
pie_ has quit [(Ping timeout: 246 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/56da88a298 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
<bkchr> spacefrogg: yeah, you were right. nixpkgs.overlays works. Thanks for your help. I just don't wanted to specify the overlay twice (because I also need the rust stuff for nix-env), but okay :)
<gchristensen> pstn: you could also make a nixos test: like https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/postgresql.nix
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28684: nano: 2.8.6 -> 2.8.7 (master...update_nano) https://git.io/v5nL0
NixOS_GitHub has left #nixos []
<gchristensen> pstn: then you can just nix-build ./nixos/tests/your-test.nix
<spacefrogg> bkchr: Specify it in a let ... binding and use it in two places. :)
<bkchr> spacefrogg: yeah, why I didn't come to this solution by myself..^^
<symphorien> in which package is kdeinit ?
tmaekawa has quit [(Quit: tmaekawa)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edolstra closed pull request #28684: nano: 2.8.6 -> 2.8.7 (master...update_nano) https://git.io/v5nL0
NixOS_GitHub has left #nixos []
<bkchr> symphorien: what are you trying to do?
<symphorien> using gwenview outside kde
<symphorien> apparently it is kinit
Neo-- has joined #nixos
iyzsong has joined #nixos
pie_ has joined #nixos
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5nmV
<NixOS_GitHub> nixpkgs/master d881b02 Jörg Thalheim: lprof: fix build
NixOS_GitHub has left #nixos []
<pstn> gchristensen: that also looks good.
Neo-- has quit [(Remote host closed the connection)]
<ertes-w> "warning: The services.postfix.extraConfig option was deprecated. Please use services.postfix.config instead."
<ertes-w> is 'config' now equivalent to 'extraConfig', or do i need to add more options now?
Neo-- has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5n3f
<NixOS_GitHub> nixpkgs/master e964895 Jörg Thalheim: direwolf: 1.3 -> 1.4
NixOS_GitHub has left #nixos []
erictapen has quit [(Ping timeout: 240 seconds)]
Wizek has joined #nixos
takle has quit [(Ping timeout: 248 seconds)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5nsz
<NixOS_GitHub> nixpkgs/master 09eb4ad Michael Raskin: lincity_ng: 2.0 -> 2.9beta20170715
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
takle has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/v5nsx
<NixOS_GitHub> nixpkgs/staging fe6c5ad José Romildo Malaquias: e17gtk: finish decoupling from gnome3 version
NixOS_GitHub has left #nixos []
pie_ has quit [(Ping timeout: 252 seconds)]
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
<ertes-w> nevermind, i figured it out
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
takle has joined #nixos
betaboon has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ericsagnes opened pull request #28685: fcitx-unikey: fix build (master...pkg-fix/fcitx-unikey) https://git.io/v5nG5
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr opened pull request #28686: Kdeframeworks prison: Require at least Qt 5.7 (master...fix_prison) https://git.io/v5nGF
NixOS_GitHub has left #nixos []
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
aanderse has quit [(Ping timeout: 260 seconds)]
ertes has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gebner pushed 2 new commits to master: https://git.io/v5nZS
<NixOS_GitHub> nixpkgs/master 1ee49e1 Eric Sagnes: fcitx-unikey: fix build
<NixOS_GitHub> nixpkgs/master 9aaa6cd Gabriel Ebner: Merge pull request #28685 from ericsagnes/pkg-fix/fcitx-unikey...
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
<gchristensen> anyone here from Mumbai?
odi has quit [(Ping timeout: 246 seconds)]
ShalokShalom has quit [(Remote host closed the connection)]
<vegai> how do you guys change gtk themes?
<cmcdragonkai1> I'm wondering do you guys use nix-shell and shell.nix while pinning the nixpkgs version inside the shell.nix or do you just use `<nixpkgs>`?
<vegai> lxappearance seems quite broken
<vegai> that's what I usually use
bennofs has joined #nixos
griff_ has joined #nixos
vaibhavsagar has joined #nixos
erictapen has quit [(Ping timeout: 260 seconds)]
<sphalerite> vegai: I don't really change it personally but you can modify the files in ~/.config/gtk* using an editor if all else fails :p
<vegai> sphalerite: mm
<joepie91> gchristensen: that's an unusual question :)
<joepie91> now I'm curious heh
<dash> cmcdragonkai1: I haven't needed to pin nixpkgs version
<gchristensen> joepie91: just keeping tabs on the safety of the community: economictimes.indiatimes.com/news/politics-and-nation/heavy-rains-lash-mumbai-city-staring-at-2005-like-flood/articleshow/60273437.cms :/
vaibhavsagar has quit [(Ping timeout: 248 seconds)]
<joepie91> ah damn, I'd missed that
<cmcdragonkai1> dash: I haven't pinned nixpkgs version inside my shell.nix, but I wonder if it would be a good idea to make sure that my shell.nix always fixes the exact dependencies I need
<joepie91> I don't think that's made it into Dutch news at all?
griff__ has joined #nixos
<gchristensen> joepie91: developing now, it hasn't made the US news either, but my coworker's home is flooding :/
<dash> cmcdragonkai1: maybe! depends on what you're doing, no doubt
<joepie91> damn
<vegai> sphalerite: yeah, that seems to work :) thanks for pointing out the obvious
<joepie91> gchristensen: are they otherwise fine?
<vegai> although a GUI would make it a tad easier to see which themes are available
<vegai> but oh well
betaboon has joined #nixos
griff_ has quit [(Ping timeout: 276 seconds)]
griff__ is now known as griff_
<gchristensen> seem to be, but my novice interpretation seems to show a lot more rain to come
erictapen has joined #nixos
MercurialAlchemi has joined #nixos
mizu_no_oto has joined #nixos
sellout- has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 6 new commits to master: https://git.io/v5nW9
<NixOS_GitHub> nix/master 05c45f3 Eelco Dolstra: readLink(): Handle symlinks in /proc...
<NixOS_GitHub> nix/master 1c58e13 Eelco Dolstra: Hide commands that don't have a description...
<NixOS_GitHub> nix/master 93a5ef0 Eelco Dolstra: nix run: Fix chroot execution...
NixOS_GitHub has left #nixos []
<cmcdragonkai1> if somebody knows about how to package Qt apps, I'd appreciate help on this: https://github.com/NixOS/nixpkgs/pull/27790
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ehmry pushed 1 new commit to master: https://git.io/v5nle
<NixOS_GitHub> nixpkgs/master 3cf149c Emery Hemingway: rippled: mark build broken
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 246 seconds)]
odi has joined #nixos
vaibhavsagar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28688: qgis: 2.18.10 -> 2.18.12 (master...update_qgis) https://git.io/v5n8C
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
betaboon has quit [(Quit: This computer has gone to sleep)]
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
mizu_no_oto has joined #nixos
reinzelmann has quit [(Quit: Leaving)]
<disasm> gchristensen: can you review https://github.com/NixOS/nixpkgs/pull/28589 whenever you get a chance?
goibhniu1 has joined #nixos
goibhniu has quit [(Ping timeout: 252 seconds)]
goibhniu1 is now known as goibhniu
<gchristensen> disasm: on it!
bfrog has joined #nixos
odi has quit [(Ping timeout: 240 seconds)]
<gchristensen> disasm: really nice! I picked teeny nits and you can disregard some of them :)
jb55 has joined #nixos
odi has joined #nixos
<gchristensen> disasm: also if you found them discouraging, please let me know so I can do better next time
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5n0B
<NixOS_GitHub> nixpkgs/master e3f4de8 Michael Raskin: asc: 2.4.0.0 -> 2.6.0.0; maintain
NixOS_GitHub has left #nixos []
<disasm> not at all :) That part I pretty much copy/pasted from the wiki with Mic92's permission, I don't even fully understand it myself.
<gchristensen> oh cool
<gchristensen> should get an update backported to the wiki :)
<gchristensen> I don't want to propagate the idea we don't do it because it is hard
ona has quit [(Quit: ...)]
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
<disasm> gchristensen: addressed :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5n0j
<NixOS_GitHub> nixpkgs/master 10f5aad Michael Raskin: acpi_call: mark as broken on ChromiumOS kernels
NixOS_GitHub has left #nixos []
<gchristensen> ah, the `npm install` example isn't a valid example, it is a literal performance hit, not an issue of how long it takes to create the .nix files to package it
Rotaerk has quit [(Quit: Leaving)]
<gchristensen> disasm: ^
<disasm> gchristensen: remove that or you have a better example?
freeman42y[m] has joined #nixos
<hyper_ch> finally, my nix expressions for my pdfForts tool seems fine
<gchristensen> hmm how about "Sandboxing is not enabled by default in Nix due to a small performance hit on each build. In pull requests..."
<disasm> done
erasmas has joined #nixos
<gchristensen> disasm: I can't push the button on https://github.com/NixOS/nixpkgs/pull/28589 but maybe *looks around* domenkozar can
bkchr has quit [(Ping timeout: 255 seconds)]
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
freeman42x[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to staging: https://git.io/v5nz1
<NixOS_GitHub> nixpkgs/staging cdb4958 Vladimír Čunát: rogue: fix build by using older ncurses
<NixOS_GitHub> nixpkgs/staging dc93744 Vladimír Čunát: rogue: omit from the installation media...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5nz7
<NixOS_GitHub> nixpkgs/master 6da8f82 Wei Tang: go-ethereum-classic: 3.5.0 -> 3.5.86
<NixOS_GitHub> nixpkgs/master 029e0f2 Jörg Thalheim: Merge pull request #28681 from sorpaas/geth-etc-update...
NixOS_GitHub has left #nixos []
freeman42y[m] has quit [(Ping timeout: 246 seconds)]
<gchristensen> or maybe Mic92 can merge https://github.com/NixOS/nixpkgs/pull/28589 right now
<Mic92> gchristensen: sandboxing is not disabled because of performance
<gchristensen> that was the only reason my change to enable it by default was reverted
proteusguy has joined #nixos
sellout- has joined #nixos
odi has quit [(Ping timeout: 240 seconds)]
<Mic92> gchristensen: I thought it was disabled to allow impure builds
Johnny44[m] has joined #nixos
* gchristensen goes looking for the commit
freusque has quit [(Quit: WeeChat 1.7.1)]
<gchristensen> (the whole issue though)
mudri has joined #nixos
Sonarpulse has joined #nixos
<Mic92> gchristensen: merged
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5nab
<NixOS_GitHub> nixpkgs/master aae7745 Samuel Leathers: doc: explain pull request template
<NixOS_GitHub> nixpkgs/master e682cfc Jörg Thalheim: Merge pull request #28589 from disassembler/doc-pull-request-template...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 2 new commits to master: https://git.io/v5nap
<NixOS_GitHub> nix/master 9b82ecb Eelco Dolstra: nix search: Warn about cached results
<NixOS_GitHub> nix/master e9c07a3 Eelco Dolstra: nix edit / log: Operate on a single Installable
NixOS_GitHub has left #nixos []
<gchristensen> nice!
<gchristensen> thank you Mic92! :) thank you disasm! :)
<Mic92> gchristensen: I could imagine, there is a cheaper way to speedup sandboxed builds. By forking from a sandboxed parent.
<disasm> Thanks Mic92 and gchristensen!
<gchristensen> oh!
<disasm> gchristensen: do you keep sandboxing enabled on your system?
<gchristensen> definitely :)
<gchristensen> IMO what am I using nix for if I'm going to go easy-mode
<disasm> gchristensen: maybe I should do that too. Then I could check the sandboxing box on my PR's :)
<gchristensen> :) certainly gives me peace of mind
<niksnut> Mic92: if you fork from a sandboxed parent, then you're not isolated from the parent (and its other children)
<Mic92> niksnut: one parent per nixbld user
ylwghst has quit [(Ping timeout: 248 seconds)]
<niksnut> well, running the parents as nixbld users makes it hard to do killUser() (i.e. get rid of all remaining processes from a build)
<gchristensen> I could think of optimizations here but they're not good :P like pre-create a sandbox while another build is running, ready to be used for the next one
<gchristensen> (also not sure that is possible)
<Mic92> niksnut: why that?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin closed pull request #28564: Package updates: inkscape, netcat-openbsd, nasm, freeradius, curl and highlight (staging...packageUpdates) https://git.io/v5YzV
NixOS_GitHub has left #nixos []
<niksnut> Mic92: because killUser kills all processes running under a uid
<niksnut> however, it might be possible to use setns() etc.
<niksnut> i.e. save a bunch of namespaces using file descriptors
jellowj has quit [(Ping timeout: 264 seconds)]
<fresheyeball> so I got nixos successfully installed on my macbook last night!
<fresheyeball> the weird thing is I never enabled grub
<fresheyeball> what does nixos use when not grub?
<gchristensen> nice!
<fresheyeball> yeah! very happy. Now every box in my home and professional life is nixos!
<fresheyeball> so much nix!
<fresheyeball> so much determinism!
<fresheyeball> so good!
<gchristensen> nice to have you aboard!
<fresheyeball> well my main workstation has been nixos for months
<gchristensen> did the trick about rebooting with the thunderbolt adapter already plugged in fix the network for install?
taktoa has joined #nixos
<fresheyeball> yes the thunderbolt adapter did it
erictapen has quit [(Ping timeout: 248 seconds)]
<gchristensen> coo0
bkchr has joined #nixos
<fresheyeball> though the wifi is not working still
<niksnut> fresheyeball: probably systemd-boot
<fresheyeball> niksnut: what is that? I've always just used grub.
<gchristensen> it is smaller
<fresheyeball> it also now gives me a choice on bootup, generation 1 or generation 2
<niksnut> an EFI thingy
<fresheyeball> oh ok
<fresheyeball> maybe it detected that setup when I did the config gen
<fresheyeball> what is a nixos generation though?
<niksnut> previous versions of the system
<niksnut> every time you run "nixos-rebuild switch" it creates a new generation
<MoreTea> fresheyeball, nix builds immutable system configurations, and switches atomically between them.
<fresheyeball> right, but it looks very different than it does on my desktop
<MoreTea> But you can also atomically roll back to your previous version, if you don't like it, or if you find that something is broken.
<fresheyeball> I know about rollbacks
<fresheyeball> this looks different
<gchristensen> fresheyeball: ohh grub hides it under a "folder" whereas systemd-boot shows them front and center
<fresheyeball> Ah!
<fresheyeball> ok, that makes sense!
<fresheyeball> anyone got tips in how I can get the wifi working?
ison111 has joined #nixos
jellowj has joined #nixos
<fresheyeball> oh duh
<fresheyeball> configuration.nix had it disabled
bennofs has quit [(Ping timeout: 276 seconds)]
jellowj has quit [(Ping timeout: 240 seconds)]
Sonarpulse has quit [(Remote host closed the connection)]
Sonarpulse has joined #nixos
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #28689: update massif-visualizer, kgraphviewer (master...update/kgraphviewer-massif) https://git.io/v5n69
NixOS_GitHub has left #nixos []
<disasm> fresheyeball: congrats on getting it running on your macbook :)
alx741 has quit [(Quit: alx741)]
takle_ has joined #nixos
MoreTea has quit [(Ping timeout: 240 seconds)]
sellout- has quit [(Read error: Connection reset by peer)]
takle has quit [(Ping timeout: 260 seconds)]
MercurialAlchemi has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #28690: valgrind: 3.12 -> 3.13 (master...update/valgrind-3.13) https://git.io/v5nPT
NixOS_GitHub has left #nixos []
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin closed pull request #28690: valgrind: 3.12 -> 3.13 (staging...update/valgrind-3.13) https://git.io/v5nPT
NixOS_GitHub has left #nixos []
FRidh has quit [(Ping timeout: 276 seconds)]
DrWaste has quit [(Quit: Run away!)]
sellout- has joined #nixos
<dtzWill> O:)
<disasm> gchristensen, Mic92 who would have access to change the PR template to link to that new documentation once it shows up on the website?
<globin> dtzWill: sry %)
<gchristensen> disasm: you do :)
freeman42x[w] has quit [(Quit: Leaving)]
Neo-- has quit [(Ping timeout: 248 seconds)]
jb55 has quit [(Ping timeout: 264 seconds)]
<disasm> haha, I should have known it was in git somewhere :)
leat has quit [(Ping timeout: 248 seconds)]
<gchristensen> erm, is there a way to use a directory with an "@" in it as a source? :/
bkchr has quit [(Ping timeout: 240 seconds)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
iyzsong has quit [(Ping timeout: 252 seconds)]
<gchristensen> I've got a funny scenario where my code is checked out to "foo@xyz/", I can't change this, and nix doesn't like me using ./. as a source because "@" can't be in the store name
ShalokShalom has joined #nixos
Coyin has joined #nixos
digitus has joined #nixos
ylwghst has joined #nixos
eacameron has quit [(Remote host closed the connection)]
taktoa has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28691: lizardfs: 3.10.2 -> 3.11.3 (master...lizardfs) https://git.io/v5nyL
NixOS_GitHub has left #nixos []
Coyin has quit [(Quit: Leaving)]
Coyin has joined #nixos
betaboon has quit [(Quit: This computer has gone to sleep)]
taktoa has joined #nixos
bfrog has quit [(Ping timeout: 255 seconds)]
sellout- has quit [(Quit: Leaving.)]
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
jellowj has joined #nixos
bennofs has joined #nixos
ison111 has quit [(Ping timeout: 255 seconds)]
bfrog has joined #nixos
ylwghst has quit [(Ping timeout: 240 seconds)]
sellout- has joined #nixos
hypersw_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem closed pull request #22984: habitat: 0.8.0 -> 0.30.2 (master...habitat) https://git.io/vD5UT
NixOS_GitHub has left #nixos []
hypersw has quit [(Ping timeout: 240 seconds)]
lsix has quit [(Quit: Konversation terminated!)]
griff_ has quit [(Ping timeout: 248 seconds)]
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5nQz
<NixOS_GitHub> nixpkgs/master fafa1cc rushmorem: lizardfs: 3.10.2 -> 3.11.3
<NixOS_GitHub> nixpkgs/master 17817ca Rushmore Mushambi: Merge pull request #28691 from rushmorem/lizardfs...
NixOS_GitHub has left #nixos []
<aminechikhaoui> Hi, in nixos tests, what's the right way to set env vars during the testScript in the vms, as looks like doing $node->execute("export foo=bar") doesn't seem to persist ?
<aminechikhaoui> but I might be wrong
<gchristensen> not sure you can set a "global" env var. what exactly are you trying to do?
<gchristensen> maybe there is another way
<aminechikhaoui> gchristensen: well trying to use minio to emulate an s3 bucket in the local filesystem, so one easy way to setup the credentials is using the env vars
<cocreature> Hey, nixpkgs-unstable hasn’t updated for 20 days. looking at hydra https://hydra.nixos.org/job/nixpkgs/trunk/unstable#tabs-constituents it seems like the only problem is nix-repl on darwin. is there anything I can do to help getting it to update again without having access to a darwing machine?
<aminechikhaoui> gchristensen: see https://pastebin.com/Fpitk5h7, it's just experimental though :p
<gchristensen> oh cool
Filystyn has joined #nixos
freeman42y[m] has joined #nixos
<Coyin> Is there anyone who knows how to use jwm with conky ?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28692: vault: 0.7.3 -> 0.8.1 (master...vault) https://git.io/v5n77
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 252 seconds)]
<hyper_ch> Coyin: no
Arcaelyx has joined #nixos
jb55 has joined #nixos
ertes-w has quit [(Quit: Bye!)]
<fresheyeball> so I turned on wireless networking in my configuration.nix
<fresheyeball> and it dies
<fresheyeball> looking at jounrnalctl
<fresheyeball> it says the /etc/wpa_supplicant.conf does not exist
<fresheyeball> any reason that file would not just be generated?
MinceR has quit [(Ping timeout: 240 seconds)]
<fresheyeball> offlinehacker[m]: If you have any time today please let me know.
<fresheyeball> I'm trying to update kubernetes.nix and could use some of your requirements understanding
MinceR has joined #nixos
MoreTea has joined #nixos
elastic_dog has quit [(Ping timeout: 248 seconds)]
elastic_dog has joined #nixos
94KABB39S has joined #nixos
<94KABB39S> [nixpkgs] rushmorem closed pull request #28692: vault: 0.7.3 -> 0.8.1 (master...vault) https://git.io/v5n77
94KABB39S has left #nixos []
3NAABFMUS has joined #nixos
<3NAABFMUS> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5ndP
<3NAABFMUS> nixpkgs/master f86cac2 rushmorem: vault: 0.7.3 -> 0.8.1
<3NAABFMUS> nixpkgs/master c12dc3b Rushmore Mushambi: Merge pull request #28692 from rushmorem/vault...
3NAABFMUS has left #nixos []
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 248 seconds)]
eacamero_ has joined #nixos
Ivanych has joined #nixos
eacameron has quit [(Ping timeout: 255 seconds)]
MoreTea has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28693: cockroachdb: 1.0.2 -> 1.0.5 (master...cockroachdb) https://git.io/v5nFE
NixOS_GitHub has left #nixos []
zeus_ has joined #nixos
<disasm> fresheyeball: you need to set wireless.networks parameter.
alx741 has joined #nixos
<fresheyeball> disasm: that worked, but feels weird
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #28678: firefoxPackages: tor-browser: use gcc5 (master...pkg/fix-tor-browser) https://git.io/v5nJz
NixOS_GitHub has left #nixos []
endformationage has joined #nixos
eacameron has joined #nixos
<ekleog> Hey! Anyone got gwenview working without all of kde? I'm hitting a “WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded” when trying to open a video, even with phonon{,-backend-{vlc,gstreamer}} installed in systemPackages :/
scribbler has quit [(Remote host closed the connection)]
eacamero_ has quit [(Ping timeout: 240 seconds)]
scribbler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mbrock opened pull request #28694: hsevm: v0.3.2 -> v0.6.4 (master...dapphub-hsevm) https://git.io/v5nNV
NixOS_GitHub has left #nixos []
proteusguy has quit [(Ping timeout: 240 seconds)]
<disasm> fresheyeball: yeah, you define all the networks using that. I'm not actually using it anymore... Had to switch to network manager for support for WPA enterprise radius networks for work.
goibhniu has quit [(Ping timeout: 240 seconds)]
scribbler has quit [(Ping timeout: 248 seconds)]
eacameron has quit [(Remote host closed the connection)]
njd_ has quit [(Quit: Page closed)]
aloiscochard has quit [(Quit: Connection closed for inactivity)]
eacameron has joined #nixos
proteusguy has joined #nixos
ShalokShalom has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pbogdan opened pull request #28695: hhvm: fix build (master...hhvm-fix-build) https://git.io/v5np3
NixOS_GitHub has left #nixos []
reinzelmann has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jtojnar opened pull request #28696: farsight2: remove (master...rm-farsight) https://git.io/v5npz
NixOS_GitHub has left #nixos []
scribbler has joined #nixos
dbmikus has joined #nixos
eacameron has quit [(Remote host closed the connection)]
zeus_ has quit [(Read error: Connection reset by peer)]
zeus_ has joined #nixos
betaboon has quit [(Quit: This computer has gone to sleep)]
takle_ has quit [(Ping timeout: 276 seconds)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pbogdan opened pull request #28697: polygraph: 4.3.2 -> 4.11.0 (master...polygraph-update) https://git.io/v5njy
NixOS_GitHub has left #nixos []
numbdewd has quit [(Quit: it'sssss....redose-o' clock. lightsout)]
freeman42y[m] has joined #nixos
takle has quit [(Read error: Connection reset by peer)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel opened pull request #28698: Remove atlasWithLapack (master...atlas) https://git.io/v5cel
NixOS_GitHub has left #nixos []
acertain has quit [(Quit: WeeChat 1.9)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5ceV
<NixOS_GitHub> nixpkgs/master 49d86bc rushmorem: cockroachdb: 1.0.2 -> 1.0.5
<NixOS_GitHub> nixpkgs/master d1ebce1 Rushmore Mushambi: Merge pull request #28693 from rushmorem/cockroachdb...
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 255 seconds)]
nil has quit [(Ping timeout: 240 seconds)]
takle has quit [(Remote host closed the connection)]
erictapen has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/v5cey
<NixOS_GitHub> nixpkgs/master 358604a Jan Malakhovski: memtest86+: use debian patches, use default gcc
<NixOS_GitHub> nixpkgs/master 2705c36 Joachim F: Merge pull request #28679 from oxij/pkg/memtestplus-default...
NixOS_GitHub has left #nixos []
nil has joined #nixos
[0x4A6F] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #28699: prison: mark broken with Qt < 5.7 (master...prison) https://git.io/v5cer
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 2 new commits to master: https://git.io/v5cvf
<NixOS_GitHub> nixpkgs/master 51d1325 Thomas Tuegel: remove atlasWithLapack...
<NixOS_GitHub> nixpkgs/master 83644c8 Thomas Tuegel: Merge pull request #28698 from ttuegel/atlas...
NixOS_GitHub has left #nixos []
eacameron has joined #nixos
betaboon has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pbogdan opened pull request #28700: swc: remove setuid from install script (master...swc-no-setuid) https://git.io/v5cvm
NixOS_GitHub has left #nixos []
takle has quit [(Ping timeout: 240 seconds)]
freeman42x[m] has joined #nixos
<fresheyeball> hey out there
<fresheyeball> I'm having trouble getting x11 to start
freeman42z[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 246 seconds)]
eacameron has quit [(Ping timeout: 246 seconds)]
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
eacameron has joined #nixos
<neonfuz> how do you update nixos?
<neonfuz> just nix-env -u ?
<neonfuz> and nixos-rebuild
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28701: caddy: 0.10.6 -> 0.10.7 (master...caddy) https://git.io/v5cvd
NixOS_GitHub has left #nixos []
<Mic92> Is there an url, which always points to the latest nix binary tarball?
m0rphism has joined #nixos
<Mic92> I want to avoid version numbers in a tutorial: https://nixos.org/releases/nix/latest/
eacameron has quit [(Remote host closed the connection)]
<gchristensen> is https://nixos.org/nix/install not an option?
<gchristensen> then your install instructions will always be up to date
<CrazedProgrammer> neonfuz: `nixos-rebuild switch --upgrade` for system-wide upgrade and `nix-env -u '*'` for user env upgrade
<disasm> neonfuz: nixos-rebuild switch --upgrade
<disasm> what CrazedProgrammer said :)
<disasm> fresheyeball: what's going on? can you share your config via a gist?
<Mic92> gchristensen: I want to make an write-up on nix-user-chroot and proot, in cases where a user cannot install nix due missing privileges
<gchristensen> ahh cool!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5cfM
<NixOS_GitHub> nixpkgs/master a9b1a67 rushmorem: caddy: 0.10.6 -> 0.10.7
<NixOS_GitHub> nixpkgs/master 5d36618 Rushmore Mushambi: Merge pull request #28701 from rushmorem/caddy...
NixOS_GitHub has left #nixos []
betaboon has quit [(Quit: This computer has gone to sleep)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl pushed 1 new commit to master: https://git.io/v5cfA
<NixOS_GitHub> nixpkgs/master 4d3c396 Dmitry Kalinkin: python.pkgs.numpy: fix patch
NixOS_GitHub has left #nixos []
ison111 has joined #nixos
bkchr has joined #nixos
page_ has joined #nixos
<gchristensen> Mic92: looking ...
<gchristensen> I don't think so.
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5cJq
<NixOS_GitHub> nixpkgs/master d0d1919 Michael Raskin: xconq: fix build
NixOS_GitHub has left #nixos []
page has quit [(Ping timeout: 240 seconds)]
gnuhurd has quit [(Remote host closed the connection)]
jellowj has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5cJr
<NixOS_GitHub> nixpkgs/master a3111b8 Michael Raskin: xmacro: 0.3pre20000911 -> 0.4.6; switch upstream
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
jbgi has joined #nixos
Coyin has quit [(Quit: Leaving)]
freeman42x[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28702: cassandra: remove myself from maintainers (master...cassandra) https://git.io/v5cUv
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5cUU
<NixOS_GitHub> nixpkgs/master 51d138f rushmorem: cassandra: remove myself from maintainers
<NixOS_GitHub> nixpkgs/master a12ad2a Rushmore Mushambi: Merge pull request #28702 from rushmorem/cassandra...
NixOS_GitHub has left #nixos []
freeman42z[m] has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] patternspandemic opened pull request #28703: ponyc: 0.18.0 -> 0.18.1 (master...ponyc) https://git.io/v5cUz
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr closed pull request #28686: Kdeframeworks prison: Require at least Qt 5.7 (master...fix_prison) https://git.io/v5nGF
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28704: mesos: remove myself from maintainers (master...mesos) https://git.io/v5cUo
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem closed pull request #28704: mesos: remove myself from maintainers (master...mesos) https://git.io/v5cUo
NixOS_GitHub has left #nixos []
MarcelineVQ has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28705: marathon: remove myself from maintainers (master...marathon) https://git.io/v5cUd
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem closed pull request #28705: marathon: remove myself from maintainers (master...marathon) https://git.io/v5cUd
NixOS_GitHub has left #nixos []
<mpickering> Can anyone suggest why files in the nix store might have different permissions for two different people?
<mpickering> See here, the problem that nh2 and I are having - https://github.com/mpickering/core-kythe/issues/10#issuecomment-325752309
<cocreature> mpickering: are you on different versions of nixpkgs? I have seen similar permissions to nh2’s after I updated recently specifically for Haskell packages.
Lisanna_ has joined #nixos
<mpickering> We shouldn't be as I baked the package set into the shell.nix file
<gchristensen> mpickering: is nh2 on nixos or just nix?
<cocreature> oh ok
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28706: nomad: 0.6.0 -> 0.6.2 (master...nomad) https://git.io/v5cTa
NixOS_GitHub has left #nixos []
MarcelineVQ has joined #nixos
<Lisanna_> Hey, is there anyone online who understands the dockerTools? I haven't been able to get anything interesting to work with it, and I don't know how much if it is me being an idiot and how much of it is that dockerTools is broken
<gchristensen> Lisanna_: do try and ask a full question, I'll help if I can, otherwise someone else might! :)
<Lisanna_> Okay :)
ShalokShalom has joined #nixos
<Lisanna_> Well let's start with this: I try to build the first example here: https://gist.github.com/rvl/c1ca657882a883195f49 and when I load it, docker load doesn't give me any kind of image name or anything that I can "run".
<gchristensen> Lisanna_: ok so one problem is you're creating several things there, not just one
<disasm> I'm confused what the output would be from nix-build in that case, that's interesting.
<gchristensen> it outputs /nix/store/796yba6j17x5lfw1g4483l7dd7wggc0z-docker-image-bash.tar.gz
<gchristensen> (for example)
<Lisanna_> gchristensen: no, I'm building just the first one
<gchristensen> `nix-build --option extra-binary-caches http://hydra.nixos.org/ test-docker.nix | xargs -n1 docker load -i` doesn't do that
<Lisanna_> I copied it into its own little file
<gchristensen> oh
<Lisanna_> derivation I'm building is the first buildImage
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem pushed 2 new commits to master: https://git.io/v5cki
<NixOS_GitHub> nixpkgs/master 43732d8 rushmorem: nomad: 0.6.0 -> 0.6.2
<NixOS_GitHub> nixpkgs/master ccd2557 Rushmore Mushambi: Merge pull request #28706 from rushmorem/nomad...
NixOS_GitHub has left #nixos []
<Lisanna_> and it builds successfully
<Lisanna_> but nothing interesting happens when I do docker load -i
jbgi has quit [(Ping timeout: 255 seconds)]
<Lisanna_> on the result
<gchristensen> Lisanna_: https://gist.github.com/grahamc/89c136df2a222b9217d9535e48810e70 it works for me :/ ?
takle has joined #nixos
takle has quit [(Remote host closed the connection)]
<gchristensen> when you nix-build just the one, what do you get?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #28707: cvc3: Add gcc6 patch from Gentoo. (master...fix/cvc3) https://git.io/v5ckQ
NixOS_GitHub has left #nixos []
scribbler has quit [(Remote host closed the connection)]
<gchristensen> what is the output?
takle has joined #nixos
jb55 has quit [(Quit: WeeChat 1.9)]
ris has joined #nixos
scribbler has joined #nixos
<Lisanna_> Okay, I see an image named bash has shown up in my docker images list
<disasm> gchristensen: you must have a faster network connection than I do :)
<gchristensen> Lisanna_: ah :) there you go! :)
<gchristensen> disasm: I have a nice datacenter to run it in ... :) (packet.net)
<Lisanna_> Okay, so that part is fine... argh I hate the docker command line tools
<gchristensen> Lisanna_: you. and. me. both.
<gchristensen> Lisanna_: may I PM?
ixxie has joined #nixos
<Lisanna_> I'm on a web chat right now, my company blocks IRC ports so I can't use a client, not sure if it would work
scribbler has quit [(Read error: No route to host)]
scribble_ has joined #nixos
<gchristensen> Lisanna_: ok, ping me when you can :)
eacameron has quit [(Remote host closed the connection)]
<Lisanna_> gchristensen: I could chat later today, I've got a busy day today so I have to stay in the office for awhile
<gchristensen> sounds good -- any time
rodgort has quit [(Quit: Leaving)]
<Lisanna_> thanks a ton :) I'd like to be able to start contributing a little to Nix/OS in general, I'm just working on bootstrapping myself through a bunch of useful project
scribble_ has quit [(Ping timeout: 248 seconds)]
<gchristensen> sure! dip a few toes in, maybe you'll jump all the way in sometime :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #28708: armagetronad: 0.2.8.3.3 -> 0.2.8.3.4 (master...update/armagetronad-0.2.8.3.4) https://git.io/v5cIM
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rushmorem opened pull request #28709: coredns: 005 -> 010 (master...coredns) https://git.io/v5cLm
NixOS_GitHub has left #nixos []
rodgort has joined #nixos
<Profpatsch> ARGH
<Profpatsch> How to set src = ./foobar
reinzelmann has quit [(Quit: Leaving)]
<gchristensen> I'm assuming there is more to that question
<Profpatsch> Without making the $³<=}[>}( stdenv builder complain that it doesn’t know how to unpawck
<Profpatsch> ./foobar.lua
<Profpatsch> So a simple single file.
<gchristensen> unpackCmd = ":"
<Profpatsch> wow
<gchristensen> (: is bash's noop)
<Profpatsch> Ah, I see.
freeman42y[m] has joined #nixos
<Profpatsch> bah, I still think there is a semantic layer missing between nix mkDerivation and everything being pasted into bash variables.
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
<Profpatsch> gchristensen: Joke’s on you, “unpacker appears to have produced no directories
<gchristensen> welp
<Profpatsch> such a simple thing.
<bennofs> Profpatsch: why do you need src at all
scribbler has joined #nixos
<Profpatsch> bennofs: patch phase and stuff
<gchristensen> might not need src for that
<Profpatsch> mkDerivation requires src or srcs set.
<gchristensen> nope :P
<bennofs> doesn't mkDerivation work with src = null ?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/v5ctJ
<NixOS_GitHub> nixpkgs/master 371a2ee Michael Raskin: obliv-c: 0.0pre20161001 -> 0.0pre20170827
NixOS_GitHub has left #nixos []
<gchristensen> try setting unpackPhase = '' cp ${./your/file} ./'';
<bennofs> maybe you need to set sourceRoot to something?
<disasm> Lisanna_: this worked for me to load them all in one command: for i in `nix-build --option extra-binary-caches http://hydra.nixos.org/`; do docker load -i $i; done
<Profpatsch> variable $src or $srcs should point to the source
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c closed pull request #28707: cvc3: Add gcc6 patch from Gentoo. (master...fix/cvc3) https://git.io/v5ckQ
NixOS_GitHub has left #nixos []
<Profpatsch> exit 1 of course. :)
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
scribbler has quit [(Ping timeout: 252 seconds)]
adam5 has joined #nixos
a6a3uh has joined #nixos
<adam5> I'm looking for some marketing assistance with this material: try http://loch.reallyhim.com for some jedi mind trick #proof, http://bereshit.reallyhim.com to end world hunger with the magic of virtual reality, and http://jerusalem.reallyhim.com to see pre-crime here and now. also last of not least of importance, technocracy, here http://gate.reallyhim.com and then maybe some... magical sign in the sky: http://threetag.reallyhim.com
Lisanna_ has quit [(Ping timeout: 260 seconds)]
zeus_ has quit [(Read error: Connection reset by peer)]
adam5 has left #nixos [requested by gchristensen (please no spam)]
<bennofs> just got kicked from #haskell before
zeus_ has joined #nixos
<disasm> wow, spamming freenode, surprised with the advent of social media that's profitable at all...
<Profpatsch> bennofs: That site is a treasure chest of timecube proportions though!
<gchristensen> it is cheap
tmaekawa has joined #nixos
MoreTea has joined #nixos
MoreTea has quit [(Client Quit)]
tmaekawa has quit [(Client Quit)]
ixxie has quit [(Quit: Lost terminal)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #28710: pies: 1.2 -> 1.3 (master...update/pies-1.3) https://git.io/v5cqv
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] danielfullmer opened pull request #28711: irrlicht: 1.8-svn-5104 -> 1.8.4 (master...irrlicht-1.8.4) https://git.io/v5cqr
NixOS_GitHub has left #nixos []
odi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/v5cmq
<NixOS_GitHub> nixpkgs/master cdff68e Joachim Fasting: electrum: 2.9.0 -> 2.9.3
<NixOS_GitHub> nixpkgs/master 5c73008 Joachim Fasting: mksh: 55 -> 56b
NixOS_GitHub has left #nixos []
jellowj has quit [(Ping timeout: 240 seconds)]
bfrog has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03 advanced to https://github.com/NixOS/nixpkgs/commit/56da88a298 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-17.03)
nix-gsc-io`bot has quit [(Client Quit)]
bkchr has quit [(Ping timeout: 240 seconds)]
ylwghst has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/v5cYL
<NixOS_GitHub> nixpkgs/master 4290444 Joachim Fasting: dnscrypt-wrapper: 0.2.2 -> 0.3
<NixOS_GitHub> nixpkgs/master f2d1abf Joachim Fasting: cppcheck: 1.79 -> 1.80
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
odi has quit [(Ping timeout: 260 seconds)]
tdc has quit [(Ping timeout: 252 seconds)]
justan0theruser has joined #nixos
freeman42y[m] has quit [(Ping timeout: 252 seconds)]
justanotheruser has quit [(Ping timeout: 260 seconds)]
justan0theruser has quit [(Client Quit)]
justanotheruser has joined #nixos
[0x4A6F] has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] nico202 opened pull request #28713: enchive: init at 3.3 (master...enchive) https://git.io/v5cYd
NixOS_GitHub has left #nixos []
deltasquared has joined #nixos
elastic_dog has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kampfschlaefer opened pull request #28714: jackmix: don't fail on deprecated definitions (master...fix_jackmix) https://git.io/v5cO6
NixOS_GitHub has left #nixos []
elastic_dog has joined #nixos
a6a3uh has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl pushed 1 new commit to master: https://git.io/v5c3K
<NixOS_GitHub> nixpkgs/master 3d41279 Lancelot SIX: qgis: 2.18.10 -> 2.18.12
NixOS_GitHub has left #nixos []
ylwghst has quit [(Ping timeout: 248 seconds)]
Ivanych has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/v5cGG
<NixOS_GitHub> nixpkgs/staging 8f713e8 Vladimír Čunát: wyrd: fixup by using older ncurses
NixOS_GitHub has left #nixos []
phinxy has joined #nixos
ison111 has quit [(Ping timeout: 252 seconds)]
<gchristensen> how cool would it be if you could connect to a rabbitmq server that sent down nixos-related events
<gchristensen> an immediate message when channels bumped, or PRs merged, hydra builds, etc. that sort of thing.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 4 new commits to staging: https://git.io/v5cZj
<NixOS_GitHub> nixpkgs/staging 92652b4 Daiderd Jordan: darwin-CF: use @rpath for library id and add an rpath entry for CF based on NIX_COREFOUNDATION_RPATH
<NixOS_GitHub> nixpkgs/staging cc1bfbd Daiderd Jordan: darwin-frameworks: use the system CF when frameworks are used...
<NixOS_GitHub> nixpkgs/staging 5a28fd6 Daiderd Jordan: darwin-frameworks: move fixup setup-hook
NixOS_GitHub has left #nixos []
<kragniz> gchristensen: like fedmsg?
<gchristensen> sure
<kragniz> the system fedora have is really nice
aanderse has joined #nixos
bfrog has joined #nixos
<aanderse> so if i wanted to hack on an options file for nixos is there a good tutorial on how to set that up on my machine? ie. i want to add a new option to my nixos, not a new package
<gchristensen> you can add it to your imports = [ ..here.. ] in your configuration.nix
Sonarpulse has quit [(Ping timeout: 255 seconds)]
<aanderse> and that will allow me to put stuff like my.option.value = "something"; in configuration.nix?
ertes has joined #nixos
_ris has joined #nixos
ris has quit [(Ping timeout: 264 seconds)]
pxc has joined #nixos
<gchristensen> yep
<aanderse> great, thank you
amosbird has quit [(Ping timeout: 264 seconds)]
amosbird has joined #nixos
jellowj has quit [(Ping timeout: 248 seconds)]
python476 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28714: jackmix: don't fail on deprecated definitions (master...fix_jackmix) https://git.io/v5cO6
NixOS_GitHub has left #nixos []
freeman42y[m] has joined #nixos
jellowj has joined #nixos
deltasquared has quit [(Ping timeout: 246 seconds)]
<Mic92> clever: when somebody asks the next time how to install nix without root: https://nixos.wiki/wiki/Nix_Package_Manager#Install_Nix_without_root_permissions
<gchristensen> nice!
<catern> oh yeah
<catern> fedmsg is cool
<gchristensen> kragniz: can you link me to info about what fedora has?
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
a6a3uh has joined #nixos
<gchristensen> whoa
remexre has joined #nixos
civodul has joined #nixos
<Infinisil> Is r-raymond on github here by any chance?
<remexre> Hi, I'm having a hash mismatch installing named.root
scribbler has joined #nixos
<remexre> output path ‘/home/ugrad00/ringo025/.nix/store/1hxvqbg619fn5ijn5pgdvk5iqkq5cf3h-named.root’ has sha256 hash ‘01n4bqf95kbvig1hahqzmmdkpn4v7mzfc1p944gq922i5j3fjr92’ when ‘1zf3ydn44z70gq1kd95lvk9cp68xlbl8vqpswqlhd30qafx6v6d1’ was expected
<kragniz> gchristensen: docs for deploying/configuring it are here http://www.fedmsg.com/en/latest/
<remexre> after downloading http://www.internic.net/domain/named.root
bfrog has quit [(Ping timeout: 240 seconds)]
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
joelpet has quit [(Remote host closed the connection)]
Filystyn has quit [(Quit: Konversation terminated!)]
Filystyn has joined #nixos
joelpet has joined #nixos
joelpet has quit [(Changing host)]
joelpet has joined #nixos
Filystyn has quit [(Client Quit)]
<dtzWill> remexre: can confirm the changed hash, not sure what's up
goibhniu has joined #nixos
<dtzWill> fwiw, repro by running: nix-prefetch-url https://www.internic.net/domain/named.root
<remexre> Did one of the root DNS servers change hands or something? Or get a new IP? Because that'd definitely change the hash
<dtzWill> no clue! unfortunate that we use a URL that changes over time as a source
<dtzWill> i guess unless it's unavoidable but :(
alx741_ has joined #nixos
<maurer> I mean, we should have the old version on some machine yeah
<maurer> so we can diff it?
<maurer> (it's not on my machine)
<dtzWill> lmao
<maurer> In any case, detecting you're being served a different named.root seems like exactly the reason we want url fetches to be hashed >_>
<dtzWill> "12,13c12,13
<dtzWill> < ; last update: August 29, 2017
<dtzWill> < ; related version of root zone: 2017082901
<dtzWill> ---
<dtzWill> > ; last update: July 26, 2017
<dtzWill> > ; related version of root zone: 2017072601
<dtzWill> "
<maurer> B|||||||
<maurer> dangit
<dtzWill> eep i thought it was fewer lines, but I was too busy rofl'ing
alx741 has quit [(Ping timeout: 276 seconds)]
thblt has quit [(Ping timeout: 240 seconds)]
jellowj has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
aswanson has joined #nixos
ktf_ has joined #nixos
<aswanson> whats the best practice for building a python application that only works for a given version of python?
<ktf_> hi, any recommendation about running nixos on EC2?
<JosW> Is there a specific way to change programme configuraiton settings?
<dash> aswanson: build it with that version
<aswanson> dash: I'
<disasm> aswanson: nixpkgs has multiple python versions available to specify in your nix file.
freeman42x has joined #nixos
freeman42x has quit [(Read error: Connection reset by peer)]
<aswanson> dash: I've added a nix expression to build the package under nixpkgs/pkgs/top-level/python-packages.nix, what is the syntax to specify the python interpreter?
<aswanson> because all I've seen is a generic 'buildPythonPackage' function
<dash> you'd use python27Packages.buildPythonApplication or such
<aswanson> I see. I'll give that a shot
jellowj has quit [(Ping timeout: 240 seconds)]
justan0theruser has joined #nixos
justanotheruser has quit [(Ping timeout: 255 seconds)]
colescott has joined #nixos
vaibhavsagar has quit [(Remote host closed the connection)]
justan0theruser has quit [(Client Quit)]
jellowj has joined #nixos
justanotheruser has joined #nixos
<colescott> Does anyone here have any experience building binutils?
<colescott> I have a package that broke about a month ago: https://hydra.nixos.org/build/59001096 arm-frc-linux-gnueabi-binutils
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28711: irrlicht: 1.8-svn-5104 -> 1.8.4 (master...irrlicht-1.8.4) https://git.io/v5cqr
NixOS_GitHub has left #nixos []
bfrog has joined #nixos
simukis has quit [(Ping timeout: 248 seconds)]
JosW has quit [(Quit: Konversation terminated!)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28715: shallot: init at 0.0.3 (master...shallot) https://git.io/v5cue
NixOS_GitHub has left #nixos []
mizu_no_oto has joined #nixos
hiratara has quit [(Ping timeout: 246 seconds)]
<colescott> Is there a way to check if a dependency change caused a hydra build to start failing?
hiratara has joined #nixos
Eisfreak7 has joined #nixos
<Eisfreak7> Does anybody know how I can get firejail to work with the new security.wrappers setting?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28716: atom: 1.19.3 -> 1.19.4 (master...atom_1_19_4) https://git.io/v5cud
NixOS_GitHub has left #nixos []
ona has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28717: zsh: 5.4.1 -> 5.4.2 (master...zsh_5_4_2) https://git.io/v5cze
NixOS_GitHub has left #nixos []
kiloreux has quit [(Ping timeout: 264 seconds)]
<elvishjerricco> What's the best way to work on Nix expressions for a fork of GHC? The main problem I'm having is that you can't just change one of the GHC derivations with `src = fetchgit { <myfork> };` because GHC uses relative paths for submodules, so `git.haskell.org` has to be a remote. I guess I could just change `fetchgit` to allow you to add more remotes?
a6a3uh has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
joelpet has quit [(Remote host closed the connection)]
gnuhurd has joined #nixos
Eisfreak7 has quit [(Quit: WeeChat 1.9)]
Eisfreak7 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28710: pies: 1.2 -> 1.3 (master...update/pies-1.3) https://git.io/v5cqv
NixOS_GitHub has left #nixos []
bennofs has quit [(Ping timeout: 252 seconds)]
bfrog has quit [(Ping timeout: 255 seconds)]
jellowj has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
joelpet has joined #nixos
ktf_ has quit [(Ping timeout: 255 seconds)]
ison111 has joined #nixos
a6a3uh has joined #nixos
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
aswanson has quit [(Quit: WeeChat 1.9)]
anelson has quit [(Remote host closed the connection)]
jellowj has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5cVR
<NixOS_GitHub> nixpkgs/master 438a5c7 Will Dietz: armagetronad: 0.2.8.3.3 -> 0.2.8.3.4
<NixOS_GitHub> nixpkgs/master 5a737b0 Jörg Thalheim: Merge pull request #28708 from dtzWill/update/armagetronad-0.2.8.3.4...
NixOS_GitHub has left #nixos []
dywedir has joined #nixos
dbmikus has quit [(Quit: WeeChat 1.9)]
<mpickering> gchristensen: Yes, he is using nix and I am using nixos
ktf_ has joined #nixos
<viaken> Are optional dependencies just not handled?
<Infinisil> viaken: you can have packages with optional dependencies
darlan has joined #nixos
<Infinisil> viaken: An example would be the ffmpeg package
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] cobbal opened pull request #28719: kupfer: init at 319 (master...kupfer) https://git.io/v5crD
NixOS_GitHub has left #nixos []
ktf_ has quit [(Ping timeout: 255 seconds)]
* viaken takes a peek
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28689: update massif-visualizer, kgraphviewer (master...update/kgraphviewer-massif) https://git.io/v5n69
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to master: https://git.io/v5coU
<NixOS_GitHub> nixpkgs/master 82f835d =: enchive: init at 3.3
<NixOS_GitHub> nixpkgs/master 24d113a Franz Pletz: Merge pull request #28713 from nico202/enchive...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] grahamc opened pull request #1540: 1.11: Replace stat / uid comparison with test -O (1.11-maintenance...test-o) https://git.io/v5coE
NixOS_GitHub has left #nixos []
sary has joined #nixos
ison111 has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/v5coD
<NixOS_GitHub> nixpkgs/master 5172dfd Piotr Bogdan: swc: remove setuid from install script
NixOS_GitHub has left #nixos []
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
darlan has quit [(Quit: Communi 3.5.0 - http://communi.github.com)]
<Infinisil> Hmm, using `pkgs.fetchFromGitHub` in `imports = ...` seems to give me infinite recursion
<Infinisil> No idea why that's the case though
<copumpkin> paste?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28662: mxu11x0: 1.3.11 -> 1.3.11+git2017-07-13 (master...mxu11x0_1_3_11) https://git.io/v5Zcx
NixOS_GitHub has left #nixos []
<Infinisil> copumpkin: Hold on, I might know what the problem it
goibhniu has quit [(Ping timeout: 248 seconds)]
<Infinisil> is*
<copumpkin> did you parenthesize the call to fetchFromGitHub? :D
<Infinisil> yes, but I also used `import`, but `imports` uses file paths, not expressions
<Infinisil> :P
<copumpkin> imports can use expressions too
<copumpkin> with slightly different behavior alas
digitus has quit [(Quit: digitus)]
<Infinisil> Hmm, yeah, just noticed it's occuring too without import..
<Infinisil> And here is the imported one: https://github.com/Infinisil/nixos-mailserver
<copumpkin> and the issue definitely isn't in the nixos-mailserver module on its own?
<copumpkin> I mean, if you clone it locally and point to the local path instead of fetchFromGitHub
<Infinisil> Could be
<Infinisil> Actually it works if i clone it
<Infinisil> so probably not
<Infinisil> that is, `imports = [ path/to/the/clone ]` works
<Infinisil> I'll try `builtins.fetchTarball`
<Ankhers> gchristensen: pm?
<gchristensen> yes!
<copumpkin> yeah, now that I think about it, it probably needs to evaluate the module closure to decide what pkgs to pass in
<copumpkin> it's kind of incestuous
<copumpkin> you could just use (import <nixpkgs> {}).fetchFromGitHub
<copumpkin> I'd imagine that'll have no issue
<Infinisil> Yeah that should work
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28697: polygraph: 4.3.2 -> 4.11.0 (master...polygraph-update) https://git.io/v5njy
NixOS_GitHub has left #nixos []
<Infinisil> Right, pkgs depends on the overlays used, which is defined in nixpkgs.overlays
<Infinisil> and some other things like nix.package
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kampfschlaefer closed pull request #12940: Firewall: Add support for arbitrary rules for input, output and forward (master...feature/improve_firewalling) https://git.io/vgKFp
NixOS_GitHub has left #nixos []
<viaken> I have somehow broken my nix-build. It keeps using the sources for the last package I was working on, rather than the package I'm trying to build. nix-build ~/my-nixpkgs -A newpackage
<viaken> Can someone explain to me what I broke? :)
erasmas has quit [(Quit: leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/v5c6a
<NixOS_GitHub> nixpkgs/master 322d0c5 Pascal Bach: auto-upgrade: add proxy support...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to master: https://git.io/v5c66
<NixOS_GitHub> nixpkgs/master 41aaeef Tim Steinbach: shallot: init at 0.0.3
<NixOS_GitHub> nixpkgs/master 4c82835 Franz Pletz: Merge pull request #28715 from NeQuissimus/shallot...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28703: ponyc: 0.18.0 -> 0.18.1 (master...ponyc) https://git.io/v5cUz
NixOS_GitHub has left #nixos []
markus1189 has joined #nixos
markus1199 has quit [(Ping timeout: 252 seconds)]
Rotaerk has joined #nixos
ison111 has joined #nixos
ona has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28652: sch_cake: 2017-01-28 -> 2017-07-16 (master...sch_cake_2017_07_16) https://git.io/v5Zky
NixOS_GitHub has left #nixos []
ona has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28638: libipfix: init at 110209 (master...libipfix) https://git.io/v5Gah
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/v5ciF
<NixOS_GitHub> nixpkgs/master 5cf4562 Steven Conaway: plex: 1.5.7.4016 -> 1.7.5.4035 (#28514)
NixOS_GitHub has left #nixos []
Neo-- has joined #nixos
<copumpkin> can anyone help me interpret this regex to make sure I get an equivalent one that isn't GNU-specific? `builtins.match "^((|\..*)\.sw[a-z]|.*~)$"`
<gchristensen> can you provide info on what you're matching / not matching?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28511: mitmproxy: fix dependency requirement (master...mitmproxy) https://git.io/v5LL2
NixOS_GitHub has left #nixos []
<gchristensen> ok so ignore " # - VIM/Emacs swap/backup files ('.swp', '.swo', '.foo.swp', 'foo~', ...)"
taktoa has quit [(Remote host closed the connection)]
<copumpkin> for context, the issue is that I want it to be a bit more regex-neutral
bfrog has joined #nixos
<copumpkin> that regex breaks on macOS and will probably break in 1.12
Arcaelyx_ has joined #nixos
<gchristensen> makes sense
<hexa-> is there currently a way to put extra ip addresses on lo? setting network.interfaces.lo.ip{4,6} isn't working :/
<Ankhers> Is that everything? Doesn't end with .swp .swo or ~?
<copumpkin> the biggest point of confusion for me is just that pipe in the parentheses
<copumpkin> does that mean nothing or the thing after it?
<copumpkin> and the parentheses are grouping it but not naming the group?
<gchristensen> I'd test if it matches "(.sw[op]|~)$" and negate the check
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28490: Make sure file mode of /dev/pts/ptmx is 0666 (master...ptmx) https://git.io/v5k5R
NixOS_GitHub has left #nixos []
<gchristensen> hmm not quite right
<Ankhers> I thought my emacs backups had a # in them.
<copumpkin> I suppose I could replace the entire thing with lib.cleanSource
<Infinisil> yeah same
<gchristensen> those are symlinks annd they're locks I think
bfrog has quit [(Ping timeout: 252 seconds)]
<Ankhers> You are correct. It is a symlink.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #28680: kiwix: use default gcc (master...pkg/kiwix-default) https://git.io/v5nTK
NixOS_GitHub has left #nixos []
<gchristensen> yeah, that is a lock
viric has quit [(Read error: Connection reset by peer)]
viric has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to staging: https://git.io/v5cXU
<NixOS_GitHub> nixpkgs/staging b64f149 Jan Tojnar: gnome-disk-utility: fix missing schemas for gnome-disk-image-mounter...
<NixOS_GitHub> nixpkgs/staging 06f9f93 Franz Pletz: Merge pull request #28683 from jtojnar/fix-gnome-disk-utility...
NixOS_GitHub has left #nixos []
<copumpkin> on Darwin
<copumpkin> > builtins.match "^result(|-.*)$" "foo"
<copumpkin> error: compiling pattern ‘^result(|-.*)$’: empty (sub)expression
python476 has quit [(Ping timeout: 248 seconds)]
<gchristensen> eh? that isn't what I sentt
c0ffee152 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to master: https://git.io/v5cXY
<NixOS_GitHub> nixpkgs/master 680538d Jan Tojnar: pidgin: remove unnecessary dependency...
<NixOS_GitHub> nixpkgs/master 114f3c7 Jan Tojnar: farsight2: remove...
<NixOS_GitHub> nixpkgs/master da98897 Franz Pletz: Merge pull request #28696 from jtojnar/rm-farsight...
NixOS_GitHub has left #nixos []
amir has quit [(Ping timeout: 276 seconds)]
<gchristensen> hmm it doesn't work though, still
<copumpkin> gchristensen: I just picked out the symlink regex you gave me
<gchristensen> oh you only asked about the swp one :D
<copumpkin> oh sorry
<copumpkin> :D
<copumpkin> lib.cleanSource seems fine
<copumpkin> it's not quite as exhaustive
<copumpkin> but there's no reason for it to deviate from this
<Infinisil> copumpkin: PR?
dgonyeo has quit [(Read error: Connection reset by peer)]
smola_ has quit [(Read error: Connection reset by peer)]
<copumpkin> yeah I'll do that
<gchristensen> I agree
<gchristensen> builtins.match "^.*(.sw[a-z])$" "foo.swp" works for swp
<copumpkin> so if someone wants to figure out a magic cross-platform regex that works for cleanSource
smola_ has joined #nixos
<copumpkin> let's add that :D
ekleog has quit [(Remote host closed the connection)]
sigmundv has joined #nixos
amir has joined #nixos
rjsalts has quit [(Ping timeout: 276 seconds)]
ekleog_ has joined #nixos