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

41
flake.lock generated Normal file
View file

@ -0,0 +1,41 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1618868421,
"narHash": "sha256-vyoJhLV6cJ8/tWz+l9HZLIkb9Rd9esE7p+0RL6zDR6Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "eed214942bcfb3a8cc09eb3b28ca7d7221e44a94",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1618998681,
"narHash": "sha256-31mPpP5uvdvKINe+7R494EDKFsVs+nG3QfzzMkKVP1g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8c87951c37e1e989c0169960879fd378774b646c",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

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;