mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added quarto
This commit is contained in:
parent
ebc7cd7b8b
commit
5b393788da
3 changed files with 11 additions and 6 deletions
12
templates/sci/flake.lock
generated
12
templates/sci/flake.lock
generated
|
|
@ -10,10 +10,10 @@
|
||||||
"rixpkgs": "rixpkgs"
|
"rixpkgs": "rixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748808131,
|
"lastModified": 1748873246,
|
||||||
"owner": "dwinkler1",
|
"owner": "dwinkler1",
|
||||||
"repo": "nixCatsConfig",
|
"repo": "nixCatsConfig",
|
||||||
"rev": "b5cbf7502b5d7d58cd5dc8c73ac40a5744f2e767",
|
"rev": "20b2d747fa1961c8edaba7635fdc11189baa98e8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -24,10 +24,10 @@
|
||||||
},
|
},
|
||||||
"nixCats": {
|
"nixCats": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748230488,
|
"lastModified": 1748760778,
|
||||||
"owner": "BirdeeHub",
|
"owner": "BirdeeHub",
|
||||||
"repo": "nixCats-nvim",
|
"repo": "nixCats-nvim",
|
||||||
"rev": "2a2f15a6c085524ac121f5da9a73ee2155c53d70",
|
"rev": "88cde33af841e2aa1ea0c83c4d9dcfefdde54fb3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -38,10 +38,10 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748662220,
|
"lastModified": 1748792178,
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "59138c7667b7970d205d6a05a8bfa2d78caa3643",
|
"rev": "5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,9 @@
|
||||||
jldev = with pkgs; [
|
jldev = with pkgs; [
|
||||||
julia-bin
|
julia-bin
|
||||||
];
|
];
|
||||||
|
quarto = with pkgs; [
|
||||||
|
quarto
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
|
|
@ -124,6 +127,7 @@
|
||||||
rdev = true;
|
rdev = true;
|
||||||
pydev = true;
|
pydev = true;
|
||||||
jldev = true;
|
jldev = true;
|
||||||
|
quarto = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ final: prev: let
|
||||||
janitor
|
janitor
|
||||||
psych
|
psych
|
||||||
tidyr
|
tidyr
|
||||||
|
quarto
|
||||||
languageserver
|
languageserver
|
||||||
(buildRPackage {
|
(buildRPackage {
|
||||||
name = "nvimcom";
|
name = "nvimcom";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue