Update to 23.11

This commit is contained in:
Aode 2023-11-28 21:49:40 -06:00
parent 436652c3d9
commit 202c75d2b8
3 changed files with 7 additions and 7 deletions

View file

@ -18,16 +18,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701053011,
"narHash": "sha256-8QQ7rFbKFqgKgLoaXVJRh7Ik5LtI3pyBBCfOnNOGkF0=",
"lastModified": 1701156937,
"narHash": "sha256-jpMJOFvOTejx211D8z/gz0ErRtQPy6RXxgD2ZB86mso=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9",
"rev": "7c4c20509c4363195841faa6c911777a134acdf3",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"ref": "nixos-23.11",
"type": "indirect"
}
},

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};

View file

@ -2,9 +2,9 @@
{
fonts = {
enableDefaultFonts = true;
enableDefaultPackages = true;
fonts = with pkgs; [
packages = with pkgs; [
fantasque-sans-mono
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
];