diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-16 21:32:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-16 21:38:27 -0500 |
| commit | 65dacacd18179026613ce138b97fe9b0fc311171 (patch) | |
| tree | 70c8899111d63decb6de194abf098ae215631267 /flake.lock | |
| parent | remove firefox nightly (diff) | |
| download | dotfiles-nix-65dacacd18179026613ce138b97fe9b0fc311171.tar.gz dotfiles-nix-65dacacd18179026613ce138b97fe9b0fc311171.tar.bz2 dotfiles-nix-65dacacd18179026613ce138b97fe9b0fc311171.zip | |
trying out preload-ng
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 61 |
1 files changed, 58 insertions, 3 deletions
@@ -115,7 +115,25 @@ }, "flake-utils": { "inputs": { - "systems": "systems_3" + "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_2": { + "inputs": { + "systems": "systems_4" }, "locked": { "lastModified": 1731533236, @@ -614,6 +632,27 @@ "type": "github" } }, + "preload-ng": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1765741297, + "narHash": "sha256-RY1qkoCD+E9mjhhrOKsISQXSUZHPx2/cEQj94OXlgWQ=", + "owner": "miguel-b-p", + "repo": "preload-ng", + "rev": "6e3d89bd09c07d221a8b54b1cc60a99c975652ec", + "type": "github" + }, + "original": { + "owner": "miguel-b-p", + "repo": "preload-ng", + "type": "github" + } + }, "root": { "inputs": { "apple-fonts": "apple-fonts", @@ -624,6 +663,7 @@ "hyprland-plugins": "hyprland-plugins", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", + "preload-ng": "preload-ng", "rose-pine-hyprcursor": "rose-pine-hyprcursor", "sops-nix": "sops-nix", "talc": "talc", @@ -804,9 +844,24 @@ "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "talc": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -827,7 +882,7 @@ }, "utils": { "inputs": { - "systems": "systems_2" + "systems": "systems_3" }, "locked": { "lastModified": 1710146030, |