ruhr.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Mastodon-Gemeinschaft rund um das Ruhrgebiet und die Menschen dort. Diese Instanz wird ehrenamtlich von Enthusiasten moderiert und technisch betreut.

Verwaltet von:

Serverstatistik:

1,5 Tsd.
aktive Profile

#nix

20 Beiträge17 Beteiligte0 Beiträge heute

I have to say, my automatic dependency scanner [1] for #nix packages is already working better than expected!

So far i found unused dependencies in git [2], gst-plugins-bad [3], [4], linux-pam [5], networkmanager [6] and vlc [7]. And i don't plan on stopping! All these unused dependencies cause unnecessary strain on our CI and are trivial to clean up. Some of these dependencies are even old enough to drink!

I will give a talk about the tool at @cccda this Monday in the hopes of getting more people excited for this cleanup work, and to get ideas about improving the tool.

[1] github.com/LordGrimmauld/nix-c

[2] github.com/NixOS/nixpkgs/pull/
[3] github.com/NixOS/nixpkgs/pull/
[4] github.com/NixOS/nixpkgs/pull/
[5] github.com/NixOS/nixpkgs/pull/
[6] github.com/NixOS/nixpkgs/pull/
[7] github.com/NixOS/nixpkgs/pull/

scan nix packages for unused buildInputs. Contribute to LordGrimmauld/nix-check-deps development by creating an account on GitHub.
GitHubGitHub - LordGrimmauld/nix-check-deps: scan nix packages for unused buildInputsscan nix packages for unused buildInputs. Contribute to LordGrimmauld/nix-check-deps development by creating an account on GitHub.

An example of a multi-language pipeline defined using my latest #RStats packages, {rixpress}: github.com/b-rodrigues/rixpres

you can define intermediary steps in either R or #Python and transfer data between the two languages seamlessly

the bulid process is executed by #Nix !

Contribute to b-rodrigues/rixpress_demos development by creating an account on GitHub.
GitHubrixpress_demos/python_r at master · b-rodrigues/rixpress_demosContribute to b-rodrigues/rixpress_demos development by creating an account on GitHub.
Antwortete im Thread

@mahmoudajawad @codemonkeymike My apologies, I didn’t see your comment!

I’ve got a Surface Pro 6 that I tested out the surface kernel on with #NixOS. Like I had mentioned in an earlier comment, I highly recommend building your new NixOS configuration that includes the surface kernel on a more powerful desktop and allowing the awesome remote deployment feature of #nix to deploy it to the Surface…

dear internet, i have a nixos with an efi-only partition and i want to do luks unlock via ssh from inside initrd. when setting network settings into `boot.initrd.network` and ssh config (with host keys in /boot/efi) into `boot.initrd.network.ssh`, i do not get any action in stage 1 attempting to either bring up the network nor launch SSH. i get the normal systemd-udev prompt for the luks passphrase. any ideas?
#nixos #nix