diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 45 |
1 files changed, 40 insertions, 5 deletions
@@ -1,5 +1,23 @@ { "nodes": { + "greyline": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1784713718, + "narHash": "sha256-ar2eZLXZJEkkY0YpZiK9cEqlUisvkgpRtcezoexXC/w=", + "owner": "FloatingComet62", + "repo": "greyline", + "rev": "a282e24763f5345dd3c48bd8f4c4dbf6c1f77469", + "type": "github" + }, + "original": { + "owner": "FloatingComet62", + "repo": "greyline", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -23,16 +41,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1784160687, - "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=", + "lastModified": 1781577229, + "narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d", + "rev": "567a49d1913ce81ac6e9582e3553dd90a955875f", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-26.05", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } @@ -53,6 +71,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1784160687, + "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, "quickshell": { "inputs": { "nixpkgs": [ @@ -75,8 +109,9 @@ }, "root": { "inputs": { + "greyline": "greyline", "home-manager": "home-manager", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", "quickshell": "quickshell", "zen-browser": "zen-browser" |
