Skip to content

Commit b0012db

Browse files
authored
chore(dev): remove unused flake inputs (#682)
1 parent 90e37ae commit b0012db

2 files changed

Lines changed: 0 additions & 42 deletions

File tree

dev/flake.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/flake.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
inputs = {
33
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
44
flake-parts.url = "github:hercules-ci/flake-parts";
5-
flake-root.url = "github:srid/flake-root";
65
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
76
pre-commit-hooks-nix.flake = false;
8-
cachix-push.url = "github:juspay/cachix-push";
97

108
# CI will override `services-flake` to run checks on the latest source
119
services-flake.url = "github:juspay/services-flake";
@@ -14,18 +12,10 @@
1412
flake-parts.lib.mkFlake { inherit inputs; } {
1513
systems = nixpkgs.lib.systems.flakeExposed;
1614
imports = [
17-
inputs.flake-root.flakeModule
1815
(inputs.pre-commit-hooks-nix + /flake-module.nix)
19-
inputs.cachix-push.flakeModule
2016
./nix/pre-commit.nix
2117
];
2218
perSystem = { self', pkgs, config, ... }: {
23-
cachix-push = {
24-
cacheName = "services-flake";
25-
pathsToCache = {
26-
devshell = self'.devShells.default;
27-
};
28-
};
2919
devShells.default = pkgs.mkShell {
3020
packages = with pkgs; [
3121
just

0 commit comments

Comments
 (0)