diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 63 | 
1 files changed, 63 insertions, 0 deletions
| diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..9d1d0ca --- /dev/null +++ b/flake.lock @@ -0,0 +1,63 @@ +{ +  "nodes": { +    "msgpkgs": { +      "inputs": { +        "nixpkgs": "nixpkgs" +      }, +      "locked": { +        "lastModified": 1754031000, +        "narHash": "sha256-wmjhqD2o1uAewmJ5Jqwor5ULVSeGKIo2qUFgljYF6wk=", +        "ref": "refs/heads/main", +        "rev": "ad9a7a0a2929ca5a7dcf417859c06b055a8bc5a2", +        "revCount": 212, +        "submodules": true, +        "type": "git", +        "url": "ssh://git@github.com/compromyse/msg.git" +      }, +      "original": { +        "type": "git", +        "url": "ssh://git@github.com/compromyse/msg.git" +      } +    }, +    "nixpkgs": { +      "locked": { +        "lastModified": 1749794982, +        "narHash": "sha256-Kh9K4taXbVuaLC0IL+9HcfvxsSUx8dPB5s5weJcc9pc=", +        "owner": "nixos", +        "repo": "nixpkgs", +        "rev": "ee930f9755f58096ac6e8ca94a1887e0534e2d81", +        "type": "github" +      }, +      "original": { +        "owner": "nixos", +        "ref": "nixos-unstable", +        "repo": "nixpkgs", +        "type": "github" +      } +    }, +    "nixpkgs_2": { +      "locked": { +        "lastModified": 1753694789, +        "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=", +        "owner": "nixos", +        "repo": "nixpkgs", +        "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727", +        "type": "github" +      }, +      "original": { +        "owner": "nixos", +        "ref": "nixos-unstable", +        "repo": "nixpkgs", +        "type": "github" +      } +    }, +    "root": { +      "inputs": { +        "msgpkgs": "msgpkgs", +        "nixpkgs": "nixpkgs_2" +      } +    } +  }, +  "root": "root", +  "version": 7 +} | 
