mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
We're not store base/local configuration in nix/* anymore
This commit is contained in:
parent
24927bc787
commit
6505544535
4
appvm.go
4
appvm.go
|
@ -87,12 +87,8 @@ func list(l *libvirt.Libvirt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, f := range files {
|
for _, f := range files {
|
||||||
if f.Name() != "base.nix" &&
|
|
||||||
f.Name() != "local.nix" &&
|
|
||||||
f.Name() != "local.nix.template" {
|
|
||||||
fmt.Println("\t", f.Name()[0:len(f.Name())-4])
|
fmt.Println("\t", f.Name()[0:len(f.Name())-4])
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func copyFile(from, to string) (err error) {
|
func copyFile(from, to string) (err error) {
|
||||||
|
|
Loading…
Reference in a new issue