This website requires JavaScript.
Explore
Help
Register
Sign In
simon
/
nixos-config
Watch
1
Star
1
Fork
You've already forked nixos-config
0
Code
Issues
8
Pull requests
Actions
Projects
Activity
8bf63db6e5
nixos-config
/
pkgs
/
modules.nix
8 lines
73 B
Nix
Raw
Normal View
History
Unescape
Escape
pkgs: Add bang-evaluator I don’t know if (and doubt that) this is a good solution. I can’t simply callPackage it, since it does not use a callPackage compatible nix expression but rather a ready-to-build default.nix. Also, I need the source in two different files, one of which can’t use nixpkgs fetchers.
2021-02-07 21:00:09 +01:00
{
pkgs
,
.
.
.
}:
pkgs/modules: Remove stray import
2021-05-02 17:16:49 +02:00
pkgs: Add wordclock-dimmer (including module)
2021-01-31 19:47:54 +01:00
{
imports
=
[
./wordclock-dimmer/module.nix
]
;
}
Reference in a new issue
Copy permalink