update flake

This commit is contained in:
Denis Lehmann 2024-08-13 22:31:47 +02:00
parent a35486d801
commit ce297e5fbe
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -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": {

View file

@ -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;