diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-27 17:39:11 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-28 06:42:41 -0700 |
| commit | d902c4a9a1e521c75df5f370b18f75f994890a17 (patch) | |
| tree | a704ad7d959cbfacd585cde7d33dca8e67105e7e /flake.lock | |
| parent | fix(flake): remove duplicated definition of flake-utils (diff) | |
| download | infra-d902c4a9a1e521c75df5f370b18f75f994890a17.tar.gz | |
ref(flake): rename utils to futils
This name is more specific (f is for flake in this case).
Change-Id: Iaad98d8325b81cfe1af8b692ef7cd13586f251e6
Reviewed-on: https://cl.fcuny.net/c/world/+/585
Reviewed-by: Franck Cuny <franck@fcuny.net>
Tested-by: CI
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -54,6 +54,21 @@ "type": "github" } }, + "futils": { + "locked": { + "lastModified": 1656065134, + "narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -138,26 +153,11 @@ "inputs": { "agenix": "agenix", "emacs-overlay": "emacs-overlay", + "futils": "futils", "home-manager": "home-manager", "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", - "nur": "nur", - "utils": "utils" - } - }, - "utils": { - "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "nur": "nur" } } }, |
