yvan, to random
@yvan@functional.cafe avatar

I decided to apply to the / Constitutional Assembly (https://discourse.nixos.org/t/nix-constitutional-assembly-applications-open/45186), you can find my draft application here (https://cryptpad.fr/code/#/2/code/view/cWXOmBcugeXlh7vIbU01DSMimL1sS0bb6PJKINslSHU/embed/present/). Feedbacks are welcomed, feel also free to ping me if you want to be added to the list of vouchers :) or want the link to the unredacted version of the document!

governa, to NixOS
@governa@fosstodon.org avatar
boilingsteam, (edited ) to linux
@boilingsteam@mastodon.cloud avatar

Ubuntu 24.04 is out for a few weeks now. How do you feel about it?
#linux #distro #ubuntu #release #feelings

kravemir,
@kravemir@hometech.social avatar

@boilingsteam there's no going back from #NixOS.

However, the upgrade of my wife's laptop, running on the previous LTS version of Ubuntu, awaits.

bitprophet, to NixOS
@bitprophet@social.coop avatar

ME: hm I should make one (1) change to my programmable keyboard.

30 MINUTES LATER: well, my random weird devicemapper issue went away after uninstalling/reinstalling docker and rebooting a few times, but now docker seems to require root, when it didn't before? wtf

Computers may have been a mistake. (Also, it's amazing how far my desire to tinker with my setup has plummeted now that the community is splintering.)

onepict, to NixOS
@onepict@chaos.social avatar

You have one more day before applications close for by @nixos_org and @NGIZero

If you're curious about Nix this is a paid opportunity.

https://mastodon.xyz/@NGIZero/112405596653573569

onepict,
@onepict@chaos.social avatar

@nixos_org @NGIZero

My project @librecast benefited from last years when we applied through @review

We are still benefiting now as our package maintainers agreed to keep packaging us.

https://github.com/NixOS/nixpkgs/pull/310197

So if you are curious about how to package for perhaps there is also a project you'd love to contribute to and have in Nix. This is your chance to learn and work with other folks.

squirrelroad, to NixOS
@squirrelroad@mas.to avatar

why is there https://lix.systems and https://aux.computer ?
Why not just merge them together ? #nix #nixos

zperk13, to NixOS
@zperk13@mastodon.sdf.org avatar

Trying out

I am getting very annoyed with the way it just imports everything

There's a reason we don't do "using namespace" or "use library::*" or "from library import *".

Ok I see a function here. Is it built in or imported? I have no idea.

Or if you somehow know it's not builtin, ok, but which of the 20 imported things is it from?

tootbrute, to NixOS
@tootbrute@fedi.arkadi.one avatar

ugh i don't want to use github to keep track of my configs but that seems to be the way most do it.

what are other ways?
how to keep 2 laptops in sync or sometimes sync them up (configuration.nix file etc)

xenya52, to NixOS German
@xenya52@chaos.social avatar

Für mich persönlich ist schwer verständlich…

nobodyinperson, to NixOS
@nobodyinperson@fosstodon.org avatar

Nice, I managed to package this little utility 'highlight-pointer' for :nixos: #NixOS, which is very helpful during screencasts.

It was very easy to do having already made an :archlinux: #ArchLinux PKGBUILD.

https://gitlab.com/nobodyinperson/nixconfig/-/blob/main/pkgs/highlight-pointer.nix?ref_type=heads

jbzfn, to NixOS
@jbzfn@mastodon.social avatar

:owi: Lix, a community run fork of CppNix and an implementation of the Nix language
@lix_project

「 Lix is developed by a diverse group of users – and accordingly is committed to providing a space that’s safe for users and developers typically underrepresented in technical projects. We take moderation seriously, and are committed to preventing bad actors from driving out marginalized groups 」

https://lix.systems/

#lix #nix #nixos #opensource

w96k, to NixOS
@w96k@fosstodon.org avatar

Nix original creator Eelco Dolstra has stepped down from Nixos foundation:

https://discourse.nixos.org/t/nixos-foundation-board-giving-power-to-the-community/44552

aeva, to NixOS
@aeva@mastodon.gamedev.place avatar

I don't actually have time today to work on any side projects, but I thought I'd run through the basic setup steps for MonoGame aaaand

./bin/Debug/net6.0/MyGame
bash: ./bin/Debug/net6.0/MyGame: cannot execute: required file not found

... which required file ._. ???

I think this sort of thing means it tried to dynamically link something and failed. I run into this whenever I try to run loose builds of Linux games on , but idk what to do about it.

docRekd,

@aeva have you tried steam-run? Is the sandbox uses to run

aeva,
@aeva@mastodon.gamedev.place avatar
aeva,
@aeva@mastodon.gamedev.place avatar

I've made some progress on getting running on the hell distro! The surprise exit-without-error was a segfault (thanks strace!), which apparently was because cleverly hid away udev, which is famously an optional component in all modern Linux distros. Now with that fixed, it simply cannot OpenGL:

"Unhandled exception. Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Failed to create graphics device!"

(fails somewhere in MonoGame.OpenGL.GL.LoadExtensions)

nobodyinperson, to python
@nobodyinperson@fosstodon.org avatar

I think I have finally™️ (for the third or so time) found myself a solution for :python: #Python development on :nixos: #NixOS that allows me to just work with #pythonPoetry et. al. as on other distros.

The solution is to pre-build an FHSUserEnv in your configuration.nix, e.g. like this¹.

When starting Python dev work, I now execute fhs (it's fast!), or directly fhs -c 'poetry shell' and everything works as expected, including #PyPI wheels etc.

¹https://gitlab.com/nobodyinperson/nixconfig/-/blob/main/fhs.nix?ref_type=heads

cc @publicvoit

sandro, to NixOS
@sandro@c3d2.social avatar

If you are testing all the experimental features, you also need to create PRs from time to time.
https://github.com/NixOS/hydra/pull/1377 fixes .doi resolution in hydra on the latest version.

#NixOS

baer, to NixOS

can someone help me with what i should expect from the
services.xserver.virtualScreen option.
From the source code I gather that it just appends

"Virtual ${toString cfg.virtualScreen.x} ${toString cfg.virtualScreen.y}"}

to the monitor section
but what does that do? I don't know enough about x11 and the docs are not really helping me...
thanks

koalalorenzo, to NixOS
@koalalorenzo@mastodon.social avatar

Today I learned: -infect, to transform a vm from another distribution into , mostly for cloud providers that don't offer this option! (Including and ). I am going to use it! :)

https://github.com/elitak/nixos-infect

dedsyn4ps3, to windows
@dedsyn4ps3@fosstodon.org avatar

The newest project is finally ready for its public debut! Inspired by a tool on for XFCE desktops, Nix-Incognito was developed to provide a similar mechanism for masking a user's GNOME desktop to better blend in with surrounding PC's during engagements!

Although it's meant for use on systems, it can easily be compiled and ran on any device running . Support for other DE's is in the works! 🙌 🤘 😎

https://github.com/dedSyn4ps3/nix-incognito

janov911, to NixOS Dutch
@janov911@fosstodon.org avatar

I absolutely love the fact that a rollback takes me from 0 to a fully functional and completely configured machine in less than 20 minutes. It is still unbelievable after all this time

tcurdt, to NixOS
@tcurdt@mastodon.social avatar

After using NixOS, the whole container ecosystem feels like holding it wrong.

I can no longer un-see it 🫣
I am doomed.

yvan, to NixOS
@yvan@functional.cafe avatar

We're bootstrapping a recurring / meetup in on Monday, March 11. Hope to see you there! https://brunix.glitch.me

yvan, (edited )
@yvan@functional.cafe avatar

And a 3rd one, Monday 13th of May, at BeCentral this time! There will be again pizzas 🍕 paid by the foundation (with Vegan options), and I will bring my X230 (on which I installed last weekend) for a little demo :D

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • InstantRegret
  • magazineikmin
  • hgfsjryuu7
  • Durango
  • Youngstown
  • slotface
  • everett
  • ngwrru68w68
  • rosin
  • kavyap
  • mdbf
  • PowerRangers
  • DreamBathrooms
  • anitta
  • osvaldo12
  • thenastyranch
  • vwfavf
  • khanakhh
  • tacticalgear
  • cisconetworking
  • modclub
  • GTA5RPClips
  • ethstaker
  • cubers
  • normalnudes
  • tester
  • provamag3
  • All magazines