diff options
| author | 2025-03-02 10:26:16 +0300 | |
|---|---|---|
| committer | 2025-03-02 10:26:16 +0300 | |
| commit | 84e73e3f98307f0e6b7103a30d06022cd0061502 (patch) | |
| tree | f96fd37e97c1e363828c0ee82146a2f580418ca1 /flake.lock | |
| parent | feat: reuse flake inputs (diff) | |
| download | nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.tar.gz nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.tar.bz2 nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.tar.lz nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.tar.xz nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.tar.zst nixos-configuration-84e73e3f98307f0e6b7103a30d06022cd0061502.zip | |
feat(mora): add `niri` from Git
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -43,7 +43,9 @@ "flake-compat" ], "libnbtplusplus": "libnbtplusplus", - "nix-filter": "nix-filter", + "nix-filter": [ + "nix-filter" + ], "nixpkgs": [ "nixpkgs" ] @@ -312,6 +314,30 @@ "type": "github" } }, + "niri": { + "inputs": { + "nix-filter": [ + "nix-filter" + ], + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": [] + }, + "locked": { + "lastModified": 1740898912, + "narHash": "sha256-oDQWpeYkJ2xzGJOCq+m+uMp8urW/37B7NbTndYKIME4=", + "owner": "YaLTeR", + "repo": "niri", + "rev": "9f205d465c46928b95702447194faeb342a57965", + "type": "github" + }, + "original": { + "owner": "YaLTeR", + "repo": "niri", + "type": "github" + } + }, "nix-filter": { "locked": { "lastModified": 1731533336, @@ -468,6 +494,8 @@ "home-manager": "home-manager", "lanzaboote": "lanzaboote", "musnix": "musnix", + "niri": "niri", + "nix-filter": "nix-filter", "nixpkgs": "nixpkgs", "nurpkgs": "nurpkgs", "nyxpkgs": "nyxpkgs", |
