Compare commits

..

2 commits

Author SHA1 Message Date
d6f823695c
Update to NixOS 23.11 2024-01-12 13:29:17 +01:00
e70284fcb9
Update to NixOS 23.11 2024-01-09 10:37:32 +01:00
4 changed files with 25 additions and 25 deletions

View file

@ -250,15 +250,15 @@
# provided by my own overlay # provided by my own overlay
mlir mlir
circt circt
llvmPackages_16.clang llvmPackages_17.clang
llvmPackages_16.lldb llvmPackages_17.lldb
llvmPackages_16.libcxx llvmPackages_17.libcxx
llvmPackages_16.libcxxabi llvmPackages_17.libcxxabi
llvmPackages_16.libllvm llvmPackages_17.libllvm
llvmPackages_16.llvm-manpages llvmPackages_17.llvm-manpages
llvmPackages_16.openmp llvmPackages_17.openmp
llvmPackages_16.bintools llvmPackages_17.bintools
clang-tools_16 clang-tools_17
lit lit
## I heard you like man pages? ## I heard you like man pages?
@ -340,7 +340,7 @@
}; };
# install fonts # install fonts
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
font-awesome font-awesome
fira fira
fira-code fira-code

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1704184656, "lastModified": 1704792935,
"narHash": "sha256-5Ay7ZT+xd8fLGOaSCBSpkJK1y1vSKyAZsBxdMMkGqIU=", "narHash": "sha256-/Z2tNg0JnBRFnxdnommPZRsh7RHUi2t8JKLHboJjJsU=",
"owner": "Feliix42", "owner": "Feliix42",
"repo": "mlir.nix", "repo": "mlir.nix",
"rev": "1ff775ea2f3332973cd6d06f7e09aa8fbf609c24", "rev": "2e409d0b84b24070c5bfe3383c05e6bf8ad571b2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1704124233, "lastModified": 1704786394,
"narHash": "sha256-lBHs/yUtkcGgapHRS31oOb5NqvnVrikvktGOW8rK+sE=", "narHash": "sha256-aJM0ln9fMGWw1+tjyl5JZWZ3ahxAA2gw2ZpZY/hkEMs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f752581d6723a10da7dfe843e917a3b5e4d8115a", "rev": "b34a6075e9e298c4124e35c3ccaf2210c1f3a43b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,16 +39,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1704018918, "lastModified": 1704420045,
"narHash": "sha256-erjg/HrpC9liEfm7oLqb8GXCqsxaFwIIPqCsknW5aFY=", "narHash": "sha256-C36QmoJd5tdQ5R9MC1jM7fBkZW9zBUqbUCsgwS6j4QU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2c9c58e98243930f8cb70387934daa4bc8b00373", "rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-23.05", "ref": "nixos-23.11",
"type": "indirect" "type": "indirect"
} }
}, },
@ -62,11 +62,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1703961334, "lastModified": 1704538339,
"narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=", "narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9", "rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,7 +2,7 @@
description = "NixOS configuration"; description = "NixOS configuration";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05"; nixpkgs.url = "nixpkgs/nixos-23.11";
unstable.url = "nixpkgs/nixos-unstable"; unstable.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
#home-manager = { #home-manager = {

View file

@ -114,7 +114,7 @@
# enable bluetooth in general and add a simple tool for connecting devices # enable bluetooth in general and add a simple tool for connecting devices
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
package = pkgs.bluezFull; package = pkgs.bluez;
# enable A2DP # enable A2DP
settings = { settings = {
General = { General = {