Mercurial
Mercurial
>
nix-home
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
nixpkgs-config.nix
author
Tomas Zeman <tomas@functionals.cz>
Fri, 10 Jul 2020 16:35:43 +0200
changeset 14
30c184da8c38
permissions
-rw-r--r--
nixpkgs-config.nix: share config.nix for nix-* and home-manager
{
allowUnfree = true;
permittedInsecurePackages = [
"openssl-1.0.2u"
"postgresql-9.3.25"
];
}