framework-2024-10-09-14-53-27

This commit is contained in:
Alexander Szczepanski
2024-10-09 14:53:27 +02:00
parent 7e5f38ecfb
commit c3b62ed759
3 changed files with 61 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
psensor = pkgs.callPackage ./psensor { };
}