diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-01-25 00:02:48 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-01-25 00:07:30 +0100 |
commit | 9ce251120626575222db54bb8ae2233a101f01f0 (patch) | |
tree | a62c53c30e102b97b14f37a061d99e6e2a61f31c /flake.lock | |
parent | 716a08827e6646ae2e9c7940b3c9090d806ae400 (diff) |
Add regression / performance tests against a fixed revision of Nixpkgs
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 861af1c54..61eccb73c 100644 --- a/flake.lock +++ b/flake.lock @@ -31,10 +31,26 @@ "type": "indirect" } }, + "nixpkgs-regression": { + "locked": { + "lastModified": 1643052045, + "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", + "type": "indirect" + } + }, "root": { "inputs": { "lowdown-src": "lowdown-src", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "nixpkgs-regression": "nixpkgs-regression" } } }, |