diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:37:55 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:37:55 +0100 |
| commit | 5a8c11a5fae47a8eaad7a90ac3a70020243ceb48 (patch) | |
| tree | 4e24eee987c7c46d2309793875b8942c85ca53f1 | |
| parent | 946290203abdc6075b01a40672509bbaabd260d5 (diff) | |
flake: use utils from registry
| -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}; |
