mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
fix formatting
This commit is contained in:
parent
36b640d6de
commit
70478745ab
@ -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 = ./.;
|
||||
|
Loading…
Reference in New Issue
Block a user