diff --git a/common/nixos-wayland.nix b/common/nixos-wayland.nix index 7eb9257..b4ca334 100644 --- a/common/nixos-wayland.nix +++ b/common/nixos-wayland.nix @@ -58,7 +58,7 @@ }; fonts.packages = with pkgs; [ - (nerdfonts.override {fonts = ["Hack"];}) + nerd-fonts.hack ]; home-manager.users.me.services.swayosd.enable = true; @@ -305,7 +305,23 @@ #resume 'swaymsg "output * dpms on"' \ #before-sleep 'swaylock -f -c 000000 -i $lock_bg' - bindsym $mod+Shift+s exec "${./..}/scripts/screenshot.sh" + bindsym $mod+Shift+s exec "${ + let + innerScript = pkgs.writeScript "screenshot-inner" '' + geometry=$(slurp -c "#ff0000ff") + + if [[ "$?" != "0" ]] + then + pkill wayfreeze || true + exit + fi + + grim -g "$geometry" -t ppm - | satty --filename - --copy-command=wl-copy --early-exit & + + pkill wayfreeze || true + ''; + in "${pkgs.wayfreeze}/bin/wayfreeze --after-freeze-cmd ${innerScript}" + }" bindsym $mod+p exec $menu -show combi -combi-modes "ssh,run" diff --git a/flake.lock b/flake.lock index 4cc9c37..855b08f 100644 --- a/flake.lock +++ b/flake.lock @@ -3,8 +3,8 @@ "androidPkgs": { "inputs": { "devshell": "devshell", - "flake-utils": "flake-utils_7", - "nixpkgs": "nixpkgs_7" + "flake-utils": "flake-utils_5", + "nixpkgs": "nixpkgs_8" }, "locked": { "lastModified": 1638562808, @@ -24,8 +24,8 @@ "androidPkgs_2": { "inputs": { "devshell": "devshell_2", - "flake-utils": "flake-utils_14", - "nixpkgs": "nixpkgs_14" + "flake-utils": "flake-utils_12", + "nixpkgs": "nixpkgs_15" }, "locked": { "lastModified": 1638562808, @@ -45,7 +45,7 @@ "androidPkgs_3": { "inputs": { "devshell": "devshell_3", - "flake-utils": "flake-utils_21", + "flake-utils": "flake-utils_19", "nixpkgs": "nixpkgs_22" }, "locked": { @@ -63,12 +63,34 @@ "type": "github" } }, + "androidPkgs_4": { + "inputs": { + "devshell": "devshell_4", + "flake-utils": "flake-utils_26", + "nixpkgs": "nixpkgs_30" + }, + "locked": { + "lastModified": 1638562808, + "narHash": "sha256-nnGyBugMQo9WweTgpfPbJu0fHnRtxvsPQ9el2D3wPrY=", + "owner": "tadfisher", + "repo": "android-nixpkgs", + "rev": "a191ab6adb019b09d3bb919bb98dca31d83519d5", + "type": "github" + }, + "original": { + "owner": "tadfisher", + "ref": "stable", + "repo": "android-nixpkgs", + "type": "github" + } + }, "c2vi-config": { "inputs": { "firefox": "firefox_2", "firefox-addons": "firefox-addons_2", - "flake-utils": "flake-utils_10", + "flake-utils": "flake-utils_8", "home-manager": "home-manager_2", + "home-manager-old": "home-manager-old_2", "networkmanager": "networkmanager_2", "nix-doom-emacs": "nix-doom-emacs_2", "nix-index-database": "nix-index-database_2", @@ -76,14 +98,55 @@ "nix-wsl": "nix-wsl_2", "nixos-generators": "nixos-generators_2", "nixos-hardware": "nixos-hardware_2", - "nixpkgs": "nixpkgs_12", + "nixpkgs": "nixpkgs_13", "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap_4", + "nixpkgs-old": "nixpkgs-old_2", "nixpkgs-unstable": "nixpkgs-unstable_2", "nur": "nur_2", "podman": "podman_2", "robotnix": "robotnix_2", - "systems": "systems_10", - "victorinix": "victorinix_2" + "systems": "systems_9", + "victorinix": "victorinix_2", + "vscode-server": "vscode-server", + "waveforms": "waveforms", + "zephyr-nix": "zephyr-nix", + "zmk-nix": "zmk-nix" + }, + "locked": { + "lastModified": 1745356412, + "narHash": "sha256-h8ONnWs8Un5MPZkjrXC3TZr8ynb+brx/nB0yO31j1uo=", + "owner": "c2vi", + "repo": "nixos", + "rev": "bc63aa7db85821761ccc18228e523481daf31e22", + "type": "github" + }, + "original": { + "owner": "c2vi", + "repo": "nixos", + "type": "github" + } + }, + "c2vi-config_2": { + "inputs": { + "firefox": "firefox_3", + "firefox-addons": "firefox-addons_3", + "flake-utils": "flake-utils_15", + "home-manager": "home-manager_3", + "networkmanager": "networkmanager_3", + "nix-doom-emacs": "nix-doom-emacs_3", + "nix-index-database": "nix-index-database_3", + "nix-on-droid": "nix-on-droid_3", + "nix-wsl": "nix-wsl_3", + "nixos-generators": "nixos-generators_3", + "nixos-hardware": "nixos-hardware_3", + "nixpkgs": "nixpkgs_20", + "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap_6", + "nixpkgs-unstable": "nixpkgs-unstable_3", + "nur": "nur_3", + "podman": "podman_3", + "robotnix": "robotnix_3", + "systems": "systems_14", + "victorinix": "victorinix_3" }, "locked": { "lastModified": 1717244469, @@ -99,26 +162,26 @@ "type": "github" } }, - "c2vi-config_2": { + "c2vi-config_3": { "inputs": { - "firefox": "firefox_3", - "firefox-addons": "firefox-addons_3", - "flake-utils": "flake-utils_17", - "home-manager": "home-manager_3", + "firefox": "firefox_4", + "firefox-addons": "firefox-addons_4", + "flake-utils": "flake-utils_22", + "home-manager": "home-manager_4", "my-log": "my-log", - "networkmanager": "networkmanager_3", - "nix-doom-emacs": "nix-doom-emacs_3", - "nix-index-database": "nix-index-database_3", - "nix-on-droid": "nix-on-droid_3", - "nix-wsl": "nix-wsl_3", - "nixos-generators": "nixos-generators_3", - "nixos-hardware": "nixos-hardware_3", - "nixpkgs": "nixpkgs_20", - "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap_6", - "nixpkgs-unstable": "nixpkgs-unstable_3", - "podman": "podman_3", - "robotnix": "robotnix_3", - "systems": "systems_15" + "networkmanager": "networkmanager_4", + "nix-doom-emacs": "nix-doom-emacs_4", + "nix-index-database": "nix-index-database_4", + "nix-on-droid": "nix-on-droid_4", + "nix-wsl": "nix-wsl_4", + "nixos-generators": "nixos-generators_4", + "nixos-hardware": "nixos-hardware_4", + "nixpkgs": "nixpkgs_28", + "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap_8", + "nixpkgs-unstable": "nixpkgs-unstable_4", + "podman": "podman_4", + "robotnix": "robotnix_4", + "systems": "systems_19" }, "locked": { "lastModified": 1714075757, @@ -185,6 +248,8 @@ "crane": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "victorinix", "nixpkgs" ] @@ -203,6 +268,21 @@ "type": "github" } }, + "crane_2": { + "locked": { + "lastModified": 1746291859, + "narHash": "sha256-DdWJLA+D5tcmrRSg5Y7tp/qWaD05ATI4Z7h22gd1h7Q=", + "owner": "ipetkov", + "repo": "crane", + "rev": "dfd9a8dfd09db9aad544c4d3b6c47b12562544a5", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "devshell": { "locked": { "lastModified": 1637575296, @@ -248,6 +328,21 @@ "type": "github" } }, + "devshell_4": { + "locked": { + "lastModified": 1637575296, + "narHash": "sha256-ZY8YR5u8aglZPe27+AJMnPTG6645WuavB+w0xmhTarw=", + "owner": "numtide", + "repo": "devshell", + "rev": "0e56ef21ba1a717169953122c7415fa6a8cd2618", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, "doom-emacs": { "flake": false, "locked": { @@ -299,6 +394,23 @@ "type": "github" } }, + "doom-emacs_4": { + "flake": false, + "locked": { + "lastModified": 1662497747, + "narHash": "sha256-4n7E1fqda7cn5/F2jTkOnKw1juG6XMS/FI9gqODL3aU=", + "owner": "doomemacs", + "repo": "doomemacs", + "rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac", + "type": "github" + }, + "original": { + "owner": "doomemacs", + "repo": "doomemacs", + "rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac", + "type": "github" + } + }, "doom-snippets": { "flake": false, "locked": { @@ -347,6 +459,22 @@ "type": "github" } }, + "doom-snippets_4": { + "flake": false, + "locked": { + "lastModified": 1694887483, + "narHash": "sha256-KlKhruPSLPSKqUnr5/U65arm16VrY9ORzm+XKNZhpTQ=", + "owner": "doomemacs", + "repo": "snippets", + "rev": "f022984ee1318a4015d5d081b3c3dab5a60dc6ff", + "type": "github" + }, + "original": { + "owner": "doomemacs", + "repo": "snippets", + "type": "github" + } + }, "emacs-overlay": { "flake": false, "locked": { @@ -398,6 +526,23 @@ "type": "github" } }, + "emacs-overlay_4": { + "flake": false, + "locked": { + "lastModified": 1676366521, + "narHash": "sha256-i4UAY8t9Au9SJtsgYppa3NHSVf1YkV6yqnNIQd+Km4g=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", + "type": "github" + } + }, "emacs-so-long": { "flake": false, "locked": { @@ -446,6 +591,22 @@ "type": "github" } }, + "emacs-so-long_4": { + "flake": false, + "locked": { + "lastModified": 1575031854, + "narHash": "sha256-xIa5zO0ZaToDrec1OFjBK6l39AbA4l/CE4LInVu2hi0=", + "owner": "hlissner", + "repo": "emacs-so-long", + "rev": "ed666b0716f60e8988c455804de24b55919e71ca", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "emacs-so-long", + "type": "github" + } + }, "evil-escape": { "flake": false, "locked": { @@ -494,6 +655,22 @@ "type": "github" } }, + "evil-escape_4": { + "flake": false, + "locked": { + "lastModified": 1588439096, + "narHash": "sha256-aB2Ge5o/93B18tPf4fN1c+O46CNh/nOqwLJbox4c8Gw=", + "owner": "hlissner", + "repo": "evil-escape", + "rev": "819f1ee1cf3f69a1ae920e6004f2c0baeebbe077", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "evil-escape", + "type": "github" + } + }, "evil-markdown": { "flake": false, "locked": { @@ -542,6 +719,22 @@ "type": "github" } }, + "evil-markdown_4": { + "flake": false, + "locked": { + "lastModified": 1626852210, + "narHash": "sha256-HBBuZ1VWIn6kwK5CtGIvHM1+9eiNiKPH0GUsyvpUVN8=", + "owner": "Somelauw", + "repo": "evil-markdown", + "rev": "8e6cc68af83914b2fa9fd3a3b8472573dbcef477", + "type": "github" + }, + "original": { + "owner": "Somelauw", + "repo": "evil-markdown", + "type": "github" + } + }, "evil-org-mode": { "flake": false, "locked": { @@ -590,6 +783,22 @@ "type": "github" } }, + "evil-org-mode_4": { + "flake": false, + "locked": { + "lastModified": 1607203864, + "narHash": "sha256-JxwqVYDN6OIJEH15MVI6XOZAPtUWUhJQWHyzcrUvrFg=", + "owner": "hlissner", + "repo": "evil-org-mode", + "rev": "a9706da260c45b98601bcd72b1d2c0a24a017700", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "evil-org-mode", + "type": "github" + } + }, "evil-quick-diff": { "flake": false, "locked": { @@ -638,6 +847,22 @@ "type": "github" } }, + "evil-quick-diff_4": { + "flake": false, + "locked": { + "lastModified": 1575189609, + "narHash": "sha256-oGzl1ayW9rIuq0haoiFS7RZsS8NFMdEA7K1BSozgnJU=", + "owner": "rgrinberg", + "repo": "evil-quick-diff", + "rev": "69c883720b30a892c63bc89f49d4f0e8b8028908", + "type": "github" + }, + "original": { + "owner": "rgrinberg", + "repo": "evil-quick-diff", + "type": "github" + } + }, "explain-pause-mode": { "flake": false, "locked": { @@ -686,9 +911,27 @@ "type": "github" } }, + "explain-pause-mode_4": { + "flake": false, + "locked": { + "lastModified": 1595842060, + "narHash": "sha256-++znrjiDSx+cy4okFBBXUBkRFdtnE2x+trkmqjB3Njs=", + "owner": "lastquestion", + "repo": "explain-pause-mode", + "rev": "2356c8c3639cbeeb9751744dbe737267849b4b51", + "type": "github" + }, + "original": { + "owner": "lastquestion", + "repo": "explain-pause-mode", + "type": "github" + } + }, "fenix": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "victorinix", "nixpkgs" ], @@ -708,20 +951,40 @@ "type": "github" } }, + "fenix_2": { + "inputs": { + "nixpkgs": [ + "victorinix", + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src_2" + }, + "locked": { + "lastModified": 1746599904, + "narHash": "sha256-bykoJKLSbNANMY5nedzVYa2Z3GF8poQsNTHAnc19alM=", + "owner": "nix-community", + "repo": "fenix", + "rev": "589e863010225278a042480fed5b6feacb364a65", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "firefox": { "inputs": { - "cachix": "cachix", "flake-compat": "flake-compat", "lib-aggregate": "lib-aggregate", - "mozilla": "mozilla", "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1729272011, - "narHash": "sha256-qZath4ja2WroJy8xtIQ7dsdrOdOVkDqNYAxylb8J53E=", + "lastModified": 1752151250, + "narHash": "sha256-q8fRoDM/LH8l7YHaDqkCB/h9WX6OR7NYsQvnFPU5ZwU=", "owner": "nix-community", "repo": "flake-firefox-nightly", - "rev": "12c63e2cd89951f7ca39b78ecb817138f8408f43", + "rev": "f5df06bf5571945c8f8abde44931a13627df9183", "type": "github" }, "original": { @@ -732,11 +995,35 @@ }, "firefox-addons": { "inputs": { - "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] }, + "locked": { + "dir": "pkgs/firefox-addons", + "lastModified": 1752120209, + "narHash": "sha256-htBJrss6a1Zh510pXecBYlYLRXkYs+9PcT+JNim54Cw=", + "owner": "rycee", + "repo": "nur-expressions", + "rev": "46fbfdbbbd5418716fced1d049aecba0ac370033", + "type": "gitlab" + }, + "original": { + "dir": "pkgs/firefox-addons", + "owner": "rycee", + "repo": "nur-expressions", + "type": "gitlab" + } + }, + "firefox-addons_2": { + "inputs": { + "flake-utils": "flake-utils_7", + "nixpkgs": [ + "victorinix", + "c2vi-config", + "nixpkgs" + ] + }, "locked": { "dir": "pkgs/firefox-addons", "lastModified": 1729260790, @@ -753,10 +1040,12 @@ "type": "gitlab" } }, - "firefox-addons_2": { + "firefox-addons_3": { "inputs": { - "flake-utils": "flake-utils_9", + "flake-utils": "flake-utils_14", "nixpkgs": [ + "victorinix", + "c2vi-config", "victorinix", "c2vi-config", "nixpkgs" @@ -778,14 +1067,16 @@ "type": "gitlab" } }, - "firefox-addons_3": { + "firefox-addons_4": { "inputs": { - "flake-utils": "flake-utils_16", + "flake-utils": "flake-utils_21", "nixpkgs": [ "victorinix", "c2vi-config", "victorinix", "c2vi-config", + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -807,11 +1098,33 @@ }, "firefox_2": { "inputs": { - "cachix": "cachix_2", + "cachix": "cachix", "flake-compat": "flake-compat_4", "lib-aggregate": "lib-aggregate_2", + "mozilla": "mozilla", + "nixpkgs": "nixpkgs_10" + }, + "locked": { + "lastModified": 1729272011, + "narHash": "sha256-qZath4ja2WroJy8xtIQ7dsdrOdOVkDqNYAxylb8J53E=", + "owner": "nix-community", + "repo": "flake-firefox-nightly", + "rev": "12c63e2cd89951f7ca39b78ecb817138f8408f43", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "flake-firefox-nightly", + "type": "github" + } + }, + "firefox_3": { + "inputs": { + "cachix": "cachix_2", + "flake-compat": "flake-compat_7", + "lib-aggregate": "lib-aggregate_3", "mozilla": "mozilla_2", - "nixpkgs": "nixpkgs_9" + "nixpkgs": "nixpkgs_17" }, "locked": { "lastModified": 1714587578, @@ -827,13 +1140,13 @@ "type": "github" } }, - "firefox_3": { + "firefox_4": { "inputs": { "cachix": "cachix_3", - "flake-compat": "flake-compat_7", - "lib-aggregate": "lib-aggregate_3", + "flake-compat": "flake-compat_10", + "lib-aggregate": "lib-aggregate_4", "mozilla": "mozilla_3", - "nixpkgs": "nixpkgs_16" + "nixpkgs": "nixpkgs_24" }, "locked": { "lastModified": 1714047754, @@ -851,11 +1164,11 @@ }, "flake-compat": { "locked": { - "lastModified": 1717312683, - "narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=", + "lastModified": 1746162366, + "narHash": "sha256-5SSSZ/oQkwfcAz/o/6TlejlVGqeK08wyREBQ5qFFPhM=", "owner": "nix-community", "repo": "flake-compat", - "rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea", + "rev": "0f158086a2ecdbb138cd0429410e44994f1b7e4b", "type": "github" }, "original": { @@ -865,6 +1178,53 @@ } }, "flake-compat_10": { + "locked": { + "lastModified": 1688025799, + "narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=", + "owner": "nix-community", + "repo": "flake-compat", + "rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_11": { + "flake": false, + "locked": { + "lastModified": 1673956053, + "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_12": { + "flake": false, + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_13": { "flake": false, "locked": { "lastModified": 1696426674, @@ -899,11 +1259,11 @@ "flake-compat_3": { "flake": false, "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "lastModified": 1747046372, + "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", "owner": "edolstra", "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", "type": "github" }, "original": { @@ -914,11 +1274,11 @@ }, "flake-compat_4": { "locked": { - "lastModified": 1688025799, - "narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=", + "lastModified": 1717312683, + "narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=", "owner": "nix-community", "repo": "flake-compat", - "rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c", + "rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea", "type": "github" }, "original": { @@ -1006,10 +1366,49 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "nur", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1733312601, + "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems" }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_10": { + "inputs": { + "systems": "systems_8" + }, "locked": { "lastModified": 1726560853, "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", @@ -1024,61 +1423,7 @@ "type": "github" } }, - "flake-utils_10": { - "inputs": { - "systems": "systems_7" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flake-utils_11": { - "inputs": { - "systems": "systems_8" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_12": { - "inputs": { - "systems": "systems_9" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_13": { "locked": { "lastModified": 1610051610, "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", @@ -1093,7 +1438,7 @@ "type": "github" } }, - "flake-utils_14": { + "flake-utils_12": { "locked": { "lastModified": 1638122382, "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", @@ -1108,6 +1453,39 @@ "type": "github" } }, + "flake-utils_13": { + "inputs": { + "systems": "systems_10" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_14": { + "locked": { + "lastModified": 1629284811, + "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "flake-utils_15": { "inputs": { "systems": "systems_11" @@ -1127,12 +1505,15 @@ } }, "flake-utils_16": { + "inputs": { + "systems": "systems_12" + }, "locked": { - "lastModified": 1629284811, - "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -1143,7 +1524,7 @@ }, "flake-utils_17": { "inputs": { - "systems": "systems_12" + "systems": "systems_13" }, "locked": { "lastModified": 1710146030, @@ -1160,15 +1541,12 @@ } }, "flake-utils_18": { - "inputs": { - "systems": "systems_13" - }, "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "lastModified": 1610051610, + "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", "owner": "numtide", "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", "type": "github" }, "original": { @@ -1178,8 +1556,41 @@ } }, "flake-utils_19": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { "inputs": { - "systems": "systems_14" + "systems": "systems_2" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_20": { + "inputs": { + "systems": "systems_15" }, "locked": { "lastModified": 1710146030, @@ -1195,7 +1606,7 @@ "type": "github" } }, - "flake-utils_2": { + "flake-utils_21": { "locked": { "lastModified": 1629284811, "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", @@ -1210,36 +1621,6 @@ "type": "github" } }, - "flake-utils_20": { - "locked": { - "lastModified": 1610051610, - "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_21": { - "locked": { - "lastModified": 1638122382, - "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flake-utils_22": { "inputs": { "systems": "systems_16" @@ -1262,6 +1643,24 @@ "inputs": { "systems": "systems_17" }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_24": { + "inputs": { + "systems": "systems_18" + }, "locked": { "lastModified": 1710146030, "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", @@ -1276,9 +1675,75 @@ "type": "github" } }, - "flake-utils_24": { + "flake-utils_25": { + "locked": { + "lastModified": 1610051610, + "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_26": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_27": { "inputs": { - "systems": "systems_18" + "systems": "systems_20" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_28": { + "inputs": { + "systems": "systems_21" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_29": { + "inputs": { + "systems": "systems_22" }, "locked": { "lastModified": 1681202837, @@ -1295,24 +1760,6 @@ } }, "flake-utils_3": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_4": { "inputs": { "systems": "systems_3" }, @@ -1330,9 +1777,75 @@ "type": "github" } }, - "flake-utils_5": { + "flake-utils_30": { "inputs": { - "systems": "systems_4" + "systems": "systems_23" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_31": { + "inputs": { + "systems": "systems_24" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_4": { + "locked": { + "lastModified": 1610051610, + "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_5": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_6": { + "inputs": { + "systems": "systems_5" }, "locked": { "lastModified": 1726560853, @@ -1348,28 +1861,13 @@ "type": "github" } }, - "flake-utils_6": { - "locked": { - "lastModified": 1610051610, - "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flake-utils_7": { "locked": { - "lastModified": 1638122382, - "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "lastModified": 1629284811, + "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", "owner": "numtide", "repo": "flake-utils", - "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c", "type": "github" }, "original": { @@ -1383,11 +1881,11 @@ "systems": "systems_6" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -1397,12 +1895,15 @@ } }, "flake-utils_9": { + "inputs": { + "systems": "systems_7" + }, "locked": { - "lastModified": 1629284811, - "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -1462,6 +1963,23 @@ "type": "github" } }, + "format-all_4": { + "flake": false, + "locked": { + "lastModified": 1581716637, + "narHash": "sha256-ul7LCe60W8TIvUmUtZtZRo8489TK9iTPDsLHmzxY57M=", + "owner": "lassik", + "repo": "emacs-format-all-the-code", + "rev": "47d862d40a088ca089c92cd393c6dca4628f87d3", + "type": "github" + }, + "original": { + "owner": "lassik", + "repo": "emacs-format-all-the-code", + "rev": "47d862d40a088ca089c92cd393c6dca4628f87d3", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -1469,16 +1987,16 @@ ] }, "locked": { - "lastModified": 1739757849, - "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", + "lastModified": 1751810233, + "narHash": "sha256-kllkNbIqQi3VplgTMeGzuh1t8Gk8TauvkTRt93Km+tQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", + "rev": "9b0873b46c9f9e4b7aa01eb634952c206af53068", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -1504,6 +2022,29 @@ "type": "github" } }, + "home-manager-old_2": { + "inputs": { + "nixpkgs": [ + "victorinix", + "c2vi-config", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719827415, + "narHash": "sha256-pvh+1hStXXAZf0sZ1xIJbWGx4u+OGBC1rVx6Wsw0fBw=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "f2e3c19867262dbe84fdfab42467fc8dd83a2005", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-23.11", + "repo": "home-manager", + "type": "github" + } + }, "home-manager_2": { "inputs": { "nixpkgs": [ @@ -1513,16 +2054,16 @@ ] }, "locked": { - "lastModified": 1714043624, - "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=", + "lastModified": 1739757849, + "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", "owner": "nix-community", "repo": "home-manager", - "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411", + "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.11", + "ref": "release-24.11", "repo": "home-manager", "type": "github" } @@ -1552,17 +2093,44 @@ "type": "github" } }, + "home-manager_4": { + "inputs": { + "nixpkgs": [ + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1714043624, + "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-23.11", + "repo": "home-manager", + "type": "github" + } + }, "lan-mouse": { "inputs": { "nixpkgs": "nixpkgs_2", "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1743554389, - "narHash": "sha256-+Pd63NmfbuksNw+vJh+jJbXcx/PdCxVDXHGWaAfNDKo=", + "lastModified": 1749745056, + "narHash": "sha256-olWqCB8v4WmRvId1IsY/yDwxDSwWW3tHdNkyRkEssbM=", "owner": "feschber", "repo": "lan-mouse", - "rev": "b8063a813884b7444fe567deee8f61ff7931d351", + "rev": "e46fe60b3e24be83de38701faa99a4fbd9186f08", "type": "github" }, "original": { @@ -1576,6 +2144,25 @@ "flake-utils": "flake-utils", "nixpkgs-lib": "nixpkgs-lib" }, + "locked": { + "lastModified": 1751804099, + "narHash": "sha256-xl30pF4Rq7p7zI/2bdem8DXncJbsJBkO3dRmpaHJ3PE=", + "owner": "nix-community", + "repo": "lib-aggregate", + "rev": "70b9076f07f94d9269babb0b4d5ed0b5223c1259", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "lib-aggregate", + "type": "github" + } + }, + "lib-aggregate_2": { + "inputs": { + "flake-utils": "flake-utils_6", + "nixpkgs-lib": "nixpkgs-lib_2" + }, "locked": { "lastModified": 1728821524, "narHash": "sha256-Tc4g0n0WxGLLUJYJwrhSE3/l05xUcREEx9y+R4Gi4RA=", @@ -1590,10 +2177,10 @@ "type": "github" } }, - "lib-aggregate_2": { + "lib-aggregate_3": { "inputs": { - "flake-utils": "flake-utils_8", - "nixpkgs-lib": "nixpkgs-lib_2" + "flake-utils": "flake-utils_13", + "nixpkgs-lib": "nixpkgs-lib_3" }, "locked": { "lastModified": 1714306226, @@ -1609,10 +2196,10 @@ "type": "github" } }, - "lib-aggregate_3": { + "lib-aggregate_4": { "inputs": { - "flake-utils": "flake-utils_15", - "nixpkgs-lib": "nixpkgs-lib_3" + "flake-utils": "flake-utils_20", + "nixpkgs-lib": "nixpkgs-lib_4" }, "locked": { "lastModified": 1713701427, @@ -1631,11 +2218,15 @@ "mdbook-nixdoc": { "inputs": { "nix-github-actions": [ + "victorinix", + "c2vi-config", "zephyr-nix", "pyproject-nix", "nix-github-actions" ], "nixpkgs": [ + "victorinix", + "c2vi-config", "zephyr-nix", "pyproject-nix", "nixpkgs" @@ -1705,7 +2296,7 @@ }, "my-log": { "inputs": { - "nixpkgs": "nixpkgs_17" + "nixpkgs": "nixpkgs_25" }, "locked": { "lastModified": 1712193044, @@ -1763,6 +2354,21 @@ "type": "github" } }, + "networkmanager_4": { + "locked": { + "lastModified": 1700593965, + "narHash": "sha256-xvzN3iI4OuWx4/LsPxnOy/yMixlb4XD6PMcyTfRqJ38=", + "owner": "c2vi", + "repo": "nixos-networkmanager-profiles", + "rev": "1d759f696c237419bf25273c80a8d78e6b2b8da7", + "type": "github" + }, + "original": { + "owner": "c2vi", + "repo": "nixos-networkmanager-profiles", + "type": "github" + } + }, "nix-doom-emacs": { "inputs": { "doom-emacs": "doom-emacs", @@ -1775,7 +2381,7 @@ "evil-quick-diff": "evil-quick-diff", "explain-pause-mode": "explain-pause-mode", "flake-compat": "flake-compat_2", - "flake-utils": "flake-utils_4", + "flake-utils": "flake-utils_3", "format-all": "format-all", "nix-straight": "nix-straight", "nixpkgs": "nixpkgs_3", @@ -1817,10 +2423,10 @@ "evil-quick-diff": "evil-quick-diff_2", "explain-pause-mode": "explain-pause-mode_2", "flake-compat": "flake-compat_5", - "flake-utils": "flake-utils_11", + "flake-utils": "flake-utils_9", "format-all": "format-all_2", "nix-straight": "nix-straight_2", - "nixpkgs": "nixpkgs_10", + "nixpkgs": "nixpkgs_11", "nose": "nose_2", "ob-racket": "ob-racket_2", "org": "org_2", @@ -1859,7 +2465,7 @@ "evil-quick-diff": "evil-quick-diff_3", "explain-pause-mode": "explain-pause-mode_3", "flake-compat": "flake-compat_8", - "flake-utils": "flake-utils_18", + "flake-utils": "flake-utils_16", "format-all": "format-all_3", "nix-straight": "nix-straight_3", "nixpkgs": "nixpkgs_18", @@ -1889,6 +2495,48 @@ "type": "github" } }, + "nix-doom-emacs_4": { + "inputs": { + "doom-emacs": "doom-emacs_4", + "doom-snippets": "doom-snippets_4", + "emacs-overlay": "emacs-overlay_4", + "emacs-so-long": "emacs-so-long_4", + "evil-escape": "evil-escape_4", + "evil-markdown": "evil-markdown_4", + "evil-org-mode": "evil-org-mode_4", + "evil-quick-diff": "evil-quick-diff_4", + "explain-pause-mode": "explain-pause-mode_4", + "flake-compat": "flake-compat_11", + "flake-utils": "flake-utils_23", + "format-all": "format-all_4", + "nix-straight": "nix-straight_4", + "nixpkgs": "nixpkgs_26", + "nose": "nose_4", + "ob-racket": "ob-racket_4", + "org": "org_4", + "org-contrib": "org-contrib_4", + "org-yt": "org-yt_4", + "php-extras": "php-extras_4", + "revealjs": "revealjs_4", + "rotate-text": "rotate-text_4", + "sln-mode": "sln-mode_4", + "ts-fold": "ts-fold_4", + "ws-butler": "ws-butler_4" + }, + "locked": { + "lastModified": 1701264882, + "narHash": "sha256-MBXR7x7Ua8qystlGr+lenwjQd7dsFNFpEFmtHhh10zM=", + "owner": "nix-community", + "repo": "nix-doom-emacs", + "rev": "f7413022370f24bb53cb450bfb2803233510113e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-doom-emacs", + "type": "github" + } + }, "nix-formatter-pack": { "inputs": { "nixpkgs": [ @@ -1964,9 +2612,40 @@ "type": "github" } }, + "nix-formatter-pack_4": { + "inputs": { + "nixpkgs": [ + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "nix-on-droid", + "nixpkgs" + ], + "nmd": "nmd_7", + "nmt": "nmt_4" + }, + "locked": { + "lastModified": 1666720474, + "narHash": "sha256-iWojjDS1D19zpeZXbBdjWb9MiKmVVFQCqtJmtTXgPx8=", + "owner": "Gerschtli", + "repo": "nix-formatter-pack", + "rev": "14876cc8fe94a3d329964ecb073b4c988c7b61f5", + "type": "github" + }, + "original": { + "owner": "Gerschtli", + "repo": "nix-formatter-pack", + "type": "github" + } + }, "nix-github-actions": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "zephyr-nix", "pyproject-nix", "nixpkgs" @@ -1986,12 +2665,55 @@ "type": "github" } }, + "nix-github-actions_2": { + "inputs": { + "nixpkgs": [ + "zephyr-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1737420293, + "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=", + "owner": "nix-community", + "repo": "nix-github-actions", + "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-github-actions", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ "nixpkgs" ] }, + "locked": { + "lastModified": 1751774635, + "narHash": "sha256-DuOznGdgMxeSlPpUu6Wkq0ZD5e2Cfv9XRZeZlHWMd1s=", + "owner": "Mic92", + "repo": "nix-index-database", + "rev": "85686025ba6d18df31cc651a91d5adef63378978", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "nix-index-database", + "type": "github" + } + }, + "nix-index-database_2": { + "inputs": { + "nixpkgs": [ + "victorinix", + "c2vi-config", + "nixpkgs" + ] + }, "locked": { "lastModified": 1728790083, "narHash": "sha256-grMdAd4KSU6uPqsfLzA1B/3pb9GtGI9o8qb0qFzEU/Y=", @@ -2006,9 +2728,11 @@ "type": "github" } }, - "nix-index-database_2": { + "nix-index-database_3": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "victorinix", "c2vi-config", "nixpkgs" @@ -2028,13 +2752,15 @@ "type": "github" } }, - "nix-index-database_3": { + "nix-index-database_4": { "inputs": { "nixpkgs": [ "victorinix", "c2vi-config", "victorinix", "c2vi-config", + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -2145,6 +2871,45 @@ "type": "github" } }, + "nix-on-droid_4": { + "inputs": { + "home-manager": [ + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "home-manager" + ], + "nix-formatter-pack": "nix-formatter-pack_4", + "nixpkgs": [ + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "nixpkgs" + ], + "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap_7", + "nmd": "nmd_8" + }, + "locked": { + "lastModified": 1688144254, + "narHash": "sha256-8KL1l/7eP2Zm1aJjdVaSOk0W5kTnJo9kcgW03gqWuiI=", + "owner": "nix-community", + "repo": "nix-on-droid", + "rev": "2301e01d48c90b60751005317de7a84a51a87eb6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-23.05", + "repo": "nix-on-droid", + "type": "github" + } + }, "nix-straight": { "flake": false, "locked": { @@ -2193,12 +2958,47 @@ "type": "github" } }, + "nix-straight_4": { + "flake": false, + "locked": { + "lastModified": 1694361489, + "narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=", + "owner": "nix-community", + "repo": "nix-straight.el", + "rev": "748be99b84be0b130e946288099806a0f16d6e57", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-straight.el", + "type": "github" + } + }, "nix-wsl": { "inputs": { "flake-compat": "flake-compat_3", - "flake-utils": "flake-utils_5", "nixpkgs": "nixpkgs_4" }, + "locked": { + "lastModified": 1752138162, + "narHash": "sha256-ClgAN2eyqlkRjpnU9y0AL+Rg3ICs5k2sJvCjuSit57A=", + "owner": "nix-community", + "repo": "NixOS-WSL", + "rev": "11500b1ad1c01f7ade38b487924ae89f69f3d022", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NixOS-WSL", + "type": "github" + } + }, + "nix-wsl_2": { + "inputs": { + "flake-compat": "flake-compat_6", + "flake-utils": "flake-utils_10", + "nixpkgs": "nixpkgs_12" + }, "locked": { "lastModified": 1729203674, "narHash": "sha256-WKB5NhenAnCXLK4zb5+qXYaBdh6th1DrdUj599HwvCw=", @@ -2213,11 +3013,11 @@ "type": "github" } }, - "nix-wsl_2": { + "nix-wsl_3": { "inputs": { - "flake-compat": "flake-compat_6", - "flake-utils": "flake-utils_12", - "nixpkgs": "nixpkgs_11" + "flake-compat": "flake-compat_9", + "flake-utils": "flake-utils_17", + "nixpkgs": "nixpkgs_19" }, "locked": { "lastModified": 1714355896, @@ -2233,11 +3033,11 @@ "type": "github" } }, - "nix-wsl_3": { + "nix-wsl_4": { "inputs": { - "flake-compat": "flake-compat_9", - "flake-utils": "flake-utils_19", - "nixpkgs": "nixpkgs_19" + "flake-compat": "flake-compat_12", + "flake-utils": "flake-utils_24", + "nixpkgs": "nixpkgs_27" }, "locked": { "lastModified": 1713947658, @@ -2255,11 +3055,11 @@ }, "nixlib": { "locked": { - "lastModified": 1728781282, - "narHash": "sha256-hUP9oxmnOmNnKcDOf5Y55HQ+NnoT0+bLWHLQWLLw9Ks=", + "lastModified": 1736643958, + "narHash": "sha256-tmpqTSWVRJVhpvfSN9KXBvKEXplrwKnSZNAoNPf/S/s=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "16340f605f4e8e5cf07fd74dcbe692eee2d4f51b", + "rev": "1418bc28a52126761c02dd3d89b2d8ca0f521181", "type": "github" }, "original": { @@ -2270,11 +3070,11 @@ }, "nixlib_2": { "locked": { - "lastModified": 1712450863, - "narHash": "sha256-K6IkdtMtq9xktmYPj0uaYc8NsIqHuaAoRBaMgu9Fvrw=", + "lastModified": 1728781282, + "narHash": "sha256-hUP9oxmnOmNnKcDOf5Y55HQ+NnoT0+bLWHLQWLLw9Ks=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "3c62b6a12571c9a7f65ab037173ee153d539905f", + "rev": "16340f605f4e8e5cf07fd74dcbe692eee2d4f51b", "type": "github" }, "original": { @@ -2298,6 +3098,21 @@ "type": "github" } }, + "nixlib_4": { + "locked": { + "lastModified": 1712450863, + "narHash": "sha256-K6IkdtMtq9xktmYPj0uaYc8NsIqHuaAoRBaMgu9Fvrw=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "3c62b6a12571c9a7f65ab037173ee153d539905f", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, "nixos-generators": { "inputs": { "nixlib": "nixlib", @@ -2306,11 +3121,11 @@ ] }, "locked": { - "lastModified": 1729127034, - "narHash": "sha256-42AMGl+dh4I2wGgICSeDI1mqYaDEJhwqquHJ1vA0QiQ=", + "lastModified": 1751903740, + "narHash": "sha256-PeSkNMvkpEvts+9DjFiop1iT2JuBpyknmBUs0Un0a4I=", "owner": "nix-community", "repo": "nixos-generators", - "rev": "dd28a0806e7124fe392c33c9ccaa12f21970401f", + "rev": "032decf9db65efed428afd2fa39d80f7089085eb", "type": "github" }, "original": { @@ -2329,11 +3144,11 @@ ] }, "locked": { - "lastModified": 1713783234, - "narHash": "sha256-3yh0nqI1avYUmmtqqTW3EVfwaLE+9ytRWxsA5aWtmyI=", + "lastModified": 1729127034, + "narHash": "sha256-42AMGl+dh4I2wGgICSeDI1mqYaDEJhwqquHJ1vA0QiQ=", "owner": "nix-community", "repo": "nixos-generators", - "rev": "722b512eb7e6915882f39fff0e4c9dd44f42b77e", + "rev": "dd28a0806e7124fe392c33c9ccaa12f21970401f", "type": "github" }, "original": { @@ -2367,7 +3182,49 @@ "type": "github" } }, + "nixos-generators_4": { + "inputs": { + "nixlib": "nixlib_4", + "nixpkgs": [ + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "victorinix", + "c2vi-config", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1713783234, + "narHash": "sha256-3yh0nqI1avYUmmtqqTW3EVfwaLE+9ytRWxsA5aWtmyI=", + "owner": "nix-community", + "repo": "nixos-generators", + "rev": "722b512eb7e6915882f39fff0e4c9dd44f42b77e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixos-generators", + "type": "github" + } + }, "nixos-hardware": { + "locked": { + "lastModified": 1752048960, + "narHash": "sha256-gATnkOe37eeVwKKYCsL+OnS2gU4MmLuZFzzWCtaKLI8=", + "owner": "nixos", + "repo": "nixos-hardware", + "rev": "7ced9122cff2163c6a0212b8d1ec8c33a1660806", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixos-hardware", + "type": "github" + } + }, + "nixos-hardware_2": { "locked": { "lastModified": 1728729581, "narHash": "sha256-oazkQ/z7r43YkDLLQdMg8oIB3CwWNb+2ZrYOxtLEWTQ=", @@ -2382,7 +3239,7 @@ "type": "github" } }, - "nixos-hardware_2": { + "nixos-hardware_3": { "locked": { "lastModified": 1714465198, "narHash": "sha256-ySkEJvS0gPz2UhXm0H3P181T8fUxvDVcoUyGn0Kc5AI=", @@ -2397,7 +3254,7 @@ "type": "github" } }, - "nixos-hardware_3": { + "nixos-hardware_4": { "locked": { "lastModified": 1713864415, "narHash": "sha256-/BPDMJEkrsFAFOsQWhwm31wezlgshPFlLBn34KEUdVA=", @@ -2414,16 +3271,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728888510, - "narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=", + "lastModified": 1752124863, + "narHash": "sha256-5rWuf6RAlMDp/CAEuyYEz7ryxzgjxOCgUDhWEef864c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c", + "rev": "40de82b434526744da778ed53c742c1282d9e75e", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } @@ -2524,7 +3381,54 @@ "type": "github" } }, + "nixpkgs-for-bootstrap_7": { + "locked": { + "lastModified": 1686921029, + "narHash": "sha256-J1bX9plPCFhTSh6E3TWn9XSxggBh/zDD4xigyaIQBy8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04", + "type": "github" + } + }, + "nixpkgs-for-bootstrap_8": { + "locked": { + "lastModified": 1686921029, + "narHash": "sha256-J1bX9plPCFhTSh6E3TWn9XSxggBh/zDD4xigyaIQBy8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04", + "type": "github" + } + }, "nixpkgs-lib": { + "locked": { + "lastModified": 1751764648, + "narHash": "sha256-YcOV5pjz6CGo3rogh6Cn+idk1D54stnHKPssKZHdSKA=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "ad3b5848957727196961b696418a3cea370b77a8", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "nixpkgs-lib_2": { "locked": { "lastModified": 1728781282, "narHash": "sha256-hUP9oxmnOmNnKcDOf5Y55HQ+NnoT0+bLWHLQWLLw9Ks=", @@ -2539,7 +3443,7 @@ "type": "github" } }, - "nixpkgs-lib_2": { + "nixpkgs-lib_3": { "locked": { "lastModified": 1714265296, "narHash": "sha256-jVnKiCOoFulPT1zDdA4jfG/lnEnngdth5CT6rVDXEJ4=", @@ -2554,7 +3458,7 @@ "type": "github" } }, - "nixpkgs-lib_3": { + "nixpkgs-lib_4": { "locked": { "lastModified": 1713660444, "narHash": "sha256-2bVnrEGyWJhRNKspzfTJmVD/fsH9HQURD4cWpz79Ulw=", @@ -2585,10 +3489,28 @@ "type": "github" } }, + "nixpkgs-old_2": { + "locked": { + "lastModified": 1720535198, + "narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "release-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-python": { "inputs": { - "flake-compat": "flake-compat_10", + "flake-compat": "flake-compat_13", "nixpkgs": [ + "victorinix", + "c2vi-config", "zephyr-nix", "nixpkgs" ] @@ -2608,6 +3530,22 @@ } }, "nixpkgs-unstable": { + "locked": { + "lastModified": 1751984180, + "narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable_2": { "locked": { "lastModified": 1741513245, "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", @@ -2623,7 +3561,7 @@ "type": "github" } }, - "nixpkgs-unstable_2": { + "nixpkgs-unstable_3": { "locked": { "lastModified": 1714253743, "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", @@ -2639,7 +3577,7 @@ "type": "github" } }, - "nixpkgs-unstable_3": { + "nixpkgs-unstable_4": { "locked": { "lastModified": 1713895582, "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", @@ -2703,7 +3641,39 @@ "type": "github" } }, + "nixpkgsUnstable_4": { + "locked": { + "lastModified": 1638376152, + "narHash": "sha256-ucgLpVqhFnClH7YRUHBHnmiOd82RZdFR3XJt36ks5fE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_10": { + "locked": { + "lastModified": 1728888510, + "narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_11": { "locked": { "lastModified": 1695806987, "narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", @@ -2718,39 +3688,39 @@ "type": "indirect" } }, - "nixpkgs_11": { - "locked": { - "lastModified": 1714272655, - "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_12": { "locked": { - "lastModified": 1714564312, - "narHash": "sha256-+Pu+QmY5u33E+PMulmvLiyAgZDi2bgbV5LEtiVXa0c4=", + "lastModified": 1728740863, + "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "60f80cff5cc3185eba37a260a06399300dfdcffd", + "rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_13": { + "locked": { + "lastModified": 1741892592, + "narHash": "sha256-ai0XSujeUYInQtp1u6TQfrTx9Vtv9bAOkK63lWcttzk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a531c9252bde4165e7a49244e71a57bbfa60ba93", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "release-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_14": { "locked": { "lastModified": 1613434981, "narHash": "sha256-Q6JRyPs5g2AXov/yEof//jOOiQ/VZVxrSYC7jiCEhSE=", @@ -2764,7 +3734,7 @@ "type": "indirect" } }, - "nixpkgs_14": { + "nixpkgs_15": { "locked": { "lastModified": 1637841632, "narHash": "sha256-QYqiKHdda0EOnLGQCHE+GluD/Lq2EJj4hVTooPM55Ic=", @@ -2780,7 +3750,7 @@ "type": "github" } }, - "nixpkgs_15": { + "nixpkgs_16": { "locked": { "lastModified": 1638371214, "narHash": "sha256-0kE6KhgH7n0vyuX4aUoGsGIQOqjIx2fJavpCWtn73rc=", @@ -2796,33 +3766,17 @@ "type": "github" } }, - "nixpkgs_16": { - "locked": { - "lastModified": 1713895582, - "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "572af610f6151fd41c212f897c71f7056e3fb518", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_17": { "locked": { - "lastModified": 1702830618, - "narHash": "sha256-lvhwIvRwhOLgzbRuYkqHy4M5cQHYs4ktL6/hyuBS6II=", - "owner": "NixOS", + "lastModified": 1714253743, + "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "91a00709aebb3602f172a0bf47ba1ef013e34835", + "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" @@ -2845,11 +3799,11 @@ }, "nixpkgs_19": { "locked": { - "lastModified": 1713013257, - "narHash": "sha256-ZEfGB3YCBVggvk0BQIqVY7J8XF/9jxQ68fCca6nib+8=", + "lastModified": 1714272655, + "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "90055d5e616bd943795d38808c94dbf0dd35abe8", + "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf", "type": "github" }, "original": { @@ -2877,11 +3831,11 @@ }, "nixpkgs_20": { "locked": { - "lastModified": 1714082080, - "narHash": "sha256-ntuxg7lSDr6HNZ9/3fVf6qFy/FNGvEAHYM0lXgyrW5w=", + "lastModified": 1714564312, + "narHash": "sha256-+Pu+QmY5u33E+PMulmvLiyAgZDi2bgbV5LEtiVXa0c4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c8e7e76916a13361cb7761feac6175465722791b", + "rev": "60f80cff5cc3185eba37a260a06399300dfdcffd", "type": "github" }, "original": { @@ -2937,6 +3891,99 @@ "type": "github" } }, + "nixpkgs_24": { + "locked": { + "lastModified": 1713895582, + "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "572af610f6151fd41c212f897c71f7056e3fb518", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_25": { + "locked": { + "lastModified": 1702830618, + "narHash": "sha256-lvhwIvRwhOLgzbRuYkqHy4M5cQHYs4ktL6/hyuBS6II=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "91a00709aebb3602f172a0bf47ba1ef013e34835", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_26": { + "locked": { + "lastModified": 1695806987, + "narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixpkgs-unstable", + "type": "indirect" + } + }, + "nixpkgs_27": { + "locked": { + "lastModified": 1713013257, + "narHash": "sha256-ZEfGB3YCBVggvk0BQIqVY7J8XF/9jxQ68fCca6nib+8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "90055d5e616bd943795d38808c94dbf0dd35abe8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_28": { + "locked": { + "lastModified": 1714082080, + "narHash": "sha256-ntuxg7lSDr6HNZ9/3fVf6qFy/FNGvEAHYM0lXgyrW5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c8e7e76916a13361cb7761feac6175465722791b", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "release-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_29": { + "locked": { + "lastModified": 1613434981, + "narHash": "sha256-Q6JRyPs5g2AXov/yEof//jOOiQ/VZVxrSYC7jiCEhSE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "82abb66345f583001009f1be36f81c4082098011", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "nixpkgs_3": { "locked": { "lastModified": 1695806987, @@ -2952,53 +3999,7 @@ "type": "indirect" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1728740863, - "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_5": { - "locked": { - "lastModified": 1741892592, - "narHash": "sha256-ai0XSujeUYInQtp1u6TQfrTx9Vtv9bAOkK63lWcttzk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a531c9252bde4165e7a49244e71a57bbfa60ba93", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "release-24.11", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_6": { - "locked": { - "lastModified": 1613434981, - "narHash": "sha256-Q6JRyPs5g2AXov/yEof//jOOiQ/VZVxrSYC7jiCEhSE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "82abb66345f583001009f1be36f81c4082098011", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_7": { + "nixpkgs_30": { "locked": { "lastModified": 1637841632, "narHash": "sha256-QYqiKHdda0EOnLGQCHE+GluD/Lq2EJj4hVTooPM55Ic=", @@ -3014,7 +4015,7 @@ "type": "github" } }, - "nixpkgs_8": { + "nixpkgs_31": { "locked": { "lastModified": 1638371214, "narHash": "sha256-0kE6KhgH7n0vyuX4aUoGsGIQOqjIx2fJavpCWtn73rc=", @@ -3030,13 +4031,45 @@ "type": "github" } }, - "nixpkgs_9": { + "nixpkgs_4": { "locked": { - "lastModified": 1714253743, - "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", + "lastModified": 1751792365, + "narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_5": { + "locked": { + "lastModified": 1752162966, + "narHash": "sha256-3MxxkU8ZXMHXcbFz7UE4M6qnIPTYGcE/7EMqlZNnVDE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "10e687235226880ed5e9f33f1ffa71fe60f2638a", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "release-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_6": { + "locked": { + "lastModified": 1751984180, + "narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", + "rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0", "type": "github" }, "original": { @@ -3046,6 +4079,52 @@ "type": "github" } }, + "nixpkgs_7": { + "locked": { + "lastModified": 1613434981, + "narHash": "sha256-Q6JRyPs5g2AXov/yEof//jOOiQ/VZVxrSYC7jiCEhSE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "82abb66345f583001009f1be36f81c4082098011", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_8": { + "locked": { + "lastModified": 1637841632, + "narHash": "sha256-QYqiKHdda0EOnLGQCHE+GluD/Lq2EJj4hVTooPM55Ic=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "73369f8d0864854d1acfa7f1e6217f7d6b6e3fa1", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_9": { + "locked": { + "lastModified": 1638371214, + "narHash": "sha256-0kE6KhgH7n0vyuX4aUoGsGIQOqjIx2fJavpCWtn73rc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a640d8394f34714578f3e6335fc767d0755d78f9", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-21.11", + "repo": "nixpkgs", + "type": "github" + } + }, "nmd": { "flake": false, "locked": { @@ -3142,6 +4221,38 @@ "type": "gitlab" } }, + "nmd_7": { + "flake": false, + "locked": { + "lastModified": 1666190571, + "narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=", + "owner": "rycee", + "repo": "nmd", + "rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169", + "type": "gitlab" + }, + "original": { + "owner": "rycee", + "repo": "nmd", + "type": "gitlab" + } + }, + "nmd_8": { + "flake": false, + "locked": { + "lastModified": 1666190571, + "narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=", + "owner": "rycee", + "repo": "nmd", + "rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169", + "type": "gitlab" + }, + "original": { + "owner": "rycee", + "repo": "nmd", + "type": "gitlab" + } + }, "nmt": { "flake": false, "locked": { @@ -3190,6 +4301,22 @@ "type": "gitlab" } }, + "nmt_4": { + "flake": false, + "locked": { + "lastModified": 1648075362, + "narHash": "sha256-u36WgzoA84dMVsGXzml4wZ5ckGgfnvS0ryzo/3zn/Pc=", + "owner": "rycee", + "repo": "nmt", + "rev": "d83601002c99b78c89ea80e5e6ba21addcfe12ae", + "type": "gitlab" + }, + "original": { + "owner": "rycee", + "repo": "nmt", + "type": "gitlab" + } + }, "nose": { "flake": false, "locked": { @@ -3238,7 +4365,42 @@ "type": "github" } }, + "nose_4": { + "flake": false, + "locked": { + "lastModified": 1400604510, + "narHash": "sha256-daEi8Kta1oGaDEmUUDDQMahTTPOpvNpDKk22rlr7cB0=", + "owner": "emacsattic", + "repo": "nose", + "rev": "f8528297519eba911696c4e68fa88892de9a7b72", + "type": "github" + }, + "original": { + "owner": "emacsattic", + "repo": "nose", + "type": "github" + } + }, "nur": { + "inputs": { + "flake-parts": "flake-parts", + "nixpkgs": "nixpkgs_6" + }, + "locked": { + "lastModified": 1752169447, + "narHash": "sha256-RkmaDo+SjuNrDC41640pWTrwgVwmiFmy1noiK09sxRs=", + "owner": "nix-community", + "repo": "NUR", + "rev": "c32fcb4a2c7edd97934f5a3520cb2e66f90cb623", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, + "nur_2": { "locked": { "lastModified": 1729273642, "narHash": "sha256-60KkzIqBMxOii63HaduvSQw49SMzFYrZC9TgxPKb+oU=", @@ -3253,7 +4415,7 @@ "type": "github" } }, - "nur_2": { + "nur_3": { "locked": { "lastModified": 1715935062, "narHash": "sha256-Y55ZtqyO1S/iwqWk/heGVxX3kH6gYBn1ZvzLkUpYnx0=", @@ -3316,6 +4478,22 @@ "type": "github" } }, + "ob-racket_4": { + "flake": false, + "locked": { + "lastModified": 1584656173, + "narHash": "sha256-rBUYDDCXb+3D4xTPQo9UocbTPZ32kWV1Uya/1DmZknU=", + "owner": "xchrishawk", + "repo": "ob-racket", + "rev": "83457ec9e1e96a29fd2086ed19432b9d75787673", + "type": "github" + }, + "original": { + "owner": "xchrishawk", + "repo": "ob-racket", + "type": "github" + } + }, "org": { "flake": false, "locked": { @@ -3380,6 +4558,22 @@ "type": "github" } }, + "org-contrib_4": { + "flake": false, + "locked": { + "lastModified": 1694946041, + "narHash": "sha256-X/HFG6NZe5BY00KvGbcsIuf9R6Lg8x7Uhd0Y5+Q3qZU=", + "owner": "emacsmirror", + "repo": "org-contrib", + "rev": "5eabbf22bdd4523c922a30787e98ee66c24221aa", + "type": "github" + }, + "original": { + "owner": "emacsmirror", + "repo": "org-contrib", + "type": "github" + } + }, "org-yt": { "flake": false, "locked": { @@ -3428,6 +4622,22 @@ "type": "github" } }, + "org-yt_4": { + "flake": false, + "locked": { + "lastModified": 1527381913, + "narHash": "sha256-dzQ6B7ryzatHCTLyEnRSbWO0VUiX/FHYnpHTs74aVUs=", + "owner": "TobiasZawada", + "repo": "org-yt", + "rev": "40cc1ac76d741055cbefa13860d9f070a7ade001", + "type": "github" + }, + "original": { + "owner": "TobiasZawada", + "repo": "org-yt", + "type": "github" + } + }, "org_2": { "flake": false, "locked": { @@ -3460,6 +4670,22 @@ "type": "github" } }, + "org_4": { + "flake": false, + "locked": { + "lastModified": 1695726851, + "narHash": "sha256-qgbjspklSoI8M3cbCJOcUdjuijRgsL/+PSyEOW9VX4I=", + "owner": "emacs-straight", + "repo": "org-mode", + "rev": "aa9177e1a8b039c357d369c1c9aaab710bb247a9", + "type": "github" + }, + "original": { + "owner": "emacs-straight", + "repo": "org-mode", + "type": "github" + } + }, "php-extras": { "flake": false, "locked": { @@ -3508,10 +4734,26 @@ "type": "github" } }, + "php-extras_4": { + "flake": false, + "locked": { + "lastModified": 1573312690, + "narHash": "sha256-r4WyVbzvT0ra4Z6JywNBOw5RxOEYd6Qe2IpebHXkj1U=", + "owner": "arnested", + "repo": "php-extras", + "rev": "d410c5af663c30c01d461ac476d1cbfbacb49367", + "type": "github" + }, + "original": { + "owner": "arnested", + "repo": "php-extras", + "type": "github" + } + }, "podman": { "inputs": { - "flake-utils": "flake-utils_6", - "nixpkgs": "nixpkgs_6" + "flake-utils": "flake-utils_4", + "nixpkgs": "nixpkgs_7" }, "locked": { "lastModified": 1661906180, @@ -3529,8 +4771,8 @@ }, "podman_2": { "inputs": { - "flake-utils": "flake-utils_13", - "nixpkgs": "nixpkgs_13" + "flake-utils": "flake-utils_11", + "nixpkgs": "nixpkgs_14" }, "locked": { "lastModified": 1661906180, @@ -3548,7 +4790,7 @@ }, "podman_3": { "inputs": { - "flake-utils": "flake-utils_20", + "flake-utils": "flake-utils_18", "nixpkgs": "nixpkgs_21" }, "locked": { @@ -3565,11 +4807,32 @@ "type": "github" } }, + "podman_4": { + "inputs": { + "flake-utils": "flake-utils_25", + "nixpkgs": "nixpkgs_29" + }, + "locked": { + "lastModified": 1661906180, + "narHash": "sha256-x5+aOuzlMhlXoEPs2f/jAn9TG4oQ+sfCtdwn+3gDkHY=", + "owner": "ES-Nix", + "repo": "podman-rootless", + "rev": "7b45d94ce78c297dae6d0435f0b2e9dae2e719ce", + "type": "github" + }, + "original": { + "owner": "ES-Nix", + "repo": "podman-rootless", + "type": "github" + } + }, "pyproject-nix": { "inputs": { "mdbook-nixdoc": "mdbook-nixdoc", "nix-github-actions": "nix-github-actions", "nixpkgs": [ + "victorinix", + "c2vi-config", "zephyr-nix", "nixpkgs" ], @@ -3589,6 +4852,27 @@ "type": "github" } }, + "pyproject-nix_2": { + "inputs": { + "nixpkgs": [ + "zephyr-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1743438845, + "narHash": "sha256-1GSaoubGtvsLRwoYwHjeKYq40tLwvuFFVhGrG8J9Oek=", + "owner": "nix-community", + "repo": "pyproject.nix", + "rev": "8063ec98edc459571d042a640b1c5e334ecfca1e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "pyproject.nix", + "type": "github" + } + }, "revealjs": { "flake": false, "locked": { @@ -3637,10 +4921,26 @@ "type": "github" } }, + "revealjs_4": { + "flake": false, + "locked": { + "lastModified": 1695738029, + "narHash": "sha256-Z9c9Q41jMkj/DyXOiZYyIa7Gmn8VB8yauTyWrSsT+ps=", + "owner": "hakimel", + "repo": "reveal.js", + "rev": "88fbfc5751ad01e3f6adee5819eabeb9e73c3757", + "type": "github" + }, + "original": { + "owner": "hakimel", + "repo": "reveal.js", + "type": "github" + } + }, "robotnix": { "inputs": { "androidPkgs": "androidPkgs", - "nixpkgs": "nixpkgs_8", + "nixpkgs": "nixpkgs_9", "nixpkgsUnstable": "nixpkgsUnstable" }, "locked": { @@ -3660,9 +4960,29 @@ "robotnix_2": { "inputs": { "androidPkgs": "androidPkgs_2", - "nixpkgs": "nixpkgs_15", + "nixpkgs": "nixpkgs_16", "nixpkgsUnstable": "nixpkgsUnstable_2" }, + "locked": { + "lastModified": 1720788641, + "narHash": "sha256-Afj16G4DxwIueKxv602uYIm56QCTTvT6hxyrhI/qSjo=", + "owner": "c2vi", + "repo": "robotnix", + "rev": "17904d5868a52640368daef973a03f4985ee22ad", + "type": "github" + }, + "original": { + "owner": "c2vi", + "repo": "robotnix", + "type": "github" + } + }, + "robotnix_3": { + "inputs": { + "androidPkgs": "androidPkgs_3", + "nixpkgs": "nixpkgs_23", + "nixpkgsUnstable": "nixpkgsUnstable_3" + }, "locked": { "lastModified": 1715556564, "narHash": "sha256-me9rl00zFrxprCQxuewOGJXSMpDR2X9ZrWORD4spiIw=", @@ -3677,11 +4997,11 @@ "type": "github" } }, - "robotnix_3": { + "robotnix_4": { "inputs": { - "androidPkgs": "androidPkgs_3", - "nixpkgs": "nixpkgs_23", - "nixpkgsUnstable": "nixpkgsUnstable_3" + "androidPkgs": "androidPkgs_4", + "nixpkgs": "nixpkgs_31", + "nixpkgsUnstable": "nixpkgsUnstable_4" }, "locked": { "lastModified": 1712250398, @@ -3701,7 +5021,7 @@ "inputs": { "firefox": "firefox", "firefox-addons": "firefox-addons", - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "home-manager": "home-manager", "home-manager-old": "home-manager-old", "lan-mouse": "lan-mouse", @@ -3719,12 +5039,12 @@ "nur": "nur", "podman": "podman", "robotnix": "robotnix", - "systems": "systems_5", + "systems": "systems_4", "victorinix": "victorinix", - "vscode-server": "vscode-server", - "waveforms": "waveforms", - "zephyr-nix": "zephyr-nix", - "zmk-nix": "zmk-nix" + "vscode-server": "vscode-server_2", + "waveforms": "waveforms_2", + "zephyr-nix": "zephyr-nix_2", + "zmk-nix": "zmk-nix_2" } }, "rotate-text": { @@ -3775,6 +5095,22 @@ "type": "github" } }, + "rotate-text_4": { + "flake": false, + "locked": { + "lastModified": 1322962747, + "narHash": "sha256-SOeOgSlcEIsKhUiYDJv0p+mLUb420s9E2BmvZQvZ0wk=", + "owner": "debug-ito", + "repo": "rotate-text.el", + "rev": "48f193697db996855aee1ad2bc99b38c6646fe76", + "type": "github" + }, + "original": { + "owner": "debug-ito", + "repo": "rotate-text.el", + "type": "github" + } + }, "rust-analyzer-src": { "flake": false, "locked": { @@ -3792,6 +5128,23 @@ "type": "github" } }, + "rust-analyzer-src_2": { + "flake": false, + "locked": { + "lastModified": 1746522319, + "narHash": "sha256-q+Qo00BFgXN6xKrsrQI1P7Z3K1s2zKT0GNl0h8DwBH4=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "debaef80be92d957f52d6e89c86286556075ea47", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + }, "rust-overlay": { "inputs": { "nixpkgs": [ @@ -3861,6 +5214,22 @@ "type": "github" } }, + "sln-mode_4": { + "flake": false, + "locked": { + "lastModified": 1423727528, + "narHash": "sha256-XqkqPyEJuTtFslOz1fpTf/Klbd/zA7IGpzpmum/MGao=", + "owner": "sensorflo", + "repo": "sln-mode", + "rev": "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c", + "type": "github" + }, + "original": { + "owner": "sensorflo", + "repo": "sln-mode", + "type": "github" + } + }, "systems": { "locked": { "lastModified": 1681028828, @@ -4011,6 +5380,21 @@ "type": "github" } }, + "systems_19": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_2": { "locked": { "lastModified": 1681028828, @@ -4026,6 +5410,81 @@ "type": "github" } }, + "systems_20": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_21": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_22": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_23": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_24": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "systems_3": { "locked": { "lastModified": 1681028828, @@ -4134,6 +5593,8 @@ "treefmt-nix": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "zephyr-nix", "pyproject-nix", "nixpkgs" @@ -4201,13 +5662,72 @@ "type": "github" } }, + "ts-fold_4": { + "flake": false, + "locked": { + "lastModified": 1695278494, + "narHash": "sha256-O4NcUC1u08W8ZslqoA/i+iTaLotKwheURXQWBxLLMFc=", + "owner": "jcs-elpa", + "repo": "ts-fold", + "rev": "70b2c79ff4daa7351d4e2917b0343b9a18d4d4f2", + "type": "github" + }, + "original": { + "owner": "jcs-elpa", + "repo": "ts-fold", + "type": "github" + } + }, + "vicpkgs": { + "flake": false, + "locked": { + "lastModified": 1750246319, + "narHash": "sha256-ozKaJL47bZ/1pawcD5fNJ3O1xS+9W/I9Nk13nMc2qes=", + "owner": "c2vi", + "repo": "vicpkgs", + "rev": "29c7670d0dc75e48ef716a0577715400f80a905e", + "type": "github" + }, + "original": { + "owner": "c2vi", + "repo": "vicpkgs", + "type": "github" + } + }, "victorinix": { "inputs": { "c2vi-config": "c2vi-config", + "crane": "crane_2", + "fenix": "fenix_2", + "flake-utils": "flake-utils_30", + "nixpkgs": [ + "nixpkgs" + ], + "vicpkgs": "vicpkgs" + }, + "locked": { + "lastModified": 1750413190, + "narHash": "sha256-rewBN2t8Xb/CXT/gMC7s20xbmcCT6f74kiLXHf/RW8s=", + "owner": "c2vi", + "repo": "victorinix", + "rev": "bed6338671e11b454bf6baf2a9569933196b4c92", + "type": "github" + }, + "original": { + "owner": "c2vi", + "repo": "victorinix", + "type": "github" + } + }, + "victorinix_2": { + "inputs": { + "c2vi-config": "c2vi-config_2", "crane": "crane", "fenix": "fenix", - "flake-utils": "flake-utils_23", + "flake-utils": "flake-utils_28", "nixpkgs": [ + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -4225,11 +5745,13 @@ "type": "github" } }, - "victorinix_2": { + "victorinix_3": { "inputs": { - "c2vi-config": "c2vi-config_2", - "flake-utils": "flake-utils_22", + "c2vi-config": "c2vi-config_3", + "flake-utils": "flake-utils_27", "nixpkgs": [ + "victorinix", + "c2vi-config", "victorinix", "c2vi-config", "nixpkgs" @@ -4251,8 +5773,10 @@ }, "vscode-server": { "inputs": { - "flake-utils": "flake-utils_24", + "flake-utils": "flake-utils_29", "nixpkgs": [ + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -4270,9 +5794,32 @@ "type": "github" } }, + "vscode-server_2": { + "inputs": { + "flake-utils": "flake-utils_31", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1750353031, + "narHash": "sha256-Bx7DOPLhkr8Z60U9Qw4l0OidzHoqLDKQH5rDV5ef59A=", + "owner": "nix-community", + "repo": "nixos-vscode-server", + "rev": "4ec4859b12129c0436b0a471ed1ea6dd8a317993", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixos-vscode-server", + "type": "github" + } + }, "waveforms": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -4290,6 +5837,26 @@ "type": "github" } }, + "waveforms_2": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1748247366, + "narHash": "sha256-+uQh9e8F8KjC5HzHCztvDvW4xZdI4TZVxNFjaesL338=", + "owner": "liff", + "repo": "waveforms-flake", + "rev": "7b5dc468bfb2a284f97d29b91f9a9fe5acd5a673", + "type": "github" + }, + "original": { + "owner": "liff", + "repo": "waveforms-flake", + "type": "github" + } + }, "ws-butler": { "flake": false, "locked": { @@ -4338,6 +5905,22 @@ "type": "github" } }, + "ws-butler_4": { + "flake": false, + "locked": { + "lastModified": 1634511126, + "narHash": "sha256-c0y0ZPtxxICPk+eaNbbQf6t+FRCliNY54CCz9QHQ8ZI=", + "owner": "hlissner", + "repo": "ws-butler", + "rev": "572a10c11b6cb88293de48acbb59a059d36f9ba5", + "type": "github" + }, + "original": { + "owner": "hlissner", + "repo": "ws-butler", + "type": "github" + } + }, "zephyr": { "flake": false, "locked": { @@ -4358,6 +5941,8 @@ "zephyr-nix": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "nixpkgs" ], "nixpkgs-python": "nixpkgs-python", @@ -4378,9 +5963,51 @@ "type": "github" } }, + "zephyr-nix_2": { + "inputs": { + "nix-github-actions": "nix-github-actions_2", + "nixpkgs": [ + "nixpkgs" + ], + "pyproject-nix": "pyproject-nix_2", + "zephyr": "zephyr_2" + }, + "locked": { + "lastModified": 1743625659, + "narHash": "sha256-sdM/skladcDTed+Xyp0/YneaDpwVpeA6hBLWR1Uc/6Y=", + "owner": "adisbladis", + "repo": "zephyr-nix", + "rev": "5ba6564b7f2db1508bcf87f0f869b8e4f8be96c1", + "type": "github" + }, + "original": { + "owner": "adisbladis", + "repo": "zephyr-nix", + "type": "github" + } + }, + "zephyr_2": { + "flake": false, + "locked": { + "lastModified": 1721992675, + "narHash": "sha256-rmOHH0uRU27U2T4w4+FEMcAcuiZ7W7p4vOwtSwiAFNY=", + "owner": "zephyrproject-rtos", + "repo": "zephyr", + "rev": "36940db938a8f4a1e919496793ed439850a221c2", + "type": "github" + }, + "original": { + "owner": "zephyrproject-rtos", + "ref": "v3.7.0", + "repo": "zephyr", + "type": "github" + } + }, "zmk-nix": { "inputs": { "nixpkgs": [ + "victorinix", + "c2vi-config", "nixpkgs" ] }, @@ -4397,6 +6024,26 @@ "repo": "zmk-nix", "type": "github" } + }, + "zmk-nix_2": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1751762606, + "narHash": "sha256-uhAx0iVSpjukhRbLOVdLbFxFF886E8u3/PvW8a25jw0=", + "owner": "lilyinstarlight", + "repo": "zmk-nix", + "rev": "f528613ff83fd56967332a0ccd54e85ba9c46647", + "type": "github" + }, + "original": { + "owner": "lilyinstarlight", + "repo": "zmk-nix", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 8cb1385..6c5751f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ ################################### INPUTS ######################################### inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-25.05"; #nixpkgs.url = "github:NixOS/nixpkgs/b9562c824b11473587286eb499680129c2d0d4f1"; #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; @@ -20,7 +20,7 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; #url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/programs/neovim.nix b/programs/neovim.nix index 75be837..a29da4f 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix @@ -45,10 +45,11 @@ "filetypes" = [ "nix" ]; "rootPatterns" = [ "flake.nix" ]; }; - "typst" = { - "command" = "${pkgs.typst-lsp}/bin/typst-lsp"; - "filetypes" = [ "typ" "typst" ]; - }; + #"typst" = { + # error: 'typst-lsp' has been removed due to lack of upstream maintenance, consider using 'tinymist' instead + #"command" = "${pkgs.typst-lsp}/bin/typst-lsp"; + #"filetypes" = [ "typ" "typst" ]; + #}; }; "svelte.enable-ts-plugin" = true; }; diff --git a/scripts/screenshot.sh b/scripts/screenshot.sh deleted file mode 100755 index 399856f..0000000 --- a/scripts/screenshot.sh +++ /dev/null @@ -1,14 +0,0 @@ -hyprpicker -r -z & - -geometry=$(slurp -c '#ff0000ff') - -if [[ "$?" != "0" ]] -then - pkill hyprpicker || true - exit -fi - - -grim -g "$geometry" -t ppm - | satty --filename - --copy-command=wl-copy --early-exit & - -pkill hyprpicker || true diff --git a/users/me/gui-home.nix b/users/me/gui-home.nix index 57123fd..4c2604b 100755 --- a/users/me/gui-home.nix +++ b/users/me/gui-home.nix @@ -82,7 +82,7 @@ # gui packages obsidian - gnome.eog + eog xorg.xkbcomp haskellPackages.xmonad-extras haskellPackages.xmonad-contrib @@ -92,7 +92,7 @@ spotify networkmanagerapplet haskellPackages.xmobar - dolphin + kdePackages.dolphin mupdf xclip stalonetray