makefu changed the topic of #nixos-wiki to: Welcome to the *unofficial* nixos wiki | https://nixos.wiki | chat logs: https://logs.nix.samueldr.com/nixos-wiki/
Reaktor|krebs has quit [Remote host closed the connection]
Reaktor|krebs has joined #nixos-wiki
markus1199 has joined #nixos-wiki
markus1189 has quit [Ping timeout: 256 seconds]
jtojnar has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-wiki
jtojnar has joined #nixos-wiki
infinisil has quit [*.net *.split]
joepie91 has quit [*.net *.split]
joepie91 has joined #nixos-wiki
joepie91 has joined #nixos-wiki
infinisil has joined #nixos-wiki
templis has quit [Ping timeout: 276 seconds]
templis has joined #nixos-wiki
Reaktor|krebs has quit [Remote host closed the connection]
Reaktor|krebs has joined #nixos-wiki
jtojnar_ has joined #nixos-wiki
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-wiki
jtojnar_ has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 246 seconds]
<nixoswikibot> [[Special:Log/newusers]] create  * Armael * New user account
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-wiki
<nixoswikibot> [[Install NixOS on Online.Net]] ! https://nixos.wiki/index.php?diff=2080&oldid=1823&rcid=2100 * Armael * (+472) 
jtojnar_ has joined #nixos-wiki
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-wiki
jtojnar_ has quit [Ping timeout: 260 seconds]
jtojnar_ has joined #nixos-wiki
jtojnar has quit [Ping timeout: 276 seconds]
jtojnar_ is now known as jtojnar
mog- has joined #nixos-wiki
mog has quit [Ping timeout: 264 seconds]
mog- is now known as mog
jtojnar has quit [Remote host closed the connection]
<nixoswikibot> [[Coq]] ! https://nixos.wiki/index.php?diff=2081&oldid=2009&rcid=2101 * Vbgl * (+794) proofgeneral
<makefu> ^ at first i thought it is spam :D
orivej has joined #nixos-wiki
<Mic92> dirty mind
<makefu> also the proofgeneral text itself :D
the_real_plumps has quit [Remote host closed the connection]
the_real_plumps has joined #nixos-wiki
the_real_plumps has quit [Remote host closed the connection]
the_real_plumps has joined #nixos-wiki
<nixoswikibot> [[User:Fpletz]] !N https://nixos.wiki/index.php?oldid=2082&rcid=2102 * Fpletz * (+63) Created page with " * Github: https://github.com/fpletz * IRC: fpletz on Freenode"
<nixoswikibot> [[User:Mic92]] https://nixos.wiki/index.php?diff=2083&oldid=256&rcid=2103 * Mic92 * (+25) 
orivej has quit [Ping timeout: 264 seconds]
ixxie has joined #nixos-wiki
ixxie has quit [Ping timeout: 240 seconds]
lexfine has joined #nixos-wiki
<lexfine> hello
<lexfine> sorry for bothering you (again)
<lexfine> just want to refresh my memory...
<lexfine> could some one briefly remind me of the fastest and easiest way to run \ install ubuntu package in nixOs? afaik available options 1) patchelf 2)FHS env 3) docker 4) VM
<lexfine> *GUI package
ixxie has joined #nixos-wiki
<makefu> Mic92: ^
ixxie has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos-wiki
<Mic92> lexfine: what package?
<Mic92> vm is the safest, patchelf is the best.
<lexfine> Well, I don't have a CONCRETE package right now. (just discovered that vscode, sublime, teamviewer avaible in NixOS via nix-env, despite I didn't saw them at https://nixos.org/nixos/packages.html)
<lexfine> https://www.rescuetime.com - does provide ubuntu package, that I want to have
<lexfine> (nixpkgs do have expression for it, but it can't be built beacause of hash missmatch)
<makefu> lexfine: you can update the hashes :)
<lexfine> yes...
<lexfine> just want to know your rich best practice for quikest and easist way to run proprietary ubuntu GUI apps.... I though about docker might solve my frustration
<makefu> for packaging real binary packages https://nixos.wiki/wiki/Packaging/Binaries
<Mic92> lexfine: non-free packages are not listed, a little bit sad.
<lexfine> yeah, I'm aware of this article, this just seems to me like a long and complex way, not easy and quick one liner.
<lexfine> I guess even docker way might be quicker and easier than this guide. Basically two commands 1) install docker 2) run app in correct ubuntu container with one liner
<makefu> lexfine: problem is that packaging binaries is normally not `quick and easy`
<makefu> with patchelf this would be a oneliner
<makefu> patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath /nix/store/snc31f0alikhh3a835riyqhbsjm29vki-gcc-6.4.0-lib/lib:/nix/store/hkz61zw50xmapvy0an01d4gyfn1y2csj-zlib-1.2.11/lib <tool>
<makefu> of course this will break with each update
<makefu> (or gc that is)
<lexfine> nah, this one liner still don't resolve dependecies of deb package
<Mic92> lexfine: you could also use docker but share most namespaces with the host except the filesystems
<Mic92> so basically a chroot
ixxie has quit [Ping timeout: 260 seconds]
<makefu> lexfine: docker will work, i also did this (in german i called it `wegdockern`)
<Mic92> makefu: we wegdockern.org?
orivej has joined #nixos-wiki
<lexfine> Mic92 makefu you guys, may contribute to the wiki, your docker one liners to run commercial ubuntu GUI packages . or if you won't be fast enough, I will contrubute such docker recipes and use cases by myself, someday, after successfull testing.
<Mic92> lexfine: I am not sure what contributing to the wiki would look like. I am docker is pretty much the same on every platform. That's the point of it right?
<lexfine> I would like to see some helpful oneliner like : dosomedockercommand_withsharednamespaces_and_passthruXorgUI an_commercial_proprietary_package_to_installandrun.deb
<cransom> if anything, i'd say thats more applicable to a docker documentation rather than nixos.
<samueldr> maybe an example of how to integrate such a command within a shell.nix file for easier invocations or something like that?
<lexfine> for be bash oneliner (alias \ function) will be sufficient, where as argument input I could use an_commercial_proprietary_package_to_installandrun.deb from my filesystem. I want it to just work) GUI + graphic hardware acceleration will be appreciated. I haven't used Docker for years, so don't know how to implement that. I don't know what shell.nix for, and due my fear of nix, I would like to avoid any nix-expressions , e.g. fo
<lexfine> *for me bash
<Mic92> lexfine: I usually refer to https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc for docker oneliner
<Mic92> there you will find stuff like how to forward sound + x11
<lexfine> thnx
lexfine has quit [Quit: Page closed]
jtojnar has joined #nixos-wiki
<makefu> when following https://nixos.wiki/wiki/Install_NixOS_on_Scaleway_X86_Virtual_Cloud_Server with the kexec tarball i get 'Nothing has been loaded!' . anybody had a similar issue? https://paste.krebsco.de/4EPCcuHy
<makefu> wow reading helps ... " At the time of writing of this guide the Ubuntu Xenial did not have a kexec enabled kernel and will therefore not work!"
<makefu> everything was already in the wiki ... the whole time!
orivej has quit [Ping timeout: 240 seconds]