fix: add projectRoot to simple template

This commit is contained in:
Yusuf Bera Ertan 2022-06-02 17:46:35 +03:00
parent 8e170fe1f8
commit 33e2a3e39f
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -4,6 +4,7 @@
inp.dream2nix.lib.makeFlakeOutputs {
# modify according to your supported systems
systems = ["x86_64-linux"];
config.projectRoot = ./.;
source = ./.;
};
}