feat: kernel modules as system extensions

This commit is contained in:
Lars Sjöström 2025-03-19 15:03:15 +01:00
parent c748e17279
commit 4166b4c1fb
No known key found for this signature in database
5 changed files with 40 additions and 11 deletions

View file

@ -17,7 +17,7 @@
let
pkgs = import nixpkgs { inherit system; };
patosPkgs = self.packages.${system};
version = "0.0.1";
version = "0.0.3";
updateUrl = "http://10.0.2.2:8000/";
in
{