diff --git a/flake.lock b/flake.lock index dfcfa55..ac74c4d 100644 --- a/flake.lock +++ b/flake.lock @@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1706306660, - "narHash": "sha256-lZvgkHtVeduGByPb0Tz9LpAi4olfkEm8XPgv0o7GRsk=", + "lastModified": 1709764752, + "narHash": "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=", "owner": "nix-community", "repo": "home-manager", - "rev": "b2f56952074cb46e93902ecaabfb04dd93733434", + "rev": "cf111d1a849ddfc38e9155be029519b0e2329615", "type": "github" }, "original": { @@ -198,11 +198,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706191920, - "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=", + "lastModified": 1709703039, + "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ae5c332cbb5827f6b1f02572496b141021de335f", + "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "type": "github" }, "original": { @@ -262,16 +262,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1705033721, - "narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=", + "lastModified": 1709428628, + "narHash": "sha256-//ZCCnpVai/ShtO2vPjh3AWgo8riXCaret6V9s7Hew4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea", + "rev": "66d65cb00b82ffa04ee03347595aa20e41fe3555", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.05", + "ref": "release-23.11", "repo": "nixpkgs", "type": "github" } @@ -283,17 +283,17 @@ ] }, "locked": { - "lastModified": 1703195136, - "narHash": "sha256-43mqeJz4zT6rc8zOsY+ycyyKR9P+itTGx5+QinNm1aM=", - "ref": "refs/heads/master", - "rev": "dce3a89665746f3c16a484ccf156fb7b2eac6b3b", - "revCount": 21, + "lastModified": 1706478882, + "narHash": "sha256-XRTbmP7xSQZWyJxeZC5HNsa5N7hf1Asf0KM1Us6G0hE=", + "ref": "refs/heads/add_overlay", + "rev": "7b2aeaee74120345b8c390ef1cb4a24257e644da", + "revCount": 32, "type": "git", - "url": "https://git.project-cloud.net/asmir/nvim_flake" + "url": "file://file:/home/akill/proj/nvim_flake/" }, "original": { "type": "git", - "url": "https://git.project-cloud.net/asmir/nvim_flake" + "url": "file://file:/home/akill/proj/nvim_flake/" } }, "peerix": { @@ -367,11 +367,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1706219574, - "narHash": "sha256-qO+8UErk+bXCq2ybHU4GzXG4Ejk4Tk0rnnTPNyypW4g=", + "lastModified": 1706742486, + "narHash": "sha256-sv/MISTeD0rqeVivpZJpynboMWJp6i62OmrZX1rGl38=", "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "e47f3719f1db3e0961a4358d4cb234a0acaa7baf", + "rev": "9e36323ae3dde787f761420465c3ae560f3dbf29", "type": "gitlab" }, "original": { @@ -388,11 +388,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1706130372, - "narHash": "sha256-fHZxKH1DhsXPP36a2vJ91Zy6S+q6+QRIFlpLr9fZHU8=", + "lastModified": 1709711091, + "narHash": "sha256-L0rSIU9IguTG4YqSj4B/02SyTEz55ACq5t8gXpzteYc=", "owner": "Mic92", "repo": "sops-nix", - "rev": "4606d9b1595e42ffd9b75b9e69667708c70b1d68", + "rev": "25dd60fdd08fcacee2567a26ba6b91fe098941dc", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 238e44c..7da56e9 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; nvim = { - url = "git+https://git.project-cloud.net/asmir/nvim_flake"; + url = "git+file:/home/akill/proj/nvim_flake/"; inputs.nixpkgs.follows = "nixpkgs"; };