This commit is contained in:
2025-04-07 22:06:53 -04:00
parent afe6cc0f5b
commit 9fa5f51236
3 changed files with 1 additions and 38 deletions

View File

@@ -65,25 +65,6 @@
"mreow"
"yarn"
];
pkgs = import (
(import nixpkgs {
inherit system;
}).applyPatches
{
name = "nixpkgs";
src = inputs.nixpkgs;
patches = [
# https://github.com/NixOS/nixpkgs/pull/67576
# gimp 3.0
(builtins.fetchurl {
url = "https://github.com/NixOS/nixpkgs/pull/67576.diff";
sha256 = "1idkhfirjba6iywkddyhm980x44kfl9lmp51cyfqrpbq7wlzpnia";
})
];
}
) { inherit system; };
in
{
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
@@ -97,7 +78,6 @@
inputs
username
hostname
pkgs
;
};
modules = [