Compare commits
2 Commits
10930e85d6
...
779c08870c
Author | SHA1 | Date | |
---|---|---|---|
779c08870c
|
|||
00d04c73f6
|
@@ -11,7 +11,7 @@
|
||||
outputs =
|
||||
inputs:
|
||||
{
|
||||
overlays.default = import ./overlays;
|
||||
overlays.default = import ./overlay;
|
||||
}
|
||||
// (
|
||||
let
|
||||
|
@@ -1,4 +1,5 @@
|
||||
final: prev: {
|
||||
final: prev:
|
||||
{
|
||||
lib = prev.lib.recursiveUpdate prev.lib {
|
||||
fetchers = {
|
||||
sshKnownHosts = import ./fetchers/sshKnownHosts final prev;
|
Reference in New Issue
Block a user