This website requires JavaScript.
Explore
Help
Sign In
Mic92
/
stockholm
Watch
1
Star
0
Fork
0
You've already forked stockholm
Code
Issues
Pull Requests
Releases
Wiki
Activity
2d9385c0a7
stockholm
/
tv
/
default.nix
16 lines
135 B
Nix
Raw
Normal View
History
Unescape
Escape
don't try to mimic nixpkgs
2016-02-15 15:27:11 +00:00
{
tv: integrate 5pkgs as overlay
2018-11-27 10:55:12 +00:00
don't try to mimic nixpkgs
2016-02-15 15:27:11 +00:00
imports
=
[
../krebs
./2configs
./3modules
]
;
tv: integrate 5pkgs as overlay
2018-11-27 10:55:12 +00:00
nixpkgs
=
{
overlays
=
[
(
import
./5pkgs
)
]
;
}
;
don't try to mimic nixpkgs
2016-02-15 15:27:11 +00:00
}
Reference in New Issue
Copy Permalink