summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix23
1 files changed, 1 insertions, 22 deletions
diff --git a/flake.nix b/flake.nix
index 35934c64..ff2d5b99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -88,34 +88,13 @@
88 }; 88 };
89 }; 89 };
90 90
91 pypi-deps-db = {
92 type = "github";
93 owner = "DavHau";
94 repo = "pypi-deps-db";
95 ref = "e9571cac25d2f509e44fec9dc94a3703a40126ff";
96 flake = false;
97 };
98 mach-nix = {
99 type = "github";
100 owner = "DavHau";
101 repo = "mach-nix";
102 ref = "65266b5cc867fec2cb6a25409dd7cd12251f6107";
103 inputs = {
104 nixpkgs.follows = "nixpkgs";
105 flake-utils.follows = "flake-utils";
106 pypi-deps-db.follows = "pypi-deps-db";
107 };
108 };
109
110 ca-util = { 91 ca-util = {
111 type = "gitlab"; 92 type = "gitlab";
112 owner = "gkleen"; 93 owner = "gkleen";
113 repo = "ca"; 94 repo = "ca";
114 ref = "v2.0.3"; 95 ref = "v2.0.4";
115 inputs = { 96 inputs = {
116 nixpkgs.follows = "nixpkgs"; 97 nixpkgs.follows = "nixpkgs";
117 mach-nix.follows = "mach-nix";
118 pypi-deps-db.follows = "pypi-deps-db";
119 }; 98 };
120 }; 99 };
121 backup-utils = { 100 backup-utils = {