flake: add taskobs, remove dup overlay entry
This commit is contained in:
parent
220e8337f5
commit
e424cc821a
12
flake.nix
12
flake.nix
@ -30,6 +30,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
microca = { url = "github:qbit/microca"; };
|
microca = { url = "github:qbit/microca"; };
|
||||||
|
taskobs = { url = "github:qbit/taskobs"; };
|
||||||
|
|
||||||
mcchunkie = {
|
mcchunkie = {
|
||||||
url = "github:qbit/mcchunkie";
|
url = "github:qbit/mcchunkie";
|
||||||
@ -48,20 +49,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, unstable, unstableSmall, stable, nixos-hardware
|
outputs = { self, unstable, unstableSmall, stable, nixos-hardware
|
||||||
, sshKnownHosts, microca, mcchunkie, gqrss, darwin, xin-secrets, peerix, ...
|
, sshKnownHosts, microca, taskobs, mcchunkie, gqrss, darwin, xin-secrets
|
||||||
}@flakes:
|
, peerix, ... }@flakes:
|
||||||
let
|
let
|
||||||
supportedSystems =
|
supportedSystems =
|
||||||
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||||
forAllSystems = unstable.lib.genAttrs supportedSystems;
|
forAllSystems = unstable.lib.genAttrs supportedSystems;
|
||||||
nixpkgsFor = forAllSystems (system: import unstable { inherit system; });
|
nixpkgsFor = forAllSystems (system: import unstable { inherit system; });
|
||||||
hostBase = {
|
hostBase = {
|
||||||
overlays = [
|
|
||||||
flakes.emacs-overlay.overlay
|
|
||||||
flakes.peerix.overlay
|
|
||||||
flakes.microca.overlay
|
|
||||||
|
|
||||||
];
|
|
||||||
modules = [
|
modules = [
|
||||||
# Common config stuffs
|
# Common config stuffs
|
||||||
(import (./default.nix))
|
(import (./default.nix))
|
||||||
@ -78,6 +73,7 @@
|
|||||||
flakes.emacs-overlay.overlay
|
flakes.emacs-overlay.overlay
|
||||||
flakes.peerix.overlay
|
flakes.peerix.overlay
|
||||||
flakes.microca.overlay
|
flakes.microca.overlay
|
||||||
|
flakes.taskobs.overlay
|
||||||
];
|
];
|
||||||
|
|
||||||
buildVer = { system.configurationRevision = self.rev or "DIRTY"; };
|
buildVer = { system.configurationRevision = self.rev or "DIRTY"; };
|
||||||
|
@ -230,6 +230,7 @@ in {
|
|||||||
pharo-launcher
|
pharo-launcher
|
||||||
rofi
|
rofi
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
taskobs
|
||||||
tcpdump
|
tcpdump
|
||||||
tidal-hifi
|
tidal-hifi
|
||||||
tigervnc
|
tigervnc
|
||||||
|
Loading…
Reference in New Issue
Block a user