nix config

correct location of print command for ulogger-install script

+1 -2
+1 -2
modules/nixos/ulogger.nix
··· 255 255 }; 256 256 257 257 script = '' 258 - echo "Setting up ulogger-server files in ${cfg.dataDir} ..." 259 258 cd "${cfg.dataDir}" 260 259 261 260 if [ ! -f installed ]; then ··· 272 271 }; 273 272 274 273 meta = with stdenv.lib; { 275 - maintainers = with maintainers; [ nadrieril ]; 274 + maintainers = with maintainers; [ chickensoupwithrice ]; 276 275 }; 277 276 }