mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
cleanup
This commit is contained in:
parent
075da8c81b
commit
82fa206a50
2 changed files with 8 additions and 15 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -2,16 +2,16 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1756542300,
|
||||
"narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=",
|
||||
"owner": "NixOS",
|
||||
"lastModified": 1756687477,
|
||||
"narHash": "sha256-J1By7w8yC3TZOl1Fx88jPrVWyuWXChS3jOAtgLhZ088=",
|
||||
"owner": "rstats-on-nix",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d7600c775f877cd87b4f5a831c28aa94137377aa",
|
||||
"rev": "35a8d0ccfb8d8f051cb607b78423d71889688e4f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"owner": "rstats-on-nix",
|
||||
"ref": "r-daily",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,14 +116,7 @@
|
|||
in {
|
||||
default = pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.rWrapper.override {
|
||||
packages = with pkgs.extraRPackages; [
|
||||
nvimcom
|
||||
musicMetadata
|
||||
synthdid
|
||||
httpgd
|
||||
];
|
||||
})
|
||||
self.packages."${system}".default
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue