mirror of
https://github.com/dwinkler1/np.git
synced 2026-05-22 21:23:31 -04:00
Compare commits
3 commits
0be3d0b8a5
...
0a036c3cfe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a036c3cfe | ||
|
|
2d1c54b8f7 | ||
|
893b92a863 |
3 changed files with 21 additions and 12 deletions
20
templates/ed/flake.lock
generated
20
templates/ed/flake.lock
generated
|
|
@ -22,16 +22,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1776734388,
|
||||
"narHash": "sha256-vl3dkhlE5gzsItuHoEMVe+DlonsK+0836LIRDnm6MXQ=",
|
||||
"lastModified": 1776548001,
|
||||
"narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "10e7ad5bbcb421fe07e3a4ad53a634b0cd57ffac",
|
||||
"rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-25.11",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
@ -45,7 +45,9 @@
|
|||
"nixpkgs"
|
||||
],
|
||||
"plugins-cmp-pandoc-references": "plugins-cmp-pandoc-references",
|
||||
"plugins-r": "plugins-r",
|
||||
"plugins-r": [
|
||||
"plugins-r"
|
||||
],
|
||||
"rixpkgs": [
|
||||
"rixpkgs"
|
||||
],
|
||||
|
|
@ -84,15 +86,16 @@
|
|||
"plugins-r": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1776340770,
|
||||
"narHash": "sha256-o/8UZIc/Bq9dWTjA+MpSR5uMUpE7KHTErk+TwWID8Ww=",
|
||||
"lastModified": 1769881528,
|
||||
"narHash": "sha256-oQSHHu6filJkAyH94yEvyTVuxA+5MU2dMOEAnsIjJKQ=",
|
||||
"owner": "R-nvim",
|
||||
"repo": "R.nvim",
|
||||
"rev": "b9cfffeb9b4e484aa9e13f01c0eb80230aada455",
|
||||
"rev": "958b472d763cb258927c7ef69af4fd9945cc5469",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "R-nvim",
|
||||
"ref": "v0.99.3",
|
||||
"repo": "R.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
@ -118,6 +121,7 @@
|
|||
"fran": "fran",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nvimConfig": "nvimConfig",
|
||||
"plugins-r": "plugins-r",
|
||||
"rixpkgs": "rixpkgs"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
rixpkgs.url = "github:dwinkler1/rixpkgs/nixpkgs";
|
||||
fran = {
|
||||
url = "github:dwinkler1/fran";
|
||||
|
|
@ -128,7 +128,12 @@
|
|||
rixpkgs.follows = "rixpkgs";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
fran.follows = "fran";
|
||||
"plugins-r".follows = "plugins-r";
|
||||
};
|
||||
};
|
||||
"plugins-r" = {
|
||||
url = "github:R-nvim/R.nvim/v0.99.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
6
templates/rde/flake.lock
generated
6
templates/rde/flake.lock
generated
|
|
@ -138,11 +138,11 @@
|
|||
},
|
||||
"rixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1776883521,
|
||||
"narHash": "sha256-V8H9n8po6HsQ7EAc2D175d3XgGoxrkZ5kYuOBc35oCc=",
|
||||
"lastModified": 1776958221,
|
||||
"narHash": "sha256-cOHLrMWifj8HQMIG6gMhGowwPAkyX/kijDx38wK8kUM=",
|
||||
"owner": "rstats-on-nix",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2f3145a4354d02433ac0a432e9917fbba1abeee8",
|
||||
"rev": "db90c554b7172188324b84deea35ed5975e20e44",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue