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
nixos/preload: init
[NixPkgs.git]
/
nixos
/
modules
/
programs
/
oblogout.nix
blob
a039b0623b52cb3988ad04aa1da3556e1fcb8f27
1
{ config, lib, pkgs, ... }:
2
3
with lib;
4
5
{
6
7
imports = [
8
(mkRemovedOptionModule [ "programs" "oblogout" ] "programs.oblogout has been removed from NixOS. This is because the oblogout repository has been archived upstream.")
9
];
10
11
}