From f795228518f673a3c7a5a5bc0e3ada7141c0e6c3 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Sat, 28 Dec 2024 17:20:32 +0200 Subject: [PATCH] Updated flake inputs, commented out packages that fail to build: heroic ( electron build failure - https://github.com/NixOS/nixpkgs/issues/368172) , bottles ( patool build failure - https://github.com/NixOS/nixpkgs/issues/367772) , sage ( ecm build failure - https://github.com/NixOS/nixpkgs/issues/368655), btop ( libc build failure - https://github.com/NixOS/nixpkgs/issues/368672) and magic-wormhole ( currently writing an issue for it. --- apps.mod.nix | 8 ++++---- flake.lock | 36 ++++++++++++++++++------------------ games.mod.nix | 4 ++-- nerd.mod.nix | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/apps.mod.nix b/apps.mod.nix index 5cd2b82..6316df8 100644 --- a/apps.mod.nix +++ b/apps.mod.nix @@ -6,13 +6,13 @@ ps wget libqalculate - magic-wormhole + # magic-wormhole # disabled because of a build failure, currently writing an issue for it ]; programs = { # For the love of Fucking please keep them in alphabetical order to soothe my brain - btop = { - enable = true; - }; + /* btop = { + enable = true; # disabled because of build failure, watch https://github.com/NixOS/nixpkgs/issues/368672 . + };*/ emacs = { enable = true; }; diff --git a/flake.lock b/flake.lock index 228483e..27072c3 100644 --- a/flake.lock +++ b/flake.lock @@ -161,11 +161,11 @@ ] }, "locked": { - "lastModified": 1734622215, - "narHash": "sha256-OOfI0XhSJGHblfdNDhfnn8QnZxng63rWk9eeJ2tCbiI=", + "lastModified": 1735381016, + "narHash": "sha256-CyCZFhMUkuYbSD6bxB/r43EdmDE7hYeZZPTCv0GudO4=", "owner": "nix-community", "repo": "home-manager", - "rev": "1395379a7a36e40f2a76e7b9936cc52950baa1be", + "rev": "10e99c43cdf4a0713b4e81d90691d22c6a58bdf2", "type": "github" }, "original": { @@ -202,11 +202,11 @@ ] }, "locked": { - "lastModified": 1734234111, - "narHash": "sha256-icEMqBt4HtGH52PU5FHidgBrNJvOfXH6VQKNtnD1aw8=", + "lastModified": 1735222882, + "narHash": "sha256-kWNi45/mRjQMG+UpaZQ7KyPavYrKfle3WgLn9YeBBVg=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "311d6cf3ad3f56cb051ffab1f480b2909b3f754d", + "rev": "7e3246f6ad43b44bc1c16d580d7bf6467f971530", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1734352517, - "narHash": "sha256-mfv+J/vO4nqmIOlq8Y1rRW8hVsGH3M+I2ESMjhuebDs=", + "lastModified": 1735388221, + "narHash": "sha256-e5IOgjQf0SZcFCEV/gMGrsI0gCJyqOKShBQU0iiM3Kg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "b12e314726a4226298fe82776b4baeaa7bcf3dcd", + "rev": "7c674c6734f61157e321db595dbfcd8523e04e19", "type": "github" }, "original": { @@ -266,11 +266,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1734529975, - "narHash": "sha256-ze3IJksru9dN0keqUxY0WNf8xrwfs8Ty/z9v/keyBbg=", + "lastModified": 1735286948, + "narHash": "sha256-JMRV2RI58nV1UqLXqm+lcea1/dr92fYjWU5S+Rz3fmE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "72d11d40b9878a67c38f003c240c2d2e1811e72a", + "rev": "31ac92f9628682b294026f0860e14587a09ffb4b", "type": "github" }, "original": { @@ -282,11 +282,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734424634, - "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", + "lastModified": 1735291276, + "narHash": "sha256-NYVcA06+blsLG6wpAbSPTCyLvxD/92Hy4vlY9WxFI1M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", + "rev": "634fd46801442d760e09493a794c4f15db2d0cbb", "type": "github" }, "original": { @@ -390,11 +390,11 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1734531336, - "narHash": "sha256-BWwJTAiWmZudUdUbyets7e3zQfjvZYtkU51blBnUBjw=", + "lastModified": 1735253599, + "narHash": "sha256-aKLAUkdeMH2N5gMDNiOC7KghRNy1necLtLa9+zUcj1g=", "owner": "danth", "repo": "stylix", - "rev": "a2d66f25478103ac9b4adc6d6713794f7005221e", + "rev": "963e77a3a4fc2be670d5a9a6cbeb249b8a43808a", "type": "github" }, "original": { diff --git a/games.mod.nix b/games.mod.nix index df901ad..1c75f8b 100644 --- a/games.mod.nix +++ b/games.mod.nix @@ -17,8 +17,8 @@ {pkgs, ...}: { home.packages = with pkgs; [ lutris - bottles - heroic + # bottles # disabled because of python 3.12 patool failing to build - https://github.com/NixOS/nixpkgs/issues/367772 + # heroic # disabled because of electron build failure - https://github.com/NixOS/nixpkgs/issues/368172 ]; programs.mangohud.enable = true; } diff --git a/nerd.mod.nix b/nerd.mod.nix index 96abd40..cf51e43 100644 --- a/nerd.mod.nix +++ b/nerd.mod.nix @@ -8,7 +8,7 @@ chemtool avogadro2 ]; - programs.sagemath.enable = true; + # programs.sagemath.enable = true; # disabled because of https://github.com/NixOS/nixpkgs/issues/368655 } ) ];