mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
river: build from master
This commit is contained in:
parent
4bd3816f34
commit
02eef8f563
6 changed files with 48 additions and 17 deletions
|
@ -43,6 +43,13 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
river = {
|
||||
url = "https://github.com/riverwm/river";
|
||||
flake = false;
|
||||
type = "git";
|
||||
submodules = true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -57,6 +64,7 @@
|
|||
, purge
|
||||
, trucksimulatorbot
|
||||
, pfersel
|
||||
, river
|
||||
, ...
|
||||
}@attrs: {
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue