treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index ac4fea0..825ae50 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "resetmsmice";
+ description = "my flakes";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
@@ -11,11 +11,6 @@
postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});
};
- gitweb = final: prev: {
- gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
- patches = [ ./patches/gitweb.patch ];
- });
- };
};
inherit (flake-utils.lib.eachDefaultSystem (system:
let