diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 30 | 
1 files changed, 24 insertions, 6 deletions
| @@ -1,12 +1,15 @@  {    "nodes": {      "flake-utils": { +      "inputs": { +        "systems": "systems" +      },        "locked": { -        "lastModified": 1667395993, -        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", +        "lastModified": 1694529238, +        "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",          "owner": "numtide",          "repo": "flake-utils", -        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", +        "rev": "ff7b65b44d01cf9ba6a71320833626af21126384",          "type": "github"        },        "original": { @@ -17,11 +20,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1675940568, -        "narHash": "sha256-epG6pOT9V0kS+FUqd7R6/CWkgnZx2DMT5Veqo+y6G3c=", +        "lastModified": 1697009197, +        "narHash": "sha256-viVRhBTFT8fPJTb1N3brQIpFZnttmwo3JVKNuWRVc3s=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "6ccc4a59c3f1b56d039d93da52696633e641bc71", +        "rev": "01441e14af5e29c9d27ace398e6dd0b293e25a54",          "type": "github"        },        "original": { @@ -36,6 +39,21 @@          "flake-utils": "flake-utils",          "nixpkgs": "nixpkgs"        } +    }, +    "systems": { +      "locked": { +        "lastModified": 1681028828, +        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", +        "owner": "nix-systems", +        "repo": "default", +        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", +        "type": "github" +      }, +      "original": { +        "owner": "nix-systems", +        "repo": "default", +        "type": "github" +      }      }    },    "root": "root", | 
