Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-04-07 21:12:10 +02:00
parent 63e15bfd24
commit 003672d9ed
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 4 deletions

6
flake.lock generated
View file

@ -38,11 +38,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1617805089, "lastModified": 1617822567,
"narHash": "sha256-Uq05eBa+oDhy27mGdqUBaV6iVY/6GaeY3FmXHSxWZOU=", "narHash": "sha256-hDnjcuxRtm/+x/pEAWkKo4AfjKMCil2zfoK/zBygjB4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "33edf558a0735a86f322fe121d910d14ecbcdc97", "rev": "7fcfd9b565a470ccd43cd826d650931d660777fe",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -392,7 +392,6 @@
"ps" '(consult-ripgrep :search "incsearch") "ps" '(consult-ripgrep :search "incsearch")
"pS" '(projectile-ripgrep :which-key "search") "pS" '(projectile-ripgrep :which-key "search")
"p!" '(projectile-run-shell-command-in-root :which-key "command") "p!" '(projectile-run-shell-command-in-root :which-key "command")
"pt" '(projectile-run-term :which-key "term")
) )
) )