rustpython: init at unstable-2021-12-09

This commit is contained in:
Pavol Rusnak
2021-12-14 18:53:25 +01:00
parent 19057428f9
commit dbf7134d29
3 changed files with 49 additions and 1 deletions
@@ -285,4 +285,8 @@ in {
inherit passthruFun;
};
rustpython = callPackage ./rustpython/default.nix {
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
};
})