about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lock42
-rw-r--r--flake.nix3
2 files changed, 13 insertions, 32 deletions
diff --git a/flake.lock b/flake.lock
index b0c1616..e3d1cba 100644
--- a/flake.lock
+++ b/flake.lock
@@ -56,21 +56,6 @@
     },
     "flake-utils_2": {
       "locked": {
-        "lastModified": 1642700792,
-        "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
-        "owner": "numtide",
-        "repo": "flake-utils",
-        "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
-        "type": "github"
-      },
-      "original": {
-        "owner": "numtide",
-        "repo": "flake-utils",
-        "type": "github"
-      }
-    },
-    "flake-utils_3": {
-      "locked": {
         "lastModified": 1629481132,
         "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
         "owner": "numtide",
@@ -91,11 +76,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1642882610,
-        "narHash": "sha256-pmdgeJ9v6y+T0UfNQ/Z+Hdv5tPshFFra5JLF/byUA/Y=",
+        "lastModified": 1643066491,
+        "narHash": "sha256-wIgqFCJ6v7COpgNY0lMHDnU9RP2dJgasa2jKkB0zhWw=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "c47c350f6518ed39c2a16e4fadf9137b6c559ddc",
+        "rev": "462d4a7abdfb8cb762584745a480ad01c207570e",
         "type": "github"
       },
       "original": {
@@ -106,11 +91,11 @@
     },
     "master": {
       "locked": {
-        "lastModified": 1643025185,
-        "narHash": "sha256-cnzF6FNb501vU7RTNimnixZlFsUYGP03llqrrM0pxvI=",
+        "lastModified": 1643117295,
+        "narHash": "sha256-YR2D3DqXAYMhwGdSZSiRK+jrNW25AoZDXqgnrE48V1A=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "e7dbfd7ece0e8f11ef0617919cc5597258eda90f",
+        "rev": "6493bbd4cea04ad2f76264c60dfc970c1db67d20",
         "type": "github"
       },
       "original": {
@@ -122,18 +107,18 @@
     },
     "neovim": {
       "inputs": {
-        "flake-utils": "flake-utils_3",
+        "flake-utils": "flake-utils_2",
         "nixpkgs": [
           "unstable-small"
         ]
       },
       "locked": {
         "dir": "contrib",
-        "lastModified": 1643023689,
-        "narHash": "sha256-bLpv1+VmEnjbfDXdd6ibfe108Wm5u0B6tgG1pKMbwNY=",
+        "lastModified": 1643095335,
+        "narHash": "sha256-NgrojDU8ziCZ6ImaD4xJ+6zw7OoWZSgiZYoD7dWCSVE=",
         "owner": "neovim",
         "repo": "neovim",
-        "rev": "1907a9481423ccf4433f8184bbfdc633589e43f5",
+        "rev": "ecec957125ca95ef5fbc4534d62ed16cfedb0c44",
         "type": "github"
       },
       "original": {
@@ -178,7 +163,6 @@
     "root": {
       "inputs": {
         "chaotic-nixpkgs": "chaotic-nixpkgs",
-        "flake-utils": "flake-utils_2",
         "home-manager": "home-manager",
         "master": "master",
         "neovim": "neovim",
@@ -228,11 +212,11 @@
     },
     "unstable-small": {
       "locked": {
-        "lastModified": 1642995822,
-        "narHash": "sha256-yeVgyKEq9gyOSGufK8+1vWdhhG2gOMc3cVjixh47LFM=",
+        "lastModified": 1643091213,
+        "narHash": "sha256-cPZI7rLjS66+FusH0Gwb86DDS1A2xN8B+TwHjtj2SBg=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "4ad9f4e242df6a8babd3f3787a2cf8bbdc60a0fb",
+        "rev": "2d77d1ce9018e17d2c1c79fccd7c1073b8df2f7a",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 940ffb6..965bd44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,9 +11,6 @@
     home-manager.url = "github:nix-community/home-manager";
     home-manager.inputs.nixpkgs.follows = "unstable-small";
 
-    flake-utils.url = "github:numtide/flake-utils";
-    flake-utils.inputs.nixpkgs.follows = "unstable-small";
-
     sops-nix.url = "github:Mic92/sops-nix";
     sops-nix.inputs.nixpkgs.follows = "unstable-small";