From ce297e5fbe636e4db879d1733c17f162f70b156a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 13 Aug 2024 22:31:47 +0200 Subject: [PATCH] update flake --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index e09000a..a046407 100644 --- a/flake.lock +++ b/flake.lock @@ -3,8 +3,8 @@ "nixpkgs": { "locked": { "lastModified": 0, - "narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=", - "path": "/nix/store/2nnisw4pxbifisbkg58hrnis9ycs5ah1-source", + "narHash": "sha256-+CHVZnTnIYRLYsARInHYoWkujzcRkLY/gXm3s5bE52o=", + "path": "/nix/store/7840m01bg4qkhh3kq6mlrsi3s352qkc1-source", "type": "path" }, "original": { diff --git a/flake.nix b/flake.nix index 9b6c572..6aae464 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Add new Git remotes quickly"; + description = "Add new Git remotes easily"; outputs = { self, nixpkgs }@inputs: let forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.platforms.unix;