Compare commits
20 Commits
02b3462301
...
main
Author | SHA1 | Date | |
---|---|---|---|
f0f3f19c21
|
|||
f05330dd60
|
|||
1f4adea38e
|
|||
8fe36cfddc
|
|||
66fe96f8ce
|
|||
ac27bd0bec
|
|||
6df2a1a659
|
|||
5a6dd50718
|
|||
67d062e9b0
|
|||
de4bb6a60e
|
|||
101ab28b9b
|
|||
d2e3803d2d | |||
|
cff7f6163f | ||
242f3e0052
|
|||
c340ee3659
|
|||
2940e7c5fb
|
|||
a984858a7f
|
|||
504b715b42 | |||
|
5d757c2fcf | ||
|
8ccdad907f |
@@ -2,7 +2,9 @@
|
||||
|
||||
**My personal [NUR](https://github.com/nix-community/NUR) repository**
|
||||
|
||||
[CI](https://git.xeals.me/xeals/nur-packages/actions) [](https://xeals.cachix.org)
|
||||
[](https://git.xeals.me/xeals/nur-packages/actions)
|
||||
[](https://xeals.cachix.org)
|
||||
|
||||
|
||||
## Using
|
||||
|
||||
|
12
flake.lock
generated
12
flake.lock
generated
@@ -5,11 +5,11 @@
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710146030,
|
||||
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1719931832,
|
||||
"narHash": "sha256-0LD+KePCKKEb4CcPsTBOwf019wDtZJanjoKm1S8q3Do=",
|
||||
"lastModified": 1756536218,
|
||||
"narHash": "sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0aeab749216e4c073cece5d34bc01b79e717c3e0",
|
||||
"rev": "a918bb3594dd243c2f8534b3be01b3cb4ed35fd1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -18,6 +18,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = [ mopidy python3Packages.py-sonic ];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
@@ -20,6 +20,8 @@ python3Packages.buildPythonApplication rec {
|
||||
pyyaml
|
||||
];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace PROJECTVERSION "${version}"
|
||||
|
@@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, beets
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -46,6 +47,9 @@ python3.pkgs.buildPythonApplication {
|
||||
sed -i 's/Flask <3.0.0/Flask/' pyproject.toml
|
||||
'';
|
||||
|
||||
# required for apprise
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = (with python3.pkgs; [
|
||||
|
@@ -33,7 +33,7 @@ let
|
||||
fi
|
||||
args+=("$a")
|
||||
done
|
||||
exec "${cura5}/bin/cura5" "''${args[@]}"
|
||||
QT_QPA_PLATFORM=xcb exec "${cura5}/bin/cura5" "''${args[@]}"
|
||||
'';
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
@@ -9,7 +9,7 @@ from dataclasses import dataclass, fields as datafields
|
||||
from enum import Enum, unique
|
||||
from typing import List, Optional
|
||||
|
||||
APIBASE = "https://porkbun.com/api/json/v3/dns"
|
||||
APIBASE = "https://api.porkbun.com/api/json/v3/dns"
|
||||
|
||||
|
||||
def dataclass_from_dict(klass: object, d: dict):
|
||||
|
@@ -3,7 +3,7 @@
|
||||
, rustPlatform
|
||||
|
||||
, pkg-config
|
||||
, alsaLib
|
||||
, alsa-lib
|
||||
, dbus
|
||||
, openssl
|
||||
|
||||
@@ -23,6 +23,7 @@ assert withGui -> gtk3.meta.available;
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "psst";
|
||||
version = "20221012.d70ed81";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jpochyla";
|
||||
repo = "psst";
|
||||
@@ -30,12 +31,12 @@ rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-ZKhHN0ruLb6ZVKkrKv/YawRsVop6SP1QF/nrtkmA8P8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
cargoSha256 = "sha256-zH6+EV78FDVOYEFXk0f54pH2Su0QpK1I0bHqzIiMdBo=";
|
||||
cargoHash = "sha256-my15AXG9LLmdqZLqXdeZ81VLv+GbSMgNtuFAlYTEUvQ=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ optional withGui copyDesktopItems;
|
||||
|
||||
buildInputs = [ alsaLib dbus openssl ]
|
||||
buildInputs = [ alsa-lib dbus openssl ]
|
||||
++ optional withGui gtk3;
|
||||
|
||||
cargoBuildFlags = optionals (!withGui) [
|
||||
|
@@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
|
||||
(if opusSupport then opusTools else null)
|
||||
];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
# Remove impure executables.
|
||||
patches = [ ./fix-setup.patch ];
|
||||
|
||||
|
@@ -24,6 +24,9 @@ buildDotnetModule rec {
|
||||
mv $out/bin/TheAirBlow.Thor.Shell $out/bin/thor
|
||||
'';
|
||||
|
||||
# dotnet7 is unsupported but it still runs fine; just don't build it in CI.
|
||||
# https://github.com/Samsung-Loki/Thor/issues/23
|
||||
preferLocalBuild = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/Samsung-Loki/Thor";
|
||||
description = "An alternative to Heimdall";
|
||||
|
@@ -12,6 +12,8 @@ buildPythonPackage rec {
|
||||
sha256 = "0wh2phg8h02a6vlpqd0widd6g8ng142vzmk8hpyx0bnwn2i45sjc";
|
||||
};
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
Reference in New Issue
Block a user