Nix fixes: minor changes #22
@@ -1,3 +1,4 @@
|
||||
./result/
|
||||
.pyre/
|
||||
.cache/
|
||||
.venv/
|
||||
|
||||
@@ -43,6 +43,8 @@ This installs the QML plugin to `/usr/lib/qt6/qml`.
|
||||
|
||||
### NixOS
|
||||
|
||||
**Note that not all features work well. This is due to limited testing on NixOS.**
|
||||
|
||||
In your flake.nix file, add the following in your inputs.
|
||||
|
||||
```nix
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
pkgs, # To ensure the nixpkgs version of app2unit
|
||||
pkgs,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
pkgs.app2unit.overrideAttrs (
|
||||
final: prev: rec {
|
||||
version = "1.0.3"; # Fix old issue related to missing env var
|
||||
version = "1.0.3";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Vladimir-csp";
|
||||
repo = "app2unit";
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
pkg-config,
|
||||
pythonEnv,
|
||||
zshell-cli,
|
||||
ddcutil,
|
||||
brightnessctl,
|
||||
}:
|
||||
let
|
||||
version = "1.0.0";
|
||||
@@ -39,6 +41,8 @@ let
|
||||
bash
|
||||
hyprland
|
||||
zshell-cli
|
||||
ddcutil
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
fontconfig = makeFontsConf {
|
||||
|
||||
Reference in New Issue
Block a user