flake update
This commit is contained in:
parent
accc8f810b
commit
39203d5279
3 changed files with 49 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue