OS-Update: 23.11

This commit is contained in:
2024-03-09 12:31:34 +01:00
parent f252a997da
commit 9696357a24
3 changed files with 113 additions and 59 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
inputs = {
nix.url = "github:NixOS/nix";
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
nixos-hardware.url = "github:NixOS/nixos-hardware";
@@ -32,4 +32,4 @@
systems = [ "x86_64-linux" ];
};
}
}