Added template without folder structure to add to existing project

This commit is contained in:
Daniel Winkler 2025-06-03 13:03:02 +02:00
commit 92c896f052
No known key found for this signature in database
16 changed files with 1738 additions and 0 deletions

103
templates/sci_minimal/flake.lock generated Normal file
View file

@ -0,0 +1,103 @@
{
"nodes": {
"nCats": {
"inputs": {
"nixCats": "nixCats",
"nixpkgs": [
"nixpkgs"
],
"plugins-r": "plugins-r",
"rixpkgs": "rixpkgs"
},
"locked": {
"lastModified": 1748873246,
"owner": "dwinkler1",
"repo": "nixCatsConfig",
"rev": "20b2d747fa1961c8edaba7635fdc11189baa98e8",
"type": "github"
},
"original": {
"owner": "dwinkler1",
"repo": "nixCatsConfig",
"type": "github"
}
},
"nixCats": {
"locked": {
"lastModified": 1748760778,
"owner": "BirdeeHub",
"repo": "nixCats-nvim",
"rev": "88cde33af841e2aa1ea0c83c4d9dcfefdde54fb3",
"type": "github"
},
"original": {
"owner": "BirdeeHub",
"repo": "nixCats-nvim",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1748792178,
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"plugins-r": {
"flake": false,
"locked": {
"lastModified": 1748371931,
"owner": "R-nvim",
"repo": "R.nvim",
"rev": "382858fcf23aabbf47ff06279baf69d52260b939",
"type": "github"
},
"original": {
"owner": "R-nvim",
"repo": "R.nvim",
"type": "github"
}
},
"rixpkgs": {
"locked": {
"lastModified": 1746476429,
"narHash": "sha256-KHNAOy8ILpIlz5rtwxURpcVOqbWRMoT/rXRgpy1pyG8=",
"type": "tarball",
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-04-29.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-04-29.tar.gz"
}
},
"rixpkgs_2": {
"locked": {
"lastModified": 1747664360,
"narHash": "sha256-DskCWKtHNGApsP3PI/HB+fETs3qXpwul3PtSgTb++N4=",
"type": "tarball",
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-19.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-19.tar.gz"
}
},
"root": {
"inputs": {
"nCats": "nCats",
"nixpkgs": "nixpkgs",
"rixpkgs": "rixpkgs_2"
}
}
},
"root": "root",
"version": 7
}