Skip to content

Commit 6a12136

Browse files
committed
flake.lock: update
1 parent b5de0a5 commit 6a12136

3 files changed

Lines changed: 47 additions & 54 deletions

File tree

flake.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/home/programs/terminal/tools/nh/default.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ in
1818
config = mkIf cfg.enable {
1919
programs.nh = {
2020
enable = true;
21-
package = pkgs.nh.overrideAttrs {
22-
patches = [
23-
(pkgs.fetchpatch {
24-
url = "https://github.com/nix-community/nh/pull/340.patch";
25-
hash = "sha256-AYrogYKEbwCO4MWoiGIt9I5gDv8XiPEA7DiPaYtNnD8=";
26-
})
27-
];
28-
};
2921

3022
clean = {
3123
enable = true;

modules/home/suites/photo/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ in
1919
home.packages =
2020
with pkgs;
2121
lib.optionals stdenv.hostPlatform.isLinux [
22-
darktable
22+
# FIXME: broken nixpkgs
23+
# darktable
2324
digikam
2425
exiftool
2526
shotwell

0 commit comments

Comments
 (0)