updated to new nixpkgs version and changed python version

This commit is contained in:
2026-06-15 13:32:24 +01:00
parent 1a656d3231
commit f49745b4e4
4 changed files with 49 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
inputs = {
# System
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nvim-wrapped = {
url = "git+file:///home/user01/.dotfiles/.config/nvim";
@@ -19,10 +19,22 @@
};
# Utils
doot.url = "github:voidarclabs/nixos.doot";
way-edges.url = "github:way-edges/way-edges";
otter-launcher.url = "github:kuokuo123/otter-launcher";
fsel.url = "github:Mjoyufull/fsel";
doot = {
url = "github:voidarclabs/nixos.doot";
inputs.nixpkgs.follows = "nixpkgs";
};
way-edges = {
url = "github:way-edges/way-edges";
inputs.nixpkgs.follows = "nixpkgs";
};
otter-launcher = {
url = "github:kuokuo123/otter-launcher";
inputs.nixpkgs.follows = "nixpkgs";
};
fsel = {
url = "github:Mjoyufull/fsel";
inputs.nixpkgs.follows = "nixpkgs";
};
# Davinci-resolve
mesa-davinci.url = "github:nixos/nixpkgs?ref=599ddd2b79331c1e6153e1659bdaab65d62c4c82";