mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
fix: add projectRoot to simple template
This commit is contained in:
parent
8e170fe1f8
commit
33e2a3e39f
@ -4,6 +4,7 @@
|
||||
inp.dream2nix.lib.makeFlakeOutputs {
|
||||
# modify according to your supported systems
|
||||
systems = ["x86_64-linux"];
|
||||
config.projectRoot = ./.;
|
||||
source = ./.;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user