diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-27 17:38:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-28 06:41:54 -0700 |
commit | 00d543bd7c3c735538e1edaea55237c062997e6c (patch) | |
tree | 55a69ab210c5acd620b536cfe94e4b0c9ec0e95f | |
parent | fix(tools/gerrit-hook): exit on error (diff) | |
download | world-00d543bd7c3c735538e1edaea55237c062997e6c.tar.gz |
fix(flake): remove duplicated definition of flake-utils
Change-Id: I8cb6cfcc89fd2c4167a99a27f8e50d954bacdf6a Reviewed-on: https://cl.fcuny.net/c/world/+/584 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
-rw-r--r-- | flake.lock | 16 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 0 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock index 1f176d9..33e55e1 100644 --- a/flake.lock +++ b/flake.lock @@ -54,21 +54,6 @@ "type": "github" } }, - "flake-utils_2": { - "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" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -153,7 +138,6 @@ "inputs": { "agenix": "agenix", "emacs-overlay": "emacs-overlay", - "flake-utils": "flake-utils_2", "home-manager": "home-manager", "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", diff --git a/flake.nix b/flake.nix index c92ac52..a249747 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,6 @@ nur.url = "github:nix-community/NUR"; - flake-utils.url = "github:numtide/flake-utils"; - home-manager = { url = "github:nix-community/home-manager/release-22.05"; # We want home-manager to use the same set of nixpkgs as our system. |