Compare commits

..

No commits in common. "d6f823695c2da4fd364a913e1e2c1f80a31a39bc" and "f05c5c9e75dabd664fd087da38ce5ea904bc62df" have entirely different histories.

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_17.clang llvmPackages_16.clang
llvmPackages_17.lldb llvmPackages_16.lldb
llvmPackages_17.libcxx llvmPackages_16.libcxx
llvmPackages_17.libcxxabi llvmPackages_16.libcxxabi
llvmPackages_17.libllvm llvmPackages_16.libllvm
llvmPackages_17.llvm-manpages llvmPackages_16.llvm-manpages
llvmPackages_17.openmp llvmPackages_16.openmp
llvmPackages_17.bintools llvmPackages_16.bintools
clang-tools_17 clang-tools_16
lit lit
## I heard you like man pages? ## I heard you like man pages?
@ -340,7 +340,7 @@
}; };
# install fonts # install fonts
fonts.packages = with pkgs; [ fonts.fonts = with pkgs; [
font-awesome font-awesome
fira fira
fira-code fira-code

View file

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