feat: add repo-rs
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-08-09 22:23:32 +02:00
parent 751fc153d2
commit 25c7b6bf0d
No known key found for this signature in database
7 changed files with 28 additions and 4 deletions

View file

@ -33,7 +33,7 @@
formatter = treefmtEval.config.build.wrapper;
packages = import ./pkgs { inherit pkgs; } // {
packages = import ./pkgs { inherit pkgs inputs; } // {
installer-iso = inputs.self.nixosConfigurations.installer.config.system.build.isoImage;
};
}