From 24207674f36e900fd2aa51787cb70756413962c2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 9 Apr 2023 19:57:41 +0200 Subject: deprecate mach_nix --- flake.nix | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 35934c64..ff2d5b99 100644 --- a/flake.nix +++ b/flake.nix @@ -88,34 +88,13 @@ }; }; - pypi-deps-db = { - type = "github"; - owner = "DavHau"; - repo = "pypi-deps-db"; - ref = "e9571cac25d2f509e44fec9dc94a3703a40126ff"; - flake = false; - }; - mach-nix = { - type = "github"; - owner = "DavHau"; - repo = "mach-nix"; - ref = "65266b5cc867fec2cb6a25409dd7cd12251f6107"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - pypi-deps-db.follows = "pypi-deps-db"; - }; - }; - ca-util = { type = "gitlab"; owner = "gkleen"; repo = "ca"; - ref = "v2.0.3"; + ref = "v2.0.4"; inputs = { nixpkgs.follows = "nixpkgs"; - mach-nix.follows = "mach-nix"; - pypi-deps-db.follows = "pypi-deps-db"; }; }; backup-utils = { -- cgit v1.2.3