updated flake

This commit is contained in:
2025-10-12 13:51:38 +00:00
parent e176f52a75
commit 2443b87619
5 changed files with 187 additions and 30 deletions

View File

@@ -21,6 +21,10 @@
keybase = final.unstable.keybase;
};
# Add VS Code extensions overlay
# This makes nix-vscode-extensions available as pkgs.nix-vscode-extensions
vscode-extensions = inputs.nix-vscode-extensions.overlays.default;
#When applied, the unstable nixpkgs set (declared in the flake inputs) will
#be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: {