#!/usr/bin/make -f


all:
	service nix-daemon start
	service nix-daemon status
