update nixvim

This commit is contained in:
2025-01-16 16:08:58 -06:00
parent 2d03e028c6
commit 598993d244
2 changed files with 18 additions and 18 deletions

34
flake.lock generated
View File

@@ -82,11 +82,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736711425, "lastModified": 1737038063,
"narHash": "sha256-8hKhPQuMtXfJi+4lPvw3FBk/zSJVHeb726Zo0uF1PP8=", "narHash": "sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "f720e64ec37fa16ebba6354eadf310f81555cc07", "rev": "bf0abfde48f469c256f2b0f481c6281ff04a5db2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -104,11 +104,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1736913802, "lastModified": 1737028554,
"narHash": "sha256-72be03HWS5Q8I1W9hlWRVicZxL5MJURVKbnJGIcbjIE=", "narHash": "sha256-6VB1uVPqyaXTTori47ESnvAlQ1nHR4XwRybBHxWpL3E=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "79a77a7d0b22e82d52a90055cc8206447ab85285", "rev": "9b53b108b417e6d3fef7743c4034df582fbd9a7e",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -672,11 +672,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1736905443, "lastModified": 1736991798,
"narHash": "sha256-FbGuIOOqyzPLq9Ow/HD461TRsnaEky20dbHQTyzVdgY=", "narHash": "sha256-G4eufaog7+ZJ5zOYG19/QrZTQlIuxI5QUSDaXoJqAZo=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "8b8b6b164c03095afedfb5701c80b52d0f857e65", "rev": "54c96a05a61c96f9a78f4c65b95f358c93f2595e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -715,11 +715,11 @@
}, },
"nixpkgs-us": { "nixpkgs-us": {
"locked": { "locked": {
"lastModified": 1736798957, "lastModified": 1736883708,
"narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=", "narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3", "rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8",
"revCount": 737779, "revCount": 738172,
"type": "git", "type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs" "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
}, },
@@ -816,11 +816,11 @@
"nixvim": "nixvim_2" "nixvim": "nixvim_2"
}, },
"locked": { "locked": {
"lastModified": 1736875263, "lastModified": 1737060329,
"narHash": "sha256-67zpKvlBMhSjctUsUo6Kr/Jvs4uaVq9Mr3ZdSW4DEo4=", "narHash": "sha256-ydmgeFnPk/Hm8AYKwYCJjBcNYY/LZoAszGW7phoStzY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7521112f1a19d7c2d90b810f469d7a5920e2f642", "rev": "a9d1ee262faf0a2ea07ece78d84e03d1b03c0980",
"revCount": 8, "revCount": 11,
"type": "git", "type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai" "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
}, },

View File

@@ -15,7 +15,7 @@
config = { config = {
home.packages = [ home.packages = [
inputs.nixvim.packages.${pkgs.system}.default inputs.nixvim.packages.${pkgs.system}.pywal
]; ];
home.sessionVariables.EDITOR = "nvim"; home.sessionVariables.EDITOR = "nvim";