nixos-configs/outputs.nix

227 lines
5.3 KiB
Nix
Raw Normal View History

{
inputs = let
inherit (import ./inputs) mkDep mkInput extraInputs;
mainInputs = {
systems = mkInput {
owner = "nix-systems";
repo = "default-linux";
};
nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/b7af61d' (2024-11-24) → 'github:Aylur/astal/12fa0fb' (2024-11-26) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/d0c4394' (2024-11-25) → 'github:elchininet/custom-sidebar/91af66e' (2024-11-26) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a397f74' (2024-11-25) → 'github:matt1432/discord-nightly-overlay/0ea4f4d' (2024-11-26) • Updated input 'gtk-theme-src': 'github:dracula/gtk/fda0fb5' (2024-11-17) → 'github:dracula/gtk/788add3' (2024-11-26) • Updated input 'hyprland': 'github:hyprwm/Hyprland/2687788' (2024-11-25) → 'github:hyprwm/Hyprland/1fb720b' (2024-11-26) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/74f284f' (2024-11-24) → 'github:matt1432/nixos-jellyfin/28c58c6' (2024-11-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/98a61cf' (2024-11-24) → 'github:Jovian-Experiments/Jovian-NixOS/e86d2ad' (2024-11-26) • Updated input 'nh': 'github:viperML/nh/cff51af' (2024-11-20) → 'github:viperML/nh/51020a2' (2024-11-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5e4fbfb' (2024-11-15) → 'github:NixOS/nixpkgs/4633a7c' (2024-11-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/0c3d6b6' (2024-11-25) → 'github:nix-community/nixpkgs-wayland/af74f7c' (2024-11-26) • Updated input 'sops-nix': 'github:Mic92/sops-nix/53c853f' (2024-11-21) → 'github:Mic92/sops-nix/3433ea1' (2024-11-25) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c13cf16' (2024-11-25) → 'github:make-all/tuya-local/56f76f9' (2024-11-26) Docker Images: • rssbridge/rss-bridge latest: sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 → sha256:a0ceedea6bfcaf7c8a2508b110ce20af6f5931f6f720674e414400fcae19d3af • nginx latest: sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 → sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b • ghcr.io/linuxserver/bazarr latest: sha256:0d544276b51e11fb96f4bccd7d5babef597be0199364a11c0cdf24ab0470c381 → sha256:5805d6a44689a41cf78a8317208276a52f0647fb3cd0b2c4a3c8df6e02f93d3b • ghcr.io/linuxserver/prowlarr latest: sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37 → sha256:2ae64259bfca88972deec4cffa3750a454224283515854408e35af480f167cd7 • ghcr.io/linuxserver/sonarr latest: sha256:a30d870ae503e617e84909367c8f19096567ef60834fa8d81d86d17a13e50d1a → sha256:f1b771bf5f911ddb11aa86170ae27fab5ccde7d4671edcde6a3b264af8662945
2024-11-26 22:26:28 -05:00
ref = "nixos-unstable";
};
home-manager = mkDep {
2024-06-11 19:17:20 -04:00
owner = "nix-community";
repo = "home-manager";
};
nix-on-droid = mkDep {
owner = "nix-community";
repo = "nix-on-droid";
inputs.home-manager.follows = "home-manager";
};
sops-nix = mkDep {
owner = "Mic92";
repo = "sops-nix";
};
secrets = mkDep {
type = "git";
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
inputs.sops-nix.follows = "sops-nix";
};
};
in
mainInputs // extraInputs;
outputs = inputs @ {
nixpkgs,
secrets,
self,
systems,
...
}: let
inherit (self.lib) mkVersion mkNixOS mkNixOnDroid mkPkgs;
perSystem = attrs:
nixpkgs.lib.genAttrs (import systems) (system:
attrs (mkPkgs {inherit system nixpkgs;}));
in {
lib = import ./lib {inherit inputs perSystem;};
nixosModules = import ./nixosModules self;
homeManagerModules = import ./homeManagerModules self;
nixosConfigurations = {
# Desktops
wim = mkNixOS {
extraModules = [
./devices/wim
secrets.nixosModules.default
];
};
binto = mkNixOS {
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/9c1b7ba' (2024-09-22) → 'github:Aylur/ags/ff3740e' (2024-09-27) • Updated input 'astal': 'github:Aylur/astal/c68d116' (2024-09-26) → 'github:Aylur/astal/9e63fe3' (2024-09-28) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/ce9de15' (2024-09-26) → 'github:matt1432/discord-nightly-overlay/5cc5b7f' (2024-09-28) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0b20a46' (2024-09-26) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) • Updated input 'home-manager': 'github:nix-community/home-manager/c124568' (2024-09-26) → 'github:nix-community/home-manager/ffe2d07' (2024-09-26) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=caaa9b1&submodules=1' (2024-09-26) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=6f313de&submodules=1' (2024-09-28) • Added input 'hyprland/hyprland-protocols': 'github:hyprwm/hyprland-protocols/6b3261e' (2024-09-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/03aa054' (2024-09-23) → 'github:Jovian-Experiments/Jovian-NixOS/3390ff2' (2024-09-27) • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build/030e586' (2024-06-27) → 'github:Mic92/nix-fast-build/bd134ae' (2024-09-27) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/f3e9775' (2024-09-23) → 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) • Updated input 'nixd': 'github:nix-community/nixd/a47ac2c' (2024-09-19) → 'github:nix-community/nixd/e5e144f' (2024-09-28) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/30439d9' (2024-09-23) → 'github:NixOS/nixpkgs/1925c60' (2024-09-26) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/73529b9' (2024-09-26) → 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) • Updated input 'sops-nix': 'github:Mic92/sops-nix/e2d404a' (2024-09-16) → 'github:Mic92/sops-nix/127a96f' (2024-09-27) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/59a7cb4' (2024-09-24) → 'github:thlucas1/SpotifyWebApiPython/092a1cf' (2024-09-26) Docker Images: • postgres 14: sha256:1bd26d434ac67d210a42cf19fa0812efd22472e0494f9c6ffa654509f427608a → sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab • ghcr.io/gethomepage/homepage latest: sha256:5c264918d2d18a753da8657fee7e0579c8b11581b19275d9a93fde76a8267f3c → sha256:671c2ed1a61b5dfbb9a1998c8738c3aeb1acf11adbc12563f81fcf4fd9802198 • ghcr.io/immich-app/immich-machine-learning release: sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc → sha256:60d6d3b7090c664b76adabd00c06674e25c5a91419e374bff4e7cf2ee5dd920a • ghcr.io/immich-app/immich-server release: sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90 → sha256:effd3d44202964c5f53af85e0fd0f2ca5287c989a43c4d55ba71133eb148bed3 • nextcloud fpm: sha256:724553f742322d67f34282be46b414572d4e0cd46ccd54d2f2a24b6a87a472b0 → sha256:88ad5957e747ddceb7641b072c22a0fbf85fe3b7ca9fc63a871d72b14e5d0ae1 • nginx latest: sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3 → sha256:b5d3f3e104699f0768e5ca8626914c16e52647943c65274d8a9e63072bd015bb • ghcr.io/linuxserver/prowlarr latest: sha256:8d3da3256868cf40f06cdca2074dee07a190ec42a6df022fb9fe6f73842ba293 → sha256:a6fc8ab9ff34d82327d29f8b5bfb7a672c0e54a274e5e5b023db01c335d05dfd • ghcr.io/linuxserver/sonarr latest: sha256:98c21a64377619ec74778c70cc2e74d3e978a4d2c61f97b9ad88a0e5bc0766f9 → sha256:12570fbaddc8733664e1e5d9bb12a719cb07f9455c518097b0e6426f4960f884 Firefox Addons: floccus: 5.2.7 -> 5.3.0.2 sponsorblock: 5.8.1 -> 5.9
2024-09-28 13:31:03 -04:00
cudaSupport = true;
extraModules = [./devices/binto];
};
bbsteamie = mkNixOS {
mainUser = "mariah";
extraModules = [./devices/bbsteamie];
};
# NAS
nos = mkNixOS {
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/9c1b7ba' (2024-09-22) → 'github:Aylur/ags/ff3740e' (2024-09-27) • Updated input 'astal': 'github:Aylur/astal/c68d116' (2024-09-26) → 'github:Aylur/astal/9e63fe3' (2024-09-28) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/ce9de15' (2024-09-26) → 'github:matt1432/discord-nightly-overlay/5cc5b7f' (2024-09-28) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0b20a46' (2024-09-26) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) • Updated input 'home-manager': 'github:nix-community/home-manager/c124568' (2024-09-26) → 'github:nix-community/home-manager/ffe2d07' (2024-09-26) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=caaa9b1&submodules=1' (2024-09-26) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=6f313de&submodules=1' (2024-09-28) • Added input 'hyprland/hyprland-protocols': 'github:hyprwm/hyprland-protocols/6b3261e' (2024-09-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/03aa054' (2024-09-23) → 'github:Jovian-Experiments/Jovian-NixOS/3390ff2' (2024-09-27) • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build/030e586' (2024-06-27) → 'github:Mic92/nix-fast-build/bd134ae' (2024-09-27) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/f3e9775' (2024-09-23) → 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) • Updated input 'nixd': 'github:nix-community/nixd/a47ac2c' (2024-09-19) → 'github:nix-community/nixd/e5e144f' (2024-09-28) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/30439d9' (2024-09-23) → 'github:NixOS/nixpkgs/1925c60' (2024-09-26) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/73529b9' (2024-09-26) → 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) • Updated input 'sops-nix': 'github:Mic92/sops-nix/e2d404a' (2024-09-16) → 'github:Mic92/sops-nix/127a96f' (2024-09-27) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/59a7cb4' (2024-09-24) → 'github:thlucas1/SpotifyWebApiPython/092a1cf' (2024-09-26) Docker Images: • postgres 14: sha256:1bd26d434ac67d210a42cf19fa0812efd22472e0494f9c6ffa654509f427608a → sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab • ghcr.io/gethomepage/homepage latest: sha256:5c264918d2d18a753da8657fee7e0579c8b11581b19275d9a93fde76a8267f3c → sha256:671c2ed1a61b5dfbb9a1998c8738c3aeb1acf11adbc12563f81fcf4fd9802198 • ghcr.io/immich-app/immich-machine-learning release: sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc → sha256:60d6d3b7090c664b76adabd00c06674e25c5a91419e374bff4e7cf2ee5dd920a • ghcr.io/immich-app/immich-server release: sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90 → sha256:effd3d44202964c5f53af85e0fd0f2ca5287c989a43c4d55ba71133eb148bed3 • nextcloud fpm: sha256:724553f742322d67f34282be46b414572d4e0cd46ccd54d2f2a24b6a87a472b0 → sha256:88ad5957e747ddceb7641b072c22a0fbf85fe3b7ca9fc63a871d72b14e5d0ae1 • nginx latest: sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3 → sha256:b5d3f3e104699f0768e5ca8626914c16e52647943c65274d8a9e63072bd015bb • ghcr.io/linuxserver/prowlarr latest: sha256:8d3da3256868cf40f06cdca2074dee07a190ec42a6df022fb9fe6f73842ba293 → sha256:a6fc8ab9ff34d82327d29f8b5bfb7a672c0e54a274e5e5b023db01c335d05dfd • ghcr.io/linuxserver/sonarr latest: sha256:98c21a64377619ec74778c70cc2e74d3e978a4d2c61f97b9ad88a0e5bc0766f9 → sha256:12570fbaddc8733664e1e5d9bb12a719cb07f9455c518097b0e6426f4960f884 Firefox Addons: floccus: 5.2.7 -> 5.3.0.2 sponsorblock: 5.8.1 -> 5.9
2024-09-28 13:31:03 -04:00
cudaSupport = true;
extraModules = [
./devices/nos
secrets.nixosModules.nos
];
};
# Build / test server
servivi = mkNixOS {
extraModules = [
./devices/servivi
secrets.nixosModules.servivi
];
};
2024-08-18 20:59:01 -04:00
# Home-assistant
2024-09-05 22:42:17 -04:00
homie = mkNixOS {
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/0e14fde' (2024-09-05) → 'github:matt1432/discord-nightly-overlay/925a600' (2024-09-07) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=98f75b2' (2024-09-03) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=3446f86' (2024-09-06) • Updated input 'gtk-theme-src': 'github:dracula/gtk/e59324a' (2024-08-31) → 'github:dracula/gtk/19e0dcb' (2024-09-07) • Updated input 'home-manager': 'github:nix-community/home-manager/471e3eb' (2024-09-01) → 'github:nix-community/home-manager/aaebdea' (2024-09-07) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=027140b&submodules=1' (2024-09-04) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=312411f&submodules=1' (2024-09-07) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/949818a' (2024-08-30) → 'github:matt1432/nixos-jellyfin/03d120f' (2024-09-08) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/b13488a' (2024-09-01) → 'github:Jovian-Experiments/Jovian-NixOS/2d050e6' (2024-09-06) • Updated input 'nh': 'github:viperML/nh/5dd64eb' (2024-09-02) → 'github:viperML/nh/7650b37' (2024-09-07) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/76446e8' (2024-09-01) → 'github:fufexan/nix-gaming/ec0bcac' (2024-09-08) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=dd3105e&submodules=1' (2024-08-20) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=2d3c948&submodules=1' (2024-09-04) • Updated input 'nix-on-droid': 'github:nix-community/nix-on-droid/248cc08' (2024-07-22) → 'github:nix-community/nix-on-droid/5d88ff2' (2024-09-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ad416d0' (2024-09-04) → 'github:NixOS/nixpkgs/574d1ea' (2024-09-06) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/52b72b1' (2024-09-02) → 'github:nix-community/nixpkgs-wayland/0483138' (2024-09-07) Docker Images: • freshrss/freshrss latest: sha256:7b1d8f14c3905469c4f20488e78082dc6ca8a50b61798cc38f669a63f897f6b5 → sha256:2edf78120d06de267864a9d4affbd8158f23e668cf569e273f7f6e755c73b0a5 • postgres 14: sha256:148b383bf37b569f1b44d72b3558979540e9f5f951789b0b0c6e827decbeef09 → sha256:1bd26d434ac67d210a42cf19fa0812efd22472e0494f9c6ffa654509f427608a • rssbridge/rss-bridge latest: sha256:ed96ae6fb5be49a7c14fc35de039d53f2b42d99034c49c4e28fe0810e3886445 → sha256:a869f33f22d10ce04b5efa40efe273f3454dee8113508f64bca18a85b1eff724 • nginx latest: sha256:1a2bb47140dd616774ffe05ea1ea8762e1f1f08e20a35632e1e6539376d44d60 → sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3 • onlyoffice/documentserver latest: sha256:a69b1c43c6641e45789a6ebb7e84359ada749c8e2d4e83916d4e85945238f418 → sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 • postgres 15-alpine: sha256:fa484d844b88ac34811daf3da66af1fd17e34b0e1ff5d1b6f904269c85890dc0 → sha256:362404e4f27e4f477c6cd4a76c65f06d387b7fda2caf216e656b17bf00f9908f • ghcr.io/linuxserver/sonarr latest: sha256:879f5f35b05566f71296bad0f3704709103568a6b4f42f5959543f5322728723 → sha256:138998077a802c18b76c26636301fcd5517b7bfaf75db025d457199176078a12 • ghcr.io/immich-app/immich-machine-learning v1.114.0: sha256:f7964140e00bd615497d37040eb907a7cd87db6f06baea784d411cda572a29df → sha256:c0300d34fb275343c8e3b50796c9b10e6f33218e84c958386a218fbdceaeed65 • ghcr.io/immich-app/immich-server v1.114.0: sha256:9d1c9ab40f3171f1dc06d5c6bc32541ff4b0835c1d217ff5cc61c85e26d2452f → sha256:df4ae6d2bf8aa3ebd6370b42a667a007c5e7452a1cd2ab4c22fbaff9a69ffcbc
2024-09-07 22:04:53 -04:00
extraModules = [
./devices/homie
secrets.nixosModules.homie
];
};
2024-08-18 20:59:01 -04:00
# Cluster
thingone = mkNixOS {
extraModules = [
(import ./devices/cluster "thingone")
secrets.nixosModules.thingy
];
};
thingtwo = mkNixOS {
extraModules = [
(import ./devices/cluster "thingtwo")
secrets.nixosModules.thingy
];
};
live-image = mkNixOS {
2024-11-22 23:25:38 -05:00
mainUser = "nixos";
extraModules = [./devices/live-image];
};
};
nixOnDroidConfigurations.default =
mkNixOnDroid [./devices/android];
scopedPackages =
perSystem (pkgs:
import ./scopedPackages {inherit inputs mkVersion pkgs;});
2024-06-10 22:57:20 -04:00
packages =
perSystem (pkgs:
2024-10-21 01:39:41 -04:00
import ./packages {inherit inputs mkVersion pkgs;});
overlays = import ./overlays {inherit self;};
apps =
perSystem (pkgs:
import ./apps {inherit inputs pkgs;});
2024-11-23 19:35:01 -05:00
appsPackages =
perSystem (pkgs:
import ./apps/nix/packages.nix {inherit pkgs self;});
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/f89742e' (2024-11-08) → 'github:Aylur/ags/5ec5640' (2024-11-12) • Updated input 'astal': 'github:Aylur/astal/302fcae' (2024-11-08) → 'github:Aylur/astal/2a9bb96' (2024-11-12) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/6b18c2e' (2024-11-10) → 'github:elchininet/custom-sidebar/a4b3aac' (2024-11-12) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f1b4979' (2024-11-09) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c8fdf2f' (2024-11-10) • Updated input 'hyprland': 'github:hyprwm/Hyprland/dca75db' (2024-11-09) → 'github:hyprwm/Hyprland/a29cfa7' (2024-11-12) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/3ce0cde' (2024-11-07) → 'github:hyprwm/hyprutils/60d3dec' (2024-11-09) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/faf26ec' (2024-11-10) → 'github:fufexan/nix-gaming/e9adb42' (2024-11-12) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b6023d8' (2024-11-10) → 'github:nix-community/nixpkgs-wayland/e25b62b' (2024-11-11) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) → 'github:Mofiqul/dracula.nvim/e6128ec' (2024-11-11) • Updated input 'sops-nix': 'github:Mic92/sops-nix/f1675e3' (2024-11-10) → 'github:Mic92/sops-nix/4c91d52' (2024-11-11) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/ffa9e9a' (2024-11-10) → 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/175c1cc' (2024-11-09) → 'github:make-all/tuya-local/2739992' (2024-11-11) Docker Images: • nginx latest: sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb → sha256:5026c85d87419b6c3622622570ea5c25ab9f9bb48961554658272bbc18e518b1 • quay.io/vaultwarden/server latest: sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 → sha256:7271b8ceb729f9b46144c800125813dcc8d16bb6874217c48e59b22b45e47d7d
2024-11-11 23:45:04 -05:00
devShells = perSystem (pkgs: let
bumpNpmDeps = pkgs.writeShellApplication {
name = "bumpNpmDeps";
runtimeInputs = builtins.attrValues {
inherit
(pkgs)
prefetch-npm-deps
nodejs_latest
;
};
text = ''
npm i --package-lock-only || true # this command will fail but still updates the main lockfile
prefetch-npm-deps ./package-lock.json
'';
};
in {
default = pkgs.mkShell {
packages = [
(pkgs.writeShellScriptBin "mkIso" ''
isoConfig="nixosConfigurations.live-image.config.system.build.isoImage"
nom build $(realpath /etc/nixos)#$isoConfig
'')
2024-11-22 20:36:56 -05:00
(pkgs.writeShellApplication {
name = "fixUidChange";
text = ''
GROUP="$1"
OLD_GID="$2"
NEW_GID="$3"
sudo sed -i -e "/^$GROUP:/d" /etc/group # Remove generated group entry
sudo find / -gid "$OLD_GID" -exec chgrp "$NEW_GID" {} + # Change GID on existing files
2024-11-23 19:35:01 -05:00
exec nh os switch # Regenerate /etc/group with new GID
2024-11-22 20:36:56 -05:00
'';
})
];
};
2024-10-05 12:38:13 -04:00
netdaemon = pkgs.mkShell {
packages = [
pkgs.dotnet-sdk_8
];
};
node = pkgs.mkShell {
packages =
(builtins.attrValues {
inherit
(pkgs)
nodejs_latest
;
2024-08-06 20:35:11 -04:00
})
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/f89742e' (2024-11-08) → 'github:Aylur/ags/5ec5640' (2024-11-12) • Updated input 'astal': 'github:Aylur/astal/302fcae' (2024-11-08) → 'github:Aylur/astal/2a9bb96' (2024-11-12) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/6b18c2e' (2024-11-10) → 'github:elchininet/custom-sidebar/a4b3aac' (2024-11-12) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f1b4979' (2024-11-09) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c8fdf2f' (2024-11-10) • Updated input 'hyprland': 'github:hyprwm/Hyprland/dca75db' (2024-11-09) → 'github:hyprwm/Hyprland/a29cfa7' (2024-11-12) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/3ce0cde' (2024-11-07) → 'github:hyprwm/hyprutils/60d3dec' (2024-11-09) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/faf26ec' (2024-11-10) → 'github:fufexan/nix-gaming/e9adb42' (2024-11-12) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b6023d8' (2024-11-10) → 'github:nix-community/nixpkgs-wayland/e25b62b' (2024-11-11) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) → 'github:Mofiqul/dracula.nvim/e6128ec' (2024-11-11) • Updated input 'sops-nix': 'github:Mic92/sops-nix/f1675e3' (2024-11-10) → 'github:Mic92/sops-nix/4c91d52' (2024-11-11) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/ffa9e9a' (2024-11-10) → 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/175c1cc' (2024-11-09) → 'github:make-all/tuya-local/2739992' (2024-11-11) Docker Images: • nginx latest: sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb → sha256:5026c85d87419b6c3622622570ea5c25ab9f9bb48961554658272bbc18e518b1 • quay.io/vaultwarden/server latest: sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 → sha256:7271b8ceb729f9b46144c800125813dcc8d16bb6874217c48e59b22b45e47d7d
2024-11-11 23:45:04 -05:00
++ [bumpNpmDeps];
};
subtitles-dev = pkgs.mkShell {
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/f89742e' (2024-11-08) → 'github:Aylur/ags/5ec5640' (2024-11-12) • Updated input 'astal': 'github:Aylur/astal/302fcae' (2024-11-08) → 'github:Aylur/astal/2a9bb96' (2024-11-12) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/6b18c2e' (2024-11-10) → 'github:elchininet/custom-sidebar/a4b3aac' (2024-11-12) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f1b4979' (2024-11-09) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c8fdf2f' (2024-11-10) • Updated input 'hyprland': 'github:hyprwm/Hyprland/dca75db' (2024-11-09) → 'github:hyprwm/Hyprland/a29cfa7' (2024-11-12) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/3ce0cde' (2024-11-07) → 'github:hyprwm/hyprutils/60d3dec' (2024-11-09) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/faf26ec' (2024-11-10) → 'github:fufexan/nix-gaming/e9adb42' (2024-11-12) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b6023d8' (2024-11-10) → 'github:nix-community/nixpkgs-wayland/e25b62b' (2024-11-11) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) → 'github:Mofiqul/dracula.nvim/e6128ec' (2024-11-11) • Updated input 'sops-nix': 'github:Mic92/sops-nix/f1675e3' (2024-11-10) → 'github:Mic92/sops-nix/4c91d52' (2024-11-11) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/ffa9e9a' (2024-11-10) → 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/175c1cc' (2024-11-09) → 'github:make-all/tuya-local/2739992' (2024-11-11) Docker Images: • nginx latest: sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb → sha256:5026c85d87419b6c3622622570ea5c25ab9f9bb48961554658272bbc18e518b1 • quay.io/vaultwarden/server latest: sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 → sha256:7271b8ceb729f9b46144c800125813dcc8d16bb6874217c48e59b22b45e47d7d
2024-11-11 23:45:04 -05:00
packages =
(builtins.attrValues {
inherit
(pkgs)
nodejs_latest
ffmpeg-full
;
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/f89742e' (2024-11-08) → 'github:Aylur/ags/5ec5640' (2024-11-12) • Updated input 'astal': 'github:Aylur/astal/302fcae' (2024-11-08) → 'github:Aylur/astal/2a9bb96' (2024-11-12) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/6b18c2e' (2024-11-10) → 'github:elchininet/custom-sidebar/a4b3aac' (2024-11-12) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f1b4979' (2024-11-09) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c8fdf2f' (2024-11-10) • Updated input 'hyprland': 'github:hyprwm/Hyprland/dca75db' (2024-11-09) → 'github:hyprwm/Hyprland/a29cfa7' (2024-11-12) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/3ce0cde' (2024-11-07) → 'github:hyprwm/hyprutils/60d3dec' (2024-11-09) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/faf26ec' (2024-11-10) → 'github:fufexan/nix-gaming/e9adb42' (2024-11-12) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b6023d8' (2024-11-10) → 'github:nix-community/nixpkgs-wayland/e25b62b' (2024-11-11) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) → 'github:Mofiqul/dracula.nvim/e6128ec' (2024-11-11) • Updated input 'sops-nix': 'github:Mic92/sops-nix/f1675e3' (2024-11-10) → 'github:Mic92/sops-nix/4c91d52' (2024-11-11) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/ffa9e9a' (2024-11-10) → 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/175c1cc' (2024-11-09) → 'github:make-all/tuya-local/2739992' (2024-11-11) Docker Images: • nginx latest: sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb → sha256:5026c85d87419b6c3622622570ea5c25ab9f9bb48961554658272bbc18e518b1 • quay.io/vaultwarden/server latest: sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 → sha256:7271b8ceb729f9b46144c800125813dcc8d16bb6874217c48e59b22b45e47d7d
2024-11-11 23:45:04 -05:00
inherit
(pkgs.nodePackages)
ts-node
;
})
++ [bumpNpmDeps];
};
});
# For nix-fast-build. I use a custom output to alleviate eval time of this flake. ie. when doing nix flake show
nixFastChecks =
perSystem (pkgs:
import ./checks {inherit pkgs self;});
formatter = perSystem (pkgs: pkgs.alejandra);
};
}