chore: update to NixOS 22.11 stable
This commit is contained in:
parent
f484f6dbf4
commit
44b451377b
3 changed files with 82 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||
|
||||
inputs.nixpkgs-glslls.url = "github:felschr/nixpkgs/glsl-language-server";
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
inputs.home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue