diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 5ec7bd7..2af13d7 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -318,11 +318,11 @@ ] }, "locked": { - "lastModified": 1705708511, - "narHash": "sha256-3f4BkRY70Fj7yvuo87c4QQPAjnt571g2wJ50jY7hnYc=", + "lastModified": 1706080884, + "narHash": "sha256-qhxisCrSraN5YWVb0lNCFH8ovqnCw5W9ldac4Dzr0Nw=", "owner": "nix-community", "repo": "home-manager", - "rev": "ce4b88c465d928f4f8b75d0920f1788d5b65ca94", + "rev": "6b28ab2d798c1c84e24053d95f4ee1dd9d81e2fb", "type": "github" }, "original": { @@ -460,11 +460,11 @@ ] }, "locked": { - "lastModified": 1705282324, - "narHash": "sha256-LnURMA7yCM5t7et9O2+2YfGQh0FKAfE5GyahNDDzJVM=", + "lastModified": 1705806513, + "narHash": "sha256-FcOmNjhHFfPz2udZbRpZ1sfyhVMr+C2O8kOxPj+HDDk=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "49aaeecf41ae0a0944e2c627cb515bcde428a1d1", + "rev": "f8e04fbcebcc24cebc91989981bd45f69b963ed7", "type": "github" }, "original": { @@ -505,11 +505,11 @@ "nmt": "nmt" }, "locked": { - "lastModified": 1705702328, - "narHash": "sha256-yDPcAUzGlQ4e7JKHVligTUpXcB2X18QNOrA5pzmeus0=", + "lastModified": 1705918116, + "narHash": "sha256-qh3mGgUQVXJ9zqDXghLJRm14IQ0CBqJsSYnUh0Ct9Mk=", "owner": "nixneovim", "repo": "nixneovim", - "rev": "30e3b1854039a16d8fd08a1ed3f5aaf6c114060e", + "rev": "3415084a406e95376f6f3d97fbc660d9925d88ee", "type": "github" }, "original": { @@ -531,11 +531,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1705344848, - "narHash": "sha256-Ns//Yrqug/OmupDUS4ue1tTvv4/UmLtY9oI6dIeWcMM=", + "lastModified": 1705747749, + "narHash": "sha256-HEqOYeZolq/YPKzVpBw+3nsqOiwSV9nfk6YaFdM+XRU=", "owner": "nixneovim", "repo": "nixneovimplugins", - "rev": "1054b77f33b54727082fb17170ce91d121b8a496", + "rev": "b038f16a6908d10e53b7e1cb1e4975e8106e61b0", "type": "github" }, "original": { @@ -593,15 +593,15 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1705713438, - "narHash": "sha256-xz0Fh1HiFVHxMzyH6BGeedBsjfwlYuVeisPJzWjBhR4=", - "owner": "NixOS", + "lastModified": 1706107273, + "narHash": "sha256-5Lx0tc5wBQAqSRdIill3sc4Kba8I7eX3ve5CM6+vPhE=", + "owner": "nixOS", "repo": "nixpkgs", - "rev": "9e98fce0c5c0ff04d0f5f577af3d03890789103f", + "rev": "552a10f4bd3e1c9b940d51cbba424df34fbd6140", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixOS", "repo": "nixpkgs", "type": "github" } diff --git a/nix/home-manager/flake.nix b/nix/home-manager/flake.nix index 26eda1f..326c091 100644 --- a/nix/home-manager/flake.nix +++ b/nix/home-manager/flake.nix @@ -3,7 +3,7 @@ inputs = { # Specify the source of Home Manager and Nixpkgs. - nixpkgs.url = "github:NixOS/nixpkgs"; + nixpkgs.url = "github:nixOS/nixpkgs"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";