summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock11
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index babf0b5..43a0466 100644
--- a/flake.lock
+++ b/flake.lock
@@ -10,18 +10,17 @@
"type": "github"
},
"original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
+ "id": "flake-utils",
+ "type": "indirect"
}
},
"nixpkgs": {
"locked": {
- "lastModified": 1668231603,
- "narHash": "sha256-/4br947zgRqABb52iLF4DCHgD49Fw5aQ6/IdTwaM95E=",
+ "lastModified": 1668266328,
+ "narHash": "sha256-+nAW+XR8nswyEnt5IkQlkrz9erTcQWBVLkhtNHxckFw=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "d8f2c4d846a2e65ad3f5a5e842b672f0b81588a2",
+ "rev": "5ca8e2e9e1fa5e66a749b39261ad6bd0e07bc87f",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 9cdb743..024f56d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,8 +1,6 @@
{
description = "Quentin Aristote's personal information.";
- inputs.flake-utils.url = "github:numtide/flake-utils";
-
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let pkgs = nixpkgs.legacyPackages.${system};