flake update

This commit is contained in:
Denis Lehmann 2021-04-21 12:04:12 +02:00
parent accc8f810b
commit 39203d5279
3 changed files with 49 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
description = "Apply lightmaps to Razer devices";
nixConfig.bash-prompt = "\[\\e[1m\\e[32rzr-develop\\e[0m\]$ ";
nixConfig.bash-prompt = "\[\\e[1m\\e[32mrzr-develop\\e[0m\]$ ";
inputs.flake-utils.url = "github:numtide/flake-utils";
@ -23,6 +23,13 @@
name = "rzr";
src = self;
buildPhase = ''
'';
installPhase = ''
ls -l
exit 1
'';
};
defaultPackage = self.packages.${system}.rzr;