index
:
nixos
cgit
flakes
flakes-bump
flakes-template
letsencrypt
master
sif
ymir-git-perms
Declarative system configuration
gkleen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
gkleen@odin.nix
blob: d06215d174ffdd60fa1b6a9127fb14d9ffad5cd7 (
plain
)
1
2
3
4
5
{
packageOverrides =
pkgs
:
with
pkgs
;
{
strm =
pkgs
.
callPackage
..
/odin/strm.nix
{};
};
}