Lock file maintenance #44

Merged
smeagol-help merged 3 commits from renovate/lock-file-maintenance into main 2024-04-30 21:15:29 -05:00
3 changed files with 5 additions and 4 deletions

View file

@ -372,11 +372,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1714455472, "lastModified": 1714526991,
"narHash": "sha256-XotANaTYWoxQGZ3/cR0FKUB1UHZ85mIYlwcweBbBe+w=", "narHash": "sha256-BlcJ/1oFBO2b/784oEmSk47l7ezAFwiAkbtHrdrThC8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixd", "repo": "nixd",
"rev": "349be908d5473e922f43227d0b5840c6c55e231b", "rev": "b1aa92b5661ee679ebb7915ac551a624a234fc7a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -174,7 +174,7 @@
du = "du -h"; du = "du -h";
# nvd - nix visual diff # nvd - nix visual diff
nvdiff = "nixos-rebuild build $argv && nvd diff /run/current-system result"; nvdiff = "nixos-rebuild build && nvd diff /run/current-system result";
}; };
# rtx hook-env | source # rtx hook-env | source

View file

@ -58,6 +58,7 @@
}; };
}; };
}; };
services.cachix-agent.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
sound.enable = true; sound.enable = true;