tangled
alpha
login
or
join now
fuwn.net
/
yae
0
fork
atom
⛩️ Powerful yet Minimal Nix Dependency Manager
flake
flakes
home-manager
nixos
go
nix
dependency
dependencies
0
fork
atom
overview
issues
pulls
pipelines
refactor(sources): remove unused member
fuwn.net
1 year ago
3ab40ae6
0c846980
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
-4
1 changed file
expand all
collapse all
unified
split
sources.go
-4
sources.go
···
8
8
9
9
type Sources map[string]Source
10
10
11
11
-
func (s *Sources) EnsureLoaded() error {
12
12
-
return nil
13
13
-
}
14
14
-
15
11
func (s *Sources) Add(name string, d Source) error {
16
12
if s.Exists(name) {
17
13
return fmt.Errorf("source already exists")