This commit is contained in:
Daniel Winkler 2025-09-01 17:51:58 +10:00
commit 82fa206a50
2 changed files with 8 additions and 15 deletions

12
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756542300, "lastModified": 1756687477,
"narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", "narHash": "sha256-J1By7w8yC3TZOl1Fx88jPrVWyuWXChS3jOAtgLhZ088=",
"owner": "NixOS", "owner": "rstats-on-nix",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", "rev": "35a8d0ccfb8d8f051cb607b78423d71889688e4f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "rstats-on-nix",
"ref": "nixos-unstable", "ref": "r-daily",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -116,14 +116,7 @@
in { in {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = [ packages = [
(pkgs.rWrapper.override { self.packages."${system}".default
packages = with pkgs.extraRPackages; [
nvimcom
musicMetadata
synthdid
httpgd
];
})
]; ];
}; };
}); });