fix formatting

This commit is contained in:
DavHau 2022-08-31 11:35:18 +02:00
parent 36b640d6de
commit 70478745ab

View File

@ -1,4 +1,3 @@
# test: yarn-lock evaluation with @git+ in versions
#
# Detecting regressions of #275.
@ -16,7 +15,10 @@
dream2nix.url = "github:nix-community/dream2nix";
};
outputs = {self, dream2nix }:
outputs = {
self,
dream2nix,
}:
dream2nix.lib.makeFlakeOutputs {
systems = ["x86_64-linux"];
config.projectRoot = ./.;