flake.lock: Update
Flake lock file updates: • Updated input 'fish-plugin-fzf': 'github:PatrickF1/fzf.fish/f9e2e48a54199fe7c6c846556a12003e75ab798e' (2023-08-21) → 'github:PatrickF1/fzf.fish/bbaf29ae8ad30e1cb1c78d2c14814b1678022875' (2023-09-05) • Updated input 'home-manager': 'github:nix-community/home-manager/6a20e40acaebf067da682661aa67da8b36812606' (2023-08-23) → 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/c66ccfa00c643751da2fd9290e096ceaa30493fc' (2023-08-26) → 'github:nixos/nixpkgs/b200e0df08f80c32974a6108ce431d8a8a5e6547' (2023-09-07)
This commit is contained in:
parent
84d67ac88c
commit
429f528b3e
20
flake.lock
generated
20
flake.lock
generated
@ -35,11 +35,11 @@
|
|||||||
"fish-plugin-fzf": {
|
"fish-plugin-fzf": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692649589,
|
"lastModified": 1693897931,
|
||||||
"narHash": "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM=",
|
"narHash": "sha256-6ebzDQkpJNq7ZEmDeheek/OfMgbYH4wU3tf1QGgZr40=",
|
||||||
"owner": "PatrickF1",
|
"owner": "PatrickF1",
|
||||||
"repo": "fzf.fish",
|
"repo": "fzf.fish",
|
||||||
"rev": "f9e2e48a54199fe7c6c846556a12003e75ab798e",
|
"rev": "bbaf29ae8ad30e1cb1c78d2c14814b1678022875",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -71,11 +71,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692763155,
|
"lastModified": 1694134858,
|
||||||
"narHash": "sha256-qMrGKZ8c/q/mHO3ZdrcBPwiVVXPLLgXjY98Ejqb5kAA=",
|
"narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "6a20e40acaebf067da682661aa67da8b36812606",
|
"rev": "19c6a4081b14443420358262f8416149bd79561a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -86,17 +86,17 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1693060755,
|
"lastModified": 1694062546,
|
||||||
"narHash": "sha256-KNsbfqewEziFJEpPR0qvVz4rx0x6QXxw1CcunRhlFdk=",
|
"narHash": "sha256-PiGI4f2BGnZcedP6slLjCLGLRLXPa9+ogGGgVPfGxys=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c66ccfa00c643751da2fd9290e096ceaa30493fc",
|
"rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c66ccfa00c643751da2fd9290e096ceaa30493fc",
|
"rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
description = "Home Manager configuration of Abhinav Sarkar";
|
description = "Home Manager configuration of Abhinav Sarkar";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?rev=c66ccfa00c643751da2fd9290e096ceaa30493fc";
|
nixpkgs.url = "github:nixos/nixpkgs?rev=b200e0df08f80c32974a6108ce431d8a8a5e6547";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -74,7 +74,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.exa = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAliases = true;
|
enableAliases = true;
|
||||||
};
|
};
|
||||||
|
@ -44,14 +44,14 @@
|
|||||||
{
|
{
|
||||||
name = "copilot";
|
name = "copilot";
|
||||||
publisher = "GitHub";
|
publisher = "GitHub";
|
||||||
version = "1.105.361";
|
version = "1.110.397";
|
||||||
sha256 = "1jknhnc0awqlhmc3r6hy3h3aj854nlcilxrinxgn8f067bw02asm";
|
sha256 = "0a3pklbc7cnv12cmsrnc3rbnp8ji07r8zq0aj4fyn2l0rj08hpi7";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "copilot-chat";
|
name = "copilot-chat";
|
||||||
publisher = "GitHub";
|
publisher = "GitHub";
|
||||||
version = "0.7.2023082404";
|
version = "0.8.2023090801";
|
||||||
sha256 = "0l35ni5yvcrprb12y1jakqcrasf52bp70wfjb61lay6ksa08bkfc";
|
sha256 = "0wl6ph4ba39i6x9b0qg3x1k61mwfcdrxkr7cr1f17jd7mmy6iba5";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "go";
|
name = "go";
|
||||||
@ -110,20 +110,20 @@
|
|||||||
{
|
{
|
||||||
name = "black-formatter";
|
name = "black-formatter";
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
version = "2023.5.12151008";
|
version = "2023.5.12511009";
|
||||||
sha256 = "1gvj9wa5j8r5ljsa0yql1vq1lvs1svg26z42szyy5nar9z4345v0";
|
sha256 = "0wblk79lycb2npil5lmzrxwy371zj1abz543ra9xvav9mxnhjal1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "python";
|
name = "python";
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
version = "2023.15.12361009";
|
version = "2023.17.12511005";
|
||||||
sha256 = "0wz43ah4lp8b06s8kgciipvjy9q1f3wbgwp8517024hzbq7s71w1";
|
sha256 = "06js7kskdp4bc8fjlvlqqdym80k4k4krqpw8mchxdw4i917ncihh";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "vscode-pylance";
|
name = "vscode-pylance";
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
version = "2023.8.41";
|
version = "2023.9.12";
|
||||||
sha256 = "06b9aibs9sg590882pznddacvmjlinsh30qhziaiwyhbanxnm1ix";
|
sha256 = "1ny5ikkbyfcgbnpd52vb7r2xsby2anqkkwlrqzvza4zi669qmrnq";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "vscode-cljfmt";
|
name = "vscode-cljfmt";
|
||||||
@ -140,8 +140,8 @@
|
|||||||
{
|
{
|
||||||
name = "code-spell-checker";
|
name = "code-spell-checker";
|
||||||
publisher = "streetsidesoftware";
|
publisher = "streetsidesoftware";
|
||||||
version = "2.20.5";
|
version = "3.0.0";
|
||||||
sha256 = "1krs4qr5gcbprlsd6x1323srxs28a74wv6hqcmzz6j52970fc7r1";
|
sha256 = "1j6img1g9pb36sa1shdn8mx6rnis872xfr85xwzyjhdh4ajwn39i";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "even-better-toml";
|
name = "even-better-toml";
|
||||||
@ -152,8 +152,8 @@
|
|||||||
{
|
{
|
||||||
name = "shellcheck";
|
name = "shellcheck";
|
||||||
publisher = "timonwong";
|
publisher = "timonwong";
|
||||||
version = "0.33.1";
|
version = "0.34.0";
|
||||||
sha256 = "01444b06j2ny58jh08cgp0i9if9sd6bjq3j0mnx3xcqncvya2l1c";
|
sha256 = "0b833lyvklkad1zvcvg141lr7qkrnjq0yca7fjsgwajfx4n8vwim";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "sort-lines";
|
name = "sort-lines";
|
||||||
|
Loading…
Reference in New Issue
Block a user