diff options
| -rw-r--r-- | flake.lock | 11 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 8 deletions
@@ -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": { @@ -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}; |
