this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

more lints, updates, cleanups

Aria bfcdf063 893d1493

+48 -82
+8
.pre-commit-config.yaml
··· 37 37 language: unsupported 38 38 files: '.*\.nix' 39 39 40 + - id: deadnix-check 41 + name: deadnix 42 + description: "Run 'deadnix' for Nix linting" 43 + entry: deadnix -f 44 + require_serial: true 45 + language: unsupported 46 + files: '.*\.nix' 47 + 40 48 - id: nixfmt 41 49 name: nixfmt 42 50 description: "Run 'nixfmt' for Nix formatting"
-7
.pre-commit-hooks.yaml
··· 1 - - id: statix-check 2 - name: statix check 3 - description: "Run 'statix check' for Nix linting" 4 - entry: statix fix . 5 - pass_filenames: false 6 - language: unsupported 7 - files: '.*\.nix'
-3
arialog/default.nix
··· 1 1 { 2 2 lib, 3 - python3, 4 3 python3Packages, 5 - writeShellScriptBin, 6 - 7 4 receiptio, 8 5 }: 9 6 python3Packages.buildPythonPackage rec {
-1
arialog/module.nix
··· 12 12 mkIf 13 13 types 14 14 getExe 15 - escapeShellArg 16 15 ; 17 16 inherit (builtins) toString; 18 17 cfg = config.services.arialog;
+1 -1
nix/hosts/code/default.nix
··· 4 4 ... 5 5 }: 6 6 let 7 - inherit (lib) mkOverride mkForce; 7 + inherit (lib) mkOverride; 8 8 in 9 9 { 10 10 imports = [
+1 -1
nix/hosts/heather/default.nix
··· 5 5 ... 6 6 }: 7 7 let 8 - inherit (lib) mkOverride mkForce; 8 + inherit (lib) mkForce; 9 9 in 10 10 { 11 11 imports = [
-1
nix/hosts/lavender/default.nix
··· 1 1 { 2 2 inputs, 3 - config, 4 3 ... 5 4 }: 6 5 {
+1 -1
nix/hosts/lavender/reverse-proxy.nix
··· 9 9 plugins = [ 10 10 "github.com/caddy-dns/rfc2136@v1.0.0" 11 11 ]; 12 - hash = "sha256-f/grl1eTVWqem0us5ucxHizChqUfexymh67OD0PDwn8="; 12 + hash = "sha256-S4cYVNHUhgtRSgz+Vl/+LkHnA4kYmmLIPU7q1DBD2jg="; 13 13 }; 14 14 15 15 extraConfig = ''
+1 -2
nix/hosts/lavender/uptime.nix
··· 1 - { pkgs, config, ... }: 2 - { 1 + _: { 3 2 services.uptime-kuma = { 4 3 enable = true; 5 4 settings = {
-1
nix/hosts/misc/books.nix
··· 1 1 { 2 2 config, 3 - lib, 4 3 ... 5 4 }: 6 5 {
+1 -1
nix/hosts/misc/cal-bridge.nix
··· 1 - { lib, config, ... }: 1 + { config, ... }: 2 2 { 3 3 age.secrets.cal-bridge.file = ../../secrets/cal-bridge.age; 4 4 services.cal-bridge = {
+1 -1
nix/hosts/misc/default.nix
··· 4 4 ... 5 5 }: 6 6 let 7 - inherit (lib) mkOverride mkForce; 7 + inherit (lib) mkOverride; 8 8 in 9 9 { 10 10 imports = [
+2 -4
nix/modules/environment/workstation/langs.nix
··· 34 34 nix = { 35 35 environment.systemPackages = with pkgs; [ 36 36 npins 37 - nix-tree 38 37 nixfmt 39 - ragenix 40 - 38 + (ragenix.overrideAttrs { nix = lixPackageSets.latest.lix; }) 41 39 statix 42 40 deadnix 43 - colmena 41 + lixPackageSets.latest.colmena 44 42 ]; 45 43 nix.settings.trusted-users = attrNames (filterAttrs (_: user: user.home-setup) config.users.users); 46 44 };
-1
nix/modules/hardware/rpi.nix
··· 1 1 { 2 - pkgs, 3 2 lib, 4 3 config, 5 4 ...
-1
nix/modules/home-persistence.nix
··· 30 30 attrsOf 31 31 listOf 32 32 submodule 33 - path 34 33 str 35 34 coercedTo 36 35 ;
-11
nix/modules/prefs/nix.nix
··· 24 24 }; 25 25 26 26 config = { 27 - # nixpkgs.overlays = mkIf cfg.useLix [ 28 - # (final: prev: { 29 - # inherit (prev.lixPackageSets.latest) 30 - # nixpkgs-review 31 - # nix-eval-jobs 32 - # nix-fast-build 33 - # colmena 34 - # ; 35 - # }) 36 - # ]; 37 - 38 27 nix = mkMerge [ 39 28 (mkIf cfg.useLix { package = pkgs.lixPackageSets.latest.lix; }) 40 29 (mkIf cfg.saveSpace {
+1 -1
nix/modules/services/ariade/generateTextImage.nix
··· 13 13 caption ? "", 14 14 }: 15 15 let 16 - inherit (pkgs.lib) getExe escapeShellArg; 16 + inherit (pkgs.lib) escapeShellArg; 17 17 in 18 18 pkgs.stdenv.mkDerivation { 19 19 name = "generated-background.png";
-1
nix/modules/services/ariade/lock/default.nix
··· 9 9 concatStrings 10 10 mapAttrsToList 11 11 isPath 12 - mkMerge 13 12 mkIf 14 13 types 15 14 mkOption
+1 -2
nix/modules/services/ariade/lock/hypridle_config.nix
··· 1 - { pkgs, ... }: 2 - { 1 + _: { 3 2 general = { 4 3 after_sleep_cmd = "hyprctl dispatch dpms on"; 5 4 ignore_dbus_inhibit = false;
+1 -5
nix/modules/services/ariade/niri/default.nix
··· 6 6 }@inp: 7 7 let 8 8 inherit (lib) 9 - concatStrings 10 - mapAttrsToList 11 - isPath 12 - mkMerge 13 9 mkIf 14 10 types 15 11 mkOption 12 + mkMerge 16 13 ; 17 - inherit (builtins) toString; 18 14 cfg = config.services.ariade; 19 15 in 20 16 {
-5
nix/modules/services/ariade/paper/default.nix
··· 6 6 }@inp: 7 7 let 8 8 inherit (lib) 9 - concatStrings 10 - mapAttrsToList 11 - isPath 12 - mkMerge 13 9 mkIf 14 10 types 15 11 mkOption 16 12 ; 17 - inherit (builtins) toString; 18 13 cfg = config.services.ariade; 19 14 toHyprconf = import ../toHyprconf.nix lib; 20 15 generateTextImage = import ../generateTextImage.nix inp;
+1 -1
nix/modules/services/ariade/paper/hyprpaper_config.nix
··· 1 - { lib, config, ... }: 1 + { config, ... }: 2 2 { 3 3 programs.hyprpaper.settings = { 4 4 wallpaper = [
-2
nix/modules/services/authelia.nix
··· 1 1 { config, lib, ... }: 2 2 let 3 3 inherit (lib) 4 - mkIf 5 4 mapAttrs 6 5 attrValues 7 - mkDefault 8 6 ; 9 7 cfg = config.services.authelia; 10 8 in
-1
nix/modules/services/borg-server.nix
··· 9 9 mkIf 10 10 mkOption 11 11 mkEnableOption 12 - concatMap 13 12 concatStringsSep 14 13 map 15 14 attrValues
-1
nix/modules/services/caddy.nix
··· 2 2 let 3 3 inherit (lib) 4 4 mkIf 5 - mapAttrs 6 5 ; 7 6 cfg = config.services.caddy; 8 7 in
+1 -1
nix/modules/services/knot.nix
··· 1 1 { config, lib, ... }: 2 2 let 3 - inherit (lib) mkIf mapAttrs mkDefault; 3 + inherit (lib) mkIf mapAttrs; 4 4 cfg = config.services.knot; 5 5 in 6 6 mapAttrs (_: mkIf cfg.enable) {
+1 -1
nix/modules/services/lldap.nix
··· 1 1 { config, lib, ... }: 2 2 let 3 - inherit (lib) mkIf mapAttrs mkDefault; 3 + inherit (lib) mkIf mapAttrs; 4 4 cfg = config.services.lldap; 5 5 in 6 6 mapAttrs (_: mkIf cfg.enable) {
+1 -1
nix/modules/services/ollama.nix
··· 5 5 ... 6 6 }: 7 7 let 8 - inherit (lib) mkIf mkDefault; 8 + inherit (lib) mkIf; 9 9 cfg = config.services.ollama; 10 10 in 11 11 mkIf cfg.enable {
-1
nix/modules/services/tailscale.nix
··· 1 1 { 2 - pkgs, 3 2 lib, 4 3 config, 5 4 ...
+10 -10
nix/npins/sources.json
··· 51 51 }, 52 52 "branch": "master", 53 53 "submodules": false, 54 - "revision": "6afcbf17d051e244cdaf371bca0aa33c85e8cf0e", 55 - "url": "https://github.com/nix-community/lanzaboote/archive/6afcbf17d051e244cdaf371bca0aa33c85e8cf0e.tar.gz", 56 - "hash": "sha256-BWM5X4JYmHJm3zoS9MFaxjPsDdR1sUs46O3ySiRNGy4=" 54 + "revision": "45338aab3013924c75305f5cb3543b9cda993183", 55 + "url": "https://github.com/nix-community/lanzaboote/archive/45338aab3013924c75305f5cb3543b9cda993183.tar.gz", 56 + "hash": "sha256-rgHUoE4QhOvK3Rcl9cbuIVdjPjFjfhcTm/uPs8Y7+2w=" 57 57 }, 58 58 "nixos-hardware": { 59 59 "type": "Git", ··· 64 64 }, 65 65 "branch": "master", 66 66 "submodules": false, 67 - "revision": "3f6f874dfc34d386d10e434c48ad966c4832243e", 68 - "url": "https://github.com/NixOS/nixos-hardware/archive/3f6f874dfc34d386d10e434c48ad966c4832243e.tar.gz", 69 - "hash": "sha256-uVlOHBvt6Vc/iYNJXLPa4c3cLXwMllOCVfAaLAcphIo=" 67 + "revision": "b8f81636927f1af0cca812d22c876bad0a883ccd", 68 + "url": "https://github.com/NixOS/nixos-hardware/archive/b8f81636927f1af0cca812d22c876bad0a883ccd.tar.gz", 69 + "hash": "sha256-qogBiYFq8hZusDPeeKRqzelBAhZvREc7Cl+qlewGUCg=" 70 70 }, 71 71 "nixpkgs": { 72 72 "type": "Channel", 73 73 "name": "nixpkgs-unstable", 74 - "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre968305.fdc7b8f7b30f/nixexprs.tar.xz", 75 - "hash": "sha256-WLxi1vfcykjq9Yb2umqBJs6lVM6MpV2tXfcrAjroxUk=" 74 + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre971056.b63fe7f000ad/nixexprs.tar.xz", 75 + "hash": "sha256-5QVei2IIfVO3GqMkiiXlrZtaniOkXyMWnqbTVkItrco=" 76 76 }, 77 77 "nixpkgs-deno": { 78 78 "type": "Git", ··· 111 111 }, 112 112 "branch": "main", 113 113 "submodules": false, 114 - "revision": "696940f7328db1b7daa884a9c249eaec4eb4db9b", 114 + "revision": "6abc0eaca28400e8653bece34108d696aa976211", 115 115 "url": null, 116 - "hash": "sha256-+PUoJzSMxC5VNUvpKfaC+6q50Teji1g/Xju68Oa7b7I=" 116 + "hash": "sha256-LfppsJnSH1ZQTJw78Z25wYVZ7RIAfKDZWQh8QN04z3Y=" 117 117 }, 118 118 "wrapper-manager": { 119 119 "type": "Git",
+2 -2
nix/pkgs/iphonedetect.nix
··· 1 1 { 2 2 fetchFromGitHub, 3 3 buildHomeAssistantComponent, 4 - python313Packages, 4 + python314Packages, 5 5 }: 6 6 7 7 buildHomeAssistantComponent rec { ··· 16 16 hash = "sha256-wbLTjER8M6+baoRJT4KQVcDx90WzOPnNaAxCyz9jsK8="; 17 17 }; 18 18 19 - dependencies = [ python313Packages.defusedxml ]; 19 + dependencies = [ python314Packages.defusedxml ]; 20 20 21 21 # version mismatch 22 22 dontCheckManifest = true;
+13 -8
nix/pkgs/libnpupnp.nix
··· 1 1 { 2 2 stdenv, 3 - fetchurl, 3 + fetchgit, 4 + meson, 5 + ninja, 4 6 pkg-config, 5 7 curl, 6 8 expat, ··· 9 11 10 12 stdenv.mkDerivation (finalAttrs: { 11 13 pname = "libnpupnp"; 12 - version = "6.1.1"; 14 + version = "6.2.3"; 13 15 14 16 buildInputs = [ 15 17 curl 16 18 expat 17 19 libmicrohttpd 18 20 ]; 19 - nativeBuildInputs = [ pkg-config ]; 21 + nativeBuildInputs = [ 22 + meson 23 + ninja 24 + pkg-config 25 + ]; 20 26 21 - patches = [ ./fix-libnpupnp.patch ]; 22 - 23 - src = fetchurl { 24 - url = "https://www.lesbonscomptes.com/upmpdcli/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; 25 - sha256 = "sha256-OTuBgkx3lGswtCvp2TJHUjujnh+qvdLkwZJxBmBMb1Q="; 27 + src = fetchgit { 28 + url = "https://framagit.org/medoc92/npupnp.git"; 29 + rev = "libnpupnp-v${finalAttrs.version}"; 30 + hash = "sha256-opgAImyJ2EdlNuM+v9NdgeekHtGOlTbz/FyJm0SWtWI="; 26 31 }; 27 32 })
-1
nix/pkgs/receiptio.nix
··· 1 1 { 2 - lib, 3 2 runCommand, 4 3 buildNpmPackage, 5 4 fetchFromGitHub,
-1
nix/secrets.nix
··· 11 11 12 12 avarna = common ++ [ hostKeys.avarna ]; 13 13 clovis = common ++ [ hostKeys.clovis ]; 14 - lavender = common ++ [ hostKeys.lavender ]; 15 14 heather = common ++ [ hostKeys.heather ]; 16 15 misc = common ++ [ hostKeys.misc ]; 17 16 code = common ++ [ hostKeys.code ];