updates
This commit is contained in:
parent
97c20de9c9
commit
48e17884ae
2 changed files with 26 additions and 8 deletions
33
flake.lock
generated
33
flake.lock
generated
|
@ -221,16 +221,32 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727634051,
|
"lastModified": 1728001490,
|
||||||
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
|
"narHash": "sha256-jyLDB1hREFhujapdfZNOyFGQ2+FlhsnhCBYa9YBWn+4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
|
"rev": "52cfd83eee767c5d02089efe79c4811ffc52a046",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "nixos-unstable",
|
"ref": "master",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nixpkgs-stable": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1727907660,
|
||||||
|
"narHash": "sha256-QftbyPoieM5M50WKUMzQmWtBWib/ZJbHo7mhj5riQec=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "5966581aa04be7eff830b9e1457d56dc70a0b798",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-24.05",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -1018,6 +1034,7 @@
|
||||||
"ringofstorms-nvim": {
|
"ringofstorms-nvim": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
"nvim_plugin-Almo7aya/openingh.nvim": "nvim_plugin-Almo7aya/openingh.nvim",
|
"nvim_plugin-Almo7aya/openingh.nvim": "nvim_plugin-Almo7aya/openingh.nvim",
|
||||||
"nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring": "nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring",
|
"nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring": "nvim_plugin-JoosepAlviste/nvim-ts-context-commentstring",
|
||||||
"nvim_plugin-L3MON4D3/LuaSnip": "nvim_plugin-L3MON4D3/LuaSnip",
|
"nvim_plugin-L3MON4D3/LuaSnip": "nvim_plugin-L3MON4D3/LuaSnip",
|
||||||
|
@ -1066,11 +1083,11 @@
|
||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727735596,
|
"lastModified": 1728010547,
|
||||||
"narHash": "sha256-cwyBfe7WeWlyrAPCYv7wNcsiqwudVfXxkpM1BP5dpgg=",
|
"narHash": "sha256-n3TjPNX8+WBQfscxY66IjFJal865Jj+6BsXrgxyeKkY=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "52c1ffd7306e1902120474249306f82eb2835358",
|
"rev": "5ce78f6a6944a0ca5e1afa4d93828988610e5182",
|
||||||
"revCount": 200,
|
"revCount": 205,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git.joshuabell.xyz:3032/nvim"
|
"url": "ssh://git.joshuabell.xyz:3032/nvim"
|
||||||
},
|
},
|
||||||
|
|
|
@ -111,6 +111,7 @@ from_master () {
|
||||||
|
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
|
alias nixpkgs=nixpkg
|
||||||
nixpkg () {
|
nixpkg () {
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "Error: No arguments provided. Please specify at least one package."
|
echo "Error: No arguments provided. Please specify at least one package."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue