Formatted

This commit is contained in:
2025-08-08 13:26:21 +03:00
parent 43e1f62a79
commit a98e77d41a
28 changed files with 381 additions and 325 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
#Music production nix
musnix = { url = "github:musnix/musnix"; };
musnix = {url = "github:musnix/musnix";};
azos-core = {
url = "git+file:./azos-core";
@@ -62,6 +62,6 @@
};
#TODO this is probably unsupported
shells = forAllSystems (system: ((import ./shells) { pkgs= nixpkgs.legacyPackages.${system} // outputs.packages.${system} // outputs.azos-packages.${system};}));
shells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system} // outputs.packages.${system} // outputs.azos-packages.${system};}));
};
}