Skip to content

Commit

Permalink
parts: don't use CA git and svn
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Nov 17, 2023
1 parent 9f08c1c commit 99410c9
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 16 deletions.
98 changes: 85 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
home.inputs.nixpkgs.follows = "nixpkgs";
nix.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nix-minecraft.inputs.nixpkgs.follows = "nixpkgs";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-f2k.inputs.nixpkgs.follows = "nixpkgs";
statix.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
6 changes: 3 additions & 3 deletions modules/parts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
fd
ripgrep
man-pages-posix
wget;
wget
git
subversion;

home-manager = inputs'.home.packages.home-manager.override { path = "${inputs.home}"; };

Expand All @@ -77,8 +79,6 @@
else inputs'.nixpkgs-f2k.packages.man-pages-xnu;

gnu-coreutils = if pkgs.stdenv.isLinux then pkgs.coreutils else pkgs.coreutils-prefixed;
git = pkgs.git.overrideAttrs { __contentAddressed = true; };
svn = pkgs.subversion.overrideAttrs { __contentAddressed = true; };
};
};

Expand Down

0 comments on commit 99410c9

Please sign in to comment.