chore(ags): move to mono-repo for astal-tray

This commit is contained in:
matt1432 2024-09-13 14:05:19 -04:00
parent e60d59c77c
commit defc94db8a
4 changed files with 17 additions and 17 deletions

18
flake.lock generated
View file

@ -72,23 +72,23 @@
"type": "github"
}
},
"astal-tray": {
"astal": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1724413714,
"narHash": "sha256-P+iSzO/6Iwc13jq+WbtVkbYzi0x1Wm1SW9civBmpwCo=",
"owner": "astal-sh",
"repo": "tray",
"rev": "d26245409c124a769f4c1f4f25399735f8c80758",
"lastModified": 1726235189,
"narHash": "sha256-hXTLoJGKp7iMxg2B8GaUyO2JnpQ3Nevy0II6vY6kE74=",
"owner": "Aylur",
"repo": "astal",
"rev": "e9f9de6ba557de6a553f03de813af0fdbdbec047",
"type": "github"
},
"original": {
"owner": "astal-sh",
"repo": "tray",
"owner": "Aylur",
"repo": "astal",
"type": "github"
}
},
@ -1630,7 +1630,7 @@
"root": {
"inputs": {
"ags": "ags",
"astal-tray": "astal-tray",
"astal": "astal",
"bat-theme-src": "bat-theme-src",
"bazarr-bulk": "bazarr-bulk",
"caddy-plugins": "caddy-plugins",

View file

@ -10,10 +10,10 @@
repo = "ags";
type = "github";
};
astal-tray = {
astal = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "astal-sh";
repo = "tray";
owner = "Aylur";
repo = "astal";
type = "github";
};
bat-theme-src = {

View file

@ -149,9 +149,9 @@ let
repo = "ags";
};
astal-tray = mkDep {
owner = "astal-sh";
repo = "tray";
astal = mkDep {
owner = "Aylur";
repo = "astal";
};
gtk-session-lock = mkDep {

View file

@ -4,7 +4,7 @@ self: {
pkgs,
...
}: let
inherit (self.inputs) ags astal-tray gtk-session-lock ts-for-gir-src;
inherit (self.inputs) ags astal gtk-session-lock ts-for-gir-src;
in {
config = let
inherit (lib) boolToString mkIf toLower;
@ -15,7 +15,7 @@ in {
flakeDir = config.environment.variables.FLAKE;
# Packages
astalTray = astal-tray.packages.${pkgs.system}.tray;
astalTray = astal.packages.${pkgs.system}.tray;
gtkSessionLock = gtk-session-lock.packages.${pkgs.system}.default;
in
mkIf cfgDesktop.ags.enable {