Skip to content

Commit

Permalink
feat: add aarch64 to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Cu3PO42 committed Mar 22, 2024
1 parent 91b137b commit 45d0f02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = {nixpkgs, ...}: {
packages.aarch64-linux.default = nixpkgs.legacyPackages.aarch64-linux.gtk-layer-shell.overrideAttrs (oldAttrs: {
src = ./.;
});
packages.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.gtk-layer-shell.overrideAttrs (oldAttrs: {
src = ./.;
});
};
}
}

0 comments on commit 45d0f02

Please sign in to comment.