Compare commits

...

2 Commits

Author SHA1 Message Date
1c27127313
chore: Update flake.lock 2024-11-14 12:21:36 +01:00
f43d4b74f9
feat(git-aliases): Use my fork with additional changes 2024-11-14 12:21:28 +01:00
2 changed files with 7 additions and 7 deletions

12
flake.lock generated

@ -5,11 +5,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1726560853, "lastModified": 1731533236,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731139594, "lastModified": 1731319897,
"narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "narHash": "sha256-PbABj4tnbWFMfBp6OcUK5iGy1QY+/Z96ZcLpooIbuEI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "rev": "dc460ec76cbff0e66e269457d7b728432263166c",
"type": "github" "type": "github"
}, },
"original": { "original": {

@ -105,7 +105,7 @@
{name = "zsh-users/zsh-completions";} # Adds some missing completions to zsh {name = "zsh-users/zsh-completions";} # Adds some missing completions to zsh
{name = "zsh-users/zsh-autosuggestions";} # Simple plugin installation {name = "zsh-users/zsh-autosuggestions";} # Simple plugin installation
{name = "MichaelAquilina/zsh-you-should-use";} # Did you forget to use an alias? {name = "MichaelAquilina/zsh-you-should-use";} # Did you forget to use an alias?
{name = "davidde/git";} # Aliases for git {name = "jiriks74/git-aliases";} # Aliases for git
{ {
name = "babarot/enhancd"; name = "babarot/enhancd";
tags = ["use:init.sh"]; tags = ["use:init.sh"];