Flake Inputs: • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-20) rev: 0c0b0ac8af6ca76b1fcb514483a9bd73c18f1e8c → 'github:nix-community/home-manager' (2025-02-21) rev: 3c82285348bc811b723014cf4dba2f87e7ffc885 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-20) rev: fa246cb6ed5f486aad27c11dd46b3a26768a15d1 → 'github:hyprwm/Hyprland' (2025-02-21) rev: 0e24f9c0d55fcd9a5b2461a865d0e5dc2ea195c8 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-19) rev: 27089501f8cd53f8ef8ced7cec2e4ad114e9ffea → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-21) rev: 853fa6c627c568ef1452083fdc917a43f52cb6e0 • Updated input 'kompass': 'github:kotontrion/kompass' (2025-02-17) rev: 755b3095ace5dad330a3dcdcf51d1ff29bf164d4 → 'github:kotontrion/kompass' (2025-02-21) rev: d463928bc18ebddc978c3a6c141790e115c19fac • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-18) rev: 720a606a88dd7b23138c5bc58eb43618f2d091c7 → 'github:fufexan/nix-gaming' (2025-02-21) rev: e319f4c8f0082f2b69cf7580b41cf577211f3742 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-20) rev: 3f3e0db2714274421b7ece1456dde76f53c010ce → 'github:nix-community/nixpkgs-wayland' (2025-02-21) rev: cd1e927d3e66c3af30e860a006da744bba2c7cad • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-19) rev: 0fe930b8444fee23e9d9b69e8c643aad1cfb381a → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: d0ac923a443d93f4f95f3522c6ee1a8292b0947e • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 38159d16e0029eb87f3e9b6c14f1d37768f7cfe5 → 'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 60d2906637dc4724ccc62fa0c7a6251c75c570fc • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-20) rev: f78fc2ece44e798eca5c6cede0050a27c31905cf → 'github:make-all/tuya-local' (2025-02-21) rev: 9a5c1e516c8d6c3b0ecd7b6f890ede2a8dd178a6
This commit is contained in:
parent
6a4668c4cd
commit
a1c49e6923
13 changed files with 112 additions and 68 deletions
modules/ags/config
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
npmDepsHash = "sha256-ifmsgEGnAFC0qxkVdCMBliNvIwpNQ3ZQBw3t5rVpd8A=";
|
||||
npmDepsHash = "sha256-BK7V6UDqz8NV8wOl6upX0FcTi6SdqcXPpslkjg6JA08=";
|
||||
}
|
||||
|
|
20
modules/ags/config/package-lock.json
generated
20
modules/ags/config/package-lock.json
generated
|
@ -183,18 +183,30 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@eslint/plugin-kit": {
|
||||
"version": "0.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.6.tgz",
|
||||
"integrity": "sha512-+0TjwR1eAUdZtvv/ir1mGX+v0tUoR3VEPB8Up0LLJC+whRW0GgBBtpbOkg/a/U4Dxa6l5a3l9AJ1aWIQVyoWJA==",
|
||||
"version": "0.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
|
||||
"integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/core": "^0.11.0",
|
||||
"@eslint/core": "^0.12.0",
|
||||
"levn": "^0.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
||||
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@humanfs/core": {
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue