Skip to content

Commit e95cd8b

Browse files
committed
chore: move nix/ to .nix/
1 parent 06a8049 commit e95cd8b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
outputs = {synergy, ...} @ inputs:
1111
synergy.lib.mkFlake {
1212
inherit inputs;
13-
src = ./nix;
13+
src = ./.nix;
1414
eval.synergy.restrictDependenciesUnits.synergy = ["harmony"];
1515
};
1616
}

0 commit comments

Comments
 (0)