diff options
| author | Adrian Kummerlaender | 2026-06-07 08:35:51 +0200 |
|---|---|---|
| committer | Adrian Kummerlaender | 2026-06-07 08:35:51 +0200 |
| commit | e069d7927425578f3da2d9d418461c3e9521d8ef (patch) | |
| tree | a063681f5f9a8cd7f4e362f1f6ba5e70ba515d7f | |
| parent | 5ca4c089ede57ea7afe7efc0e84e086ece5762bf (diff) | |
| download | nixos_home-wayland.tar nixos_home-wayland.tar.gz nixos_home-wayland.tar.bz2 nixos_home-wayland.tar.lz nixos_home-wayland.tar.xz nixos_home-wayland.tar.zst nixos_home-wayland.zip | |
Updatewayland
| -rw-r--r-- | flake.lock | 79 |
1 files changed, 76 insertions, 3 deletions
@@ -1,5 +1,33 @@ { "nodes": { + "bun2nix": { + "inputs": { + "flake-parts": "flake-parts", + "nixpkgs": [ + "pi-mono", + "nixpkgs" + ], + "systems": [ + "pi-mono", + "systems" + ], + "treefmt-nix": "treefmt-nix" + }, + "locked": { + "lastModified": 1778446047, + "narHash": "sha256-oQvcadh2BCkrog+SGrG6YffKJrveYpjj3TdQJWaKhaM=", + "owner": "nix-community", + "repo": "bun2nix", + "rev": "f2bc12af1a6369648aac41041ceeaa0b866599c6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "2.1.0", + "repo": "bun2nix", + "type": "github" + } + }, "emacs": { "inputs": { "nixpkgs": "nixpkgs", @@ -20,6 +48,28 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "pi-mono", + "bun2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1777988971, + "narHash": "sha256-qIoWPDs+0/8JecyYgE3gpKQxW/4bLW/gp45vow9ioCQ=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "0678d8986be1661af6bb555f3489f2fdfc31f6ff", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -141,15 +191,16 @@ }, "pi-mono": { "inputs": { + "bun2nix": "bun2nix", "nixpkgs": "nixpkgs_3", "systems": "systems" }, "locked": { - "lastModified": 1777734512, - "narHash": "sha256-YktL43Lfn15Gs4FcVoTle7e18RmkzUaONi7knMTzYAc=", + "lastModified": 1780730899, + "narHash": "sha256-KljJB9aUmZ81ZzTDt8TPrnoJCeMdNS8lnLQGzWgi87c=", "owner": "lukasl-dev", "repo": "pi-mono.nix", - "rev": "ef69a75a82c518bfecaf3667fde1f0ed674283e9", + "rev": "18f36dd9ea4269a7580e59977c266b6c99371e66", "type": "github" }, "original": { @@ -201,6 +252,28 @@ "type": "github" } }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "pi-mono", + "bun2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1775636079, + "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + }, "unstable": { "locked": { "lastModified": 1775763530, |
