Adding VS Code Extensions & flake update

This commit is contained in:
Annika Merris 2024-10-06 09:00:51 -04:00
parent fec1d15da7
commit b6d5586e84
3 changed files with 33 additions and 38 deletions

View file

@ -4,13 +4,12 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.91.0";
flake = false;
};
# lix = {
# url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.91.0";
# flake = false;
# };
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module";
inputs.lix.follows = "lix";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};