incomprehensible mess
This commit is contained in:
@@ -25,6 +25,24 @@
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
packages.${system}.default = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
name = "my-shell";
|
||||
src = ./.;
|
||||
nativeBuildInputs = [
|
||||
ags.packages.${system}.default
|
||||
pkgs.wrapGAppsHook
|
||||
pkgs.gobject-introspection
|
||||
];
|
||||
buildInputs = with astal.packages.${system}; [
|
||||
astal3
|
||||
io
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
ags bundle app.ts $out/bin/${name}
|
||||
'';
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
biscuit = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs system; };
|
||||
|
||||
Reference in New Issue
Block a user