diff --git a/flake.lock b/flake.lock index 2c03e774..f93fc6bb 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ ] }, "locked": { - "lastModified": 1618469593, - "narHash": "sha256-fNdt+Q3irnT3pId7PKSSVeR8/9inBrAEg4gpItoRowU=", + "lastModified": 1618789951, + "narHash": "sha256-EoQxcVIiaqjUwwTl1YF3zGnXtzEvOUDL3SBZ8ASELvU=", "owner": "nix-community", "repo": "home-manager", - "rev": "ebbbd4f2b50703409543941e7445138dc1e7392e", + "rev": "6aa6556bcab6dc0f6398b4daa8404d788fd7a6a2", "type": "github" }, "original": { @@ -53,11 +53,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1618675848, - "narHash": "sha256-3u2F8RNJWf0vRlCsV25FH6G7tCzlqquoAkvCD+sLiZg=", + "lastModified": 1618806675, + "narHash": "sha256-JeGfy7mUSa9S1+HF/7sEQiPZvL8pfix9a2Qv//CBUNU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ebcf1f92fe26b6589b1438b2c92dd1c71a67a088", + "rev": "5b2aabc6ae2d28e9914ff202a825af4ecc1ebaf0", "type": "github" }, "original": { @@ -80,15 +80,15 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1618741820, - "narHash": "sha256-4RVd8twQnZTwSv7Jcs9yDD3fk0pDFvropGo4sZFQKuo=", - "owner": "chvp", + "lastModified": 1618847041, + "narHash": "sha256-ksahfuFCrqdLBIcrsgme6NR6NS33QmnFarRcaqbT2p8=", + "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "40c97a61511e810ae5685aadc30b459035f8ec43", + "rev": "072c13ce139739cbbe26d87fd4d83d8a41ba346b", "type": "github" }, "original": { - "owner": "chvp", + "owner": "gytis-ivaskevicius", "ref": "staging", "repo": "flake-utils-plus", "type": "github" diff --git a/flake.nix b/flake.nix index e5858a3f..144bba03 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; - utils.url = "github:chvp/flake-utils-plus/staging"; + utils.url = "github:gytis-ivaskevicius/flake-utils-plus/staging"; }; outputs = inputs@{ self, nixpkgs, emacs-overlay, home-manager, utils }: utils.lib.systemFlake {