mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-08-27 16:16:29 -03:00
Compare commits
3 commits
1e196718ff
...
f34c2d9289
Author | SHA1 | Date | |
---|---|---|---|
|
f34c2d9289 | ||
|
49adbb1edf | ||
|
aa9eb93058 |
2 changed files with 7 additions and 4 deletions
|
@ -62,7 +62,10 @@ Flake users are assumed to have a `flake.nix` file and a `configuration.nix`.
|
|||
modules = [
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.dzgui-nix.packages.default
|
||||
# add your system architecture as variable
|
||||
inputs.dzgui-nix.packages.${<your-system>}.default
|
||||
# or specify manually.
|
||||
inputs.dzgui-nix.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
# other modules...
|
||||
|
|
|
@ -15,14 +15,14 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
version = "5.6.6";
|
||||
version = "5.8.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "aclist";
|
||||
repo = "dztui";
|
||||
rev = "82d2afb1f2089f52dfb3bad07bf643dd6c128dc2";
|
||||
hash = "sha256-HBaju98s3m59IW3kAePagF56Am4ndrYNfsCPobtxRSg=";
|
||||
rev = "321384dc7bd44339568a3f63630e5fc13a644fc9";
|
||||
hash = "sha256-eXNjxv7oLHer1raj0WgIi6OCrXVtkeiFJFGsg2F+FjI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue