Use mkFlake instead of deprecated systemFlake

This commit is contained in:
Charlotte Van Petegem 2021-11-12 10:24:14 +01:00
parent d37509d969
commit cd253ff262
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -25,7 +25,7 @@
jdtls = callPackage ./packages/jdtls { };
kotlin-language-server = callPackage ./packages/kotlin-language-server { };
}; in
utils.lib.systemFlake {
utils.lib.mkFlake {
inherit self inputs;
channels.nixpkgs = {
input = nixpkgs;