summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-07-10 16:05:25 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-07-12 22:57:01 +0200
commita0f9688a31dd9f4b6f9d252ba06f8d1acef914af (patch)
tree94b7cd246366ce02b0b5fa677074d6547136f36c /flake.lock
parenta9f87ca461a1f0e23e85a1ba8c696672ed9e11e2 (diff)
Switch CI to Nix flakes
We also move tests to Flakes. This would allow users to submit PRs with a fork of nixpkgs when they want to test nixpkgs PRs against SNM.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock33
1 files changed, 33 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index a9abdbc..3d49d2e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,21 @@
{
"nodes": {
+ "blobs": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1604995301,
+ "narHash": "sha256-wcLzgLec6SGJA8fx1OEN1yV/Py5b+U5iyYpksUY/yLw=",
+ "owner": "simple-nixos-mailserver",
+ "repo": "blobs",
+ "rev": "2cccdf1ca48316f2cfd1c9a0017e8de5a7156265",
+ "type": "gitlab"
+ },
+ "original": {
+ "owner": "simple-nixos-mailserver",
+ "repo": "blobs",
+ "type": "gitlab"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1607522989,
@@ -15,9 +31,26 @@
"type": "indirect"
}
},
+ "nixpkgs-21_05": {
+ "locked": {
+ "lastModified": 1625692408,
+ "narHash": "sha256-e9L3TLLDVIJpMnHtiNHJE62oOh6emRtSZ244bgYJUZs=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "c06613c25df3fe1dd26243847a3c105cf6770627",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-21.05",
+ "type": "indirect"
+ }
+ },
"root": {
"inputs": {
+ "blobs": "blobs",
"nixpkgs": "nixpkgs",
+ "nixpkgs-21_05": "nixpkgs-21_05",
"utils": "utils"
}
},