refactor: remove version from builders

This commit is contained in:
Yusuf Bera Ertan 2022-09-27 15:29:55 +03:00
parent 15b8621648
commit 163bdcc601
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -29,9 +29,5 @@ in {
"ifd"
];
};
version = lib.mkOption {
type = t.int;
default = 2;
};
};
}