diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 20:58:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 20:58:44 +0200 |
| commit | 0c81d2431da3929d8bf047b9a93f49b40fe1fe6a (patch) | |
| tree | eccc42e1d29efe2147aee657acbc85c43a681dab | |
| parent | a7d31afabdd58954fa1bc0a04d94aee155f87aec (diff) | |
Update flake.lock
| -rw-r--r-- | nixos/flake.lock | 67 |
1 files changed, 66 insertions, 1 deletions
diff --git a/nixos/flake.lock b/nixos/flake.lock index 8b13789..df4854d 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -1 +1,66 @@ - +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1785119570, + "narHash": "sha256-Rgs2xKnGLFWQscxUaXX07oyZeuMDOHEbqDOsgliLFGM=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "d4fd24667c8cbef124bb70a20380cab75ec8474d", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-26.05", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1785989512, + "narHash": "sha256-HFQhkQcl5D1hUNoen3SGHCSFCt2Bg6uP+HgbrnA3InQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "445d861c6d31b4af0c79d8d4be2331f762a361d7", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1785967620, + "narHash": "sha256-IItrdb7Puk05RqOBWZYFC5X6Wl1sJmCfh5MWVHw5iMM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "b7c2ada94fe99c15b0dbcf4d11fd7850b957a436", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable" + } + } + }, + "root": "root", + "version": 7 +} |
