Skip to content

Commit

Permalink
Add meta information to the flake and fix the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Sep 18, 2023
1 parent 97bec70 commit 0c4090f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
owner = "nim-lang";
repo = "opengl";
rev = version;
sha256 = "sha256-OHdoPJsmCFdyKV7FGd/r+6nh6NRF7TPhuAx7o/VpiDg=";
hash = "sha256-OHdoPJsmCFdyKV7FGd/r+6nh6NRF7TPhuAx7o/VpiDg=";
};
};
in
Expand All @@ -45,6 +45,11 @@
libGL
libGLU
];
meta = with nixpkgs.lib; {
description = "Zoomer application for Linux";
homepage = "https://github.com/tsoding/boomer";
license = licenses.mit;
};
};
default = boomer;
};
Expand Down

0 comments on commit 0c4090f

Please sign in to comment.