mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
commit
0ba0031586
@ -18,6 +18,7 @@
|
||||
kalker = final.rustPlatform.buildRustPackage {
|
||||
pname = "kalker";
|
||||
version = "unstable";
|
||||
description = "A CLI calculator";
|
||||
|
||||
src = self;
|
||||
|
||||
@ -54,5 +55,10 @@
|
||||
});
|
||||
|
||||
defaultApp = forAllSystems (system: self.apps.${system}.kalker);
|
||||
|
||||
devShell = forAllSystems (system:
|
||||
nixpkgs.legacyPackages.${system}.mkShell {
|
||||
inputsFrom = builtins.attrValues (packages);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user