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": {
|
||||
"lastModified": 1725822077,
|
||||
"narHash": "sha256-N+1mHVZoFwiuDUBqhWVWSINmAGpKTdH9jYPIkXNcqj4=",
|
||||
"owner": "ajgon",
|
||||
"lastModified": 1725897020,
|
||||
"narHash": "sha256-0mJ37QZpUz44d0uolv9XQKDHwxUwqslz5ZSgwbdxmlo=",
|
||||
"owner": "brumhard",
|
||||
"repo": "krewfile",
|
||||
"rev": "d4db6ad2cc1c23513d691f63ac4aae6d8c9b1b8b",
|
||||
"rev": "e7773854b19a4288df5502946ccec79c4af57adf",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ajgon",
|
||||
"ref": "feat/fix-deps",
|
||||
"owner": "brumhard",
|
||||
"repo": "krewfile",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
# krewfile - Declarative krew plugin management
|
||||
krewfile = {
|
||||
url = "github:ajgon/krewfile?ref=feat/fix-deps";
|
||||
url = "github:brumhard/krewfile";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -106,6 +106,7 @@ with config;
|
|||
|
||||
# charmbracelet tools
|
||||
gum
|
||||
vhs
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@ let
|
|||
"task.vscode-task"
|
||||
"tyriar.sort-lines"
|
||||
"yzhang.markdown-all-in-one"
|
||||
|
||||
"bmalehorn.vscode-fish"
|
||||
# "github.copilot-chat"
|
||||
];
|
||||
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
||||
|
|
Loading…
Reference in a new issue