update flake inputs and pkgs, switch to niri-flake
This commit is contained in:
parent
a7e77f09f0
commit
6136a7d0a5
7 changed files with 89 additions and 177 deletions
|
|
@ -1,11 +1 @@
|
|||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
niri-unstable = inputs.niri-flake.packages."${system}".niri-unstable;
|
||||
niri-overview = inputs.niri-overview.packages."${system}".niri;
|
||||
niri-stable = inputs.niri-flake.packages."${system}".niri-stable;
|
||||
}
|
||||
{ inputs, ... }: inputs.niri-flake.overlays.niri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue