From 03e3bc8a066294bca68d37495131f2ac20ccf139 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 11 Dec 2022 21:42:44 +0100 Subject: [PATCH] Use experimental accentor flake branch --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index b869c13e..e22a848e 100644 --- a/flake.lock +++ b/flake.lock @@ -19,15 +19,16 @@ ] }, "locked": { - "lastModified": 1670687442, - "narHash": "sha256-RHOkHxq0AIVswFmIPVjsURffarxWoZYl2QyFx9OU5eA=", + "lastModified": 1670791269, + "narHash": "sha256-QPWQC0JXrpNRcFQp4dZJOHP1HaduChxTJ5vJcMxcNQw=", "owner": "accentor", "repo": "flake", - "rev": "93224d21292dbae2be1eed196cffc65a44f5ca1d", + "rev": "d03e004c5156616b9bb2c7d3aafddbdab79b7bdd", "type": "github" }, "original": { "owner": "accentor", + "ref": "enhc/systemd-socket", "repo": "flake", "type": "github" } diff --git a/flake.nix b/flake.nix index 0a380df9..555390c8 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { accentor = { - url = "github:accentor/flake"; + url = "github:accentor/flake/enhc/systemd-socket"; inputs = { api.follows = "accentor-api"; devshell.follows = "devshell";