diff --git a/flake.lock b/flake.lock index a330e95f..5e3223f5 100644 --- a/flake.lock +++ b/flake.lock @@ -74,15 +74,16 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1606424373, - "narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=", - "owner": "edolstra", + "lastModified": 1611461076, + "narHash": "sha256-ad++dTtMNeitUIKi1c66aTrVJOSf+mdZTrGrXzjDr6Q=", + "owner": "BBBSnowball", "repo": "flake-compat", - "rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf", + "rev": "a565cb46bee9fa856a6c15bc9c3bb947fbb784ec", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "BBBSnowball", + "ref": "pr-1", "repo": "flake-compat", "type": "github" } diff --git a/flake.nix b/flake.nix index 03655363..4142656e 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ deploy.inputs.flake-compat.follows = "flake-compat"; naersk.url = "github:nmattia/naersk"; naersk.inputs.nixpkgs.follows = "override"; - flake-compat.url = "github:edolstra/flake-compat"; + flake-compat.url = "github:BBBSnowball/flake-compat/pr-1"; flake-compat.flake = false; srcs.url = "path:./pkgs"; };