removed astal
This commit is contained in:
@@ -24,7 +24,33 @@
|
||||
lib = nixpkgs.lib;
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
||||
in {
|
||||
|
||||
# TODO: migrate to another nix file.
|
||||
# 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
|
||||
# astal-hyprland
|
||||
# io
|
||||
# # hyprland
|
||||
# ];
|
||||
# installPhase = ''
|
||||
# mkdir -p $out/bin
|
||||
# ags bundle app.ts $out/bin/${name}
|
||||
# '';
|
||||
# };
|
||||
# END TODO
|
||||
|
||||
nixosConfigurations = {
|
||||
biscuit = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs system; };
|
||||
|
||||
Reference in New Issue
Block a user