Changes
3 changed files (+13/-12)
-
-
@@ -102,8 +102,8 @@]; }) # TODO: Wait for this to be merged # https://github.com/NixOS/nixpkgs/pull/471326 (pkgs-krita.krita6.overrideAttrs (old: { # https://github.com/NixOS/nixpkgs/pull/487214 (pkgs-krita.krita.overrideAttrs (old: { buildCommand = (lib.strings.removeSuffix "\n\n" old.buildCommand) + " \\\n --set QT_QPA_PLATFORM wayland"; }))
-
-
-
@@ -23,11 +23,11 @@}, "nixpkgs": { "locked": { "lastModified": 1770562336, "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", "lastModified": 1770841267, "narHash": "sha256-9xejG0KoqsoKEGp2kVbXRlEYtFFcDTHjidiuX8hGO44=", "owner": "NixOS", "repo": "nixpkgs", "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", "rev": "ec7c70d12ce2fc37cb92aff673dcdca89d187bae", "type": "github" }, "original": {
-
@@ -39,16 +39,16 @@}, "nixpkgs-krita": { "locked": { "lastModified": 1767355316, "narHash": "sha256-9phUUyx+F7PWANOPCelRr+vCEKOoAzutbaulIksyvZY=", "owner": "sifmelcara", "lastModified": 1770636993, "narHash": "sha256-j4lu04kEgXUOqAfdUaR8wfMZ83b0Lm33S35qZ8ls1QY=", "owner": "K900", "repo": "nixpkgs", "rev": "f2223e7b554631913e17285e354c16ba590b1b8b", "rev": "1f2a625354859e40dc4bcd532eea54ebaf235506", "type": "github" }, "original": { "owner": "sifmelcara", "ref": "krita-experimental-qt6", "owner": "K900", "ref": "krita6", "repo": "nixpkgs", "type": "github" }
-
-
-
@@ -4,7 +4,8 @@# For Rnote fix nixpkgs-old.url = "github:NixOS/nixpkgs/9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4"; # For krita6 nixpkgs-krita.url = "github:sifmelcara/nixpkgs/krita-experimental-qt6"; # Seems easier to use a flake input instead of patching nixpkgs or an overlay, which also prevents excessive recompiling at the expense of extra disk usage nixpkgs-krita.url = "github:K900/nixpkgs/krita6"; # For building an image for XVM # https://lantian.pub/en/article/modify-computer/nixos-low-ram-vps.lantian/ # https://unnamed.website/posts/nixvm/
-