Update nixpkgs

This commit is contained in:
Natsu Kagami 2024-07-22 20:03:03 +02:00
parent 581093ff78
commit 38c7afa96f
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 4 deletions

View file

@ -1063,11 +1063,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1720750130, "lastModified": 1721559948,
"narHash": "sha256-y2wc7CdK0vVSIbx7MdVoZzuMcUoLvZXm+pQf2RIr1OU=", "narHash": "sha256-cFgdjyK/VBM3hB1RfFHXcI/VOCBVAv813s1upHKX7bI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6794d064edc69918bb0fc0e0eda33ece324be17a", "rev": "c19d62ad2265b16e2199c5feb4650fe459ca1c46",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -187,7 +187,6 @@ in
services.fwupd.enable = true; services.fwupd.enable = true;
# Enable sound. # Enable sound.
sound.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
# alsa is optional # alsa is optional