repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arduino-create-agent: init at 1.6.1 (#300694)
[NixPkgs.git]
/
nixos
/
modules
/
services
/
desktops
/
gnome
/
gnome-online-miners.nix
blob
8fb1309abb6286d3745d9f9ab55c13fa9f8efb17
1
# GNOME Online Miners daemon.
2
3
{ lib, ... }:
4
5
{
6
imports = [
7
(lib.mkRemovedOptionModule [
8
"services"
9
"gnome"
10
"gnome-online-miners"
11
] "It was broken for a while now.")
12
];
13
}