diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 01:06:12 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 01:06:12 +0100 |
| commit | b86b5eae5e65b6317bf77ee3d5dbe9d47149cc76 (patch) | |
| tree | 5132d80618bcd517c7f5447fc2f90bdfa1603be0 /flake.lock | |
| parent | 834472fe38466f7ff78f77dadb1770f87f2cb5ad (diff) | |
add global module for phoenix
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -455,6 +455,26 @@ "type": "github" } }, + "phoenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1766543224, + "narHash": "sha256-96PBoNqh3sPU9t+IXxcB1OjjuQ8HOv42OOh9UtwFHbU=", + "owner": "celenityy", + "repo": "Phoenix", + "rev": "f09568c8a71af4fe42dd43c6f711c67daf605f1e", + "type": "github" + }, + "original": { + "owner": "celenityy", + "repo": "Phoenix", + "type": "github" + } + }, "root": { "inputs": { "agenix": "agenix", @@ -464,6 +484,7 @@ "noshell": "noshell", "nur": "nur", "nvf": "nvf", + "phoenix": "phoenix", "stylix": "stylix" } }, |
