File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1+ # top-most EditorConfig file
2+ root = true
3+
4+ # Unix-style newlines with a newline ending every file
5+ [* ]
6+ end_of_line = lf
7+ insert_final_newline = true
Original file line number Diff line number Diff line change 22 description = "Flake for SimulaVR/Simula" ;
33
44 nixConfig = {
5- extra-substituters = [
6- "https://simula.cachix.org"
7- ] ;
8- extra-trusted-public-keys = [
9- "simula.cachix.org-1:Sr0SD5FIjc8cUVIeBHl8VJswQEJOBIE6u3wpmjslGBA="
10- ] ;
5+ extra-substituters = [ "https://simula.cachix.org" ] ;
6+ extra-trusted-public-keys = [ "simula.cachix.org-1:Sr0SD5FIjc8cUVIeBHl8VJswQEJOBIE6u3wpmjslGBA=" ] ;
117 } ;
128
139 inputs = {
324320 makeWrapper $out/bin/simula-unwrapped $out/bin/simula \
325321 --prefix PATH : ${ lib . makeBinPath passthru . simulaRuntimePrograms } \
326322 --prefix LD_LIBRARY_PATH : ${ lib . makeLibraryPath passthru . simulaRuntimeLibs }
327-
323+
328324 cat > $out/bin/simula-monado-service << 'EOF'
329325 ${ simulaMonadoServiceContent }
330326 EOF
353349 } ;
354350
355351 packages = {
356- inherit
357- simula
358- godot-haskell
359- godot-haskell-plugin
360- ;
352+ inherit simula godot-haskell godot-haskell-plugin ;
361353 default = simula ;
362354 } ;
363355
386378 } ;
387379 } ;
388380 } ;
389- }
381+ }
You can’t perform that action at this time.
0 commit comments