updated flake and added the wierd unstable call to flake instead of versionless nonsense

This commit is contained in:
2026-05-18 19:51:19 +01:00
parent 783a29e700
commit e252ee0613
4 changed files with 45 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
inputs = {
# System
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nvim-wrapped = {
url = "git+file:///home/user01/.dotfiles/.config/nvim";
};