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