charmbracelet mess around, added fish plugin to vscode, and reverted krewfile flake now that change is merged.
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Successful in 2m3s
Build / nix-build (native-x86_64, gandalf) (push) Has been cancelled
Build / nix-build (native-x86_64, telchar) (push) Has been cancelled
Build / nix-build (native-x86_64, telperion) (push) Has been cancelled
Build / Nix Build Successful (push) Has been cancelled
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Successful in 2m3s
Build / nix-build (native-x86_64, gandalf) (push) Has been cancelled
Build / nix-build (native-x86_64, telchar) (push) Has been cancelled
Build / nix-build (native-x86_64, telperion) (push) Has been cancelled
Build / Nix Build Successful (push) Has been cancelled
This commit is contained in:
parent
45dd700d6a
commit
aa8cf61d10
4 changed files with 8 additions and 8 deletions
11
flake.lock
11
flake.lock
|
@ -264,16 +264,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725822077,
|
"lastModified": 1725897020,
|
||||||
"narHash": "sha256-N+1mHVZoFwiuDUBqhWVWSINmAGpKTdH9jYPIkXNcqj4=",
|
"narHash": "sha256-0mJ37QZpUz44d0uolv9XQKDHwxUwqslz5ZSgwbdxmlo=",
|
||||||
"owner": "ajgon",
|
"owner": "brumhard",
|
||||||
"repo": "krewfile",
|
"repo": "krewfile",
|
||||||
"rev": "d4db6ad2cc1c23513d691f63ac4aae6d8c9b1b8b",
|
"rev": "e7773854b19a4288df5502946ccec79c4af57adf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "ajgon",
|
"owner": "brumhard",
|
||||||
"ref": "feat/fix-deps",
|
|
||||||
"repo": "krewfile",
|
"repo": "krewfile",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
# krewfile - Declarative krew plugin management
|
# krewfile - Declarative krew plugin management
|
||||||
krewfile = {
|
krewfile = {
|
||||||
url = "github:ajgon/krewfile?ref=feat/fix-deps";
|
url = "github:brumhard/krewfile";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -106,6 +106,7 @@ with config;
|
||||||
|
|
||||||
# charmbracelet tools
|
# charmbracelet tools
|
||||||
gum
|
gum
|
||||||
|
vhs
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,7 +26,7 @@ let
|
||||||
"task.vscode-task"
|
"task.vscode-task"
|
||||||
"tyriar.sort-lines"
|
"tyriar.sort-lines"
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
|
"bmalehorn.vscode-fish"
|
||||||
# "github.copilot-chat"
|
# "github.copilot-chat"
|
||||||
];
|
];
|
||||||
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
||||||
|
|
Loading…
Reference in a new issue