My Nix Configuration
1_: { 2 flake = { 3 lib.data = import ./data; 4 }; 5}