updated to new nixpkgs version and changed python version
This commit is contained in:
22
flake.nix
22
flake.nix
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user