nix-config/flake.lock

223 lines
5.8 KiB
Text
Raw Normal View History

2022-05-25 19:27:42 +02:00
{
"nodes": {
"emacs-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666957671,
"narHash": "sha256-QmFXa7AToYu1/xyo4jxo7wKpy0Ec6IYWVsQjKz4WqlM=",
"owner": "nix-community",
"repo": "emacs-overlay",
2022-10-28 22:28:24 +02:00
"rev": "c5a67519099ded10354a96c268a9bdef8087161d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2022-07-09 23:12:48 +02:00
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666938628,
"narHash": "sha256-7lY6BsMV8eAOWg+9waziubnim9QYrWMF7nTRclzlvHw=",
2022-07-09 23:12:48 +02:00
"owner": "nix-community",
"repo": "fenix",
2022-10-28 22:28:24 +02:00
"rev": "973c96878c0ed1eaffebee51c7a30855a2bc168f",
2022-07-09 23:12:48 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"flake-utils": {
2022-08-05 02:08:32 +02:00
"locked": {
2022-08-08 19:27:10 +02:00
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
2022-08-05 02:08:32 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-08-08 19:27:10 +02:00
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
2022-08-05 02:08:32 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-09-27 01:16:19 +02:00
"flake-utils_2": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_3": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"microvm": {
"inputs": {
"flake-utils": "flake-utils_3",
2022-05-25 19:27:42 +02:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-10-24 22:02:01 +02:00
"lastModified": 1666576115,
"narHash": "sha256-602l4N7Cde1t4tHcBSgHbCWN8rnn+q41nIslpcJPY3c=",
2022-05-25 19:27:42 +02:00
"owner": "astro",
"repo": "microvm.nix",
2022-10-24 22:02:01 +02:00
"rev": "9686131d02d8f91a0b440026eb2f308d858269b1",
2022-05-25 19:27:42 +02:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "microvm.nix",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666867875,
"narHash": "sha256-3nD7iQXd/J6KjkT8IjozTuA5p8qjiLKTxvOUmH+AzNM=",
"path": "/nix/store/ig0dn500x8lm7mjq8sp3s2k1hpji0xxj-source",
"rev": "c132d0837dfb9035701dcd8fc91786c605c855c3",
"type": "path"
2022-05-25 19:27:42 +02:00
},
"original": {
"id": "nixpkgs",
"type": "indirect"
2022-05-25 19:27:42 +02:00
}
},
"nixpkgs-22_05": {
"locked": {
2022-10-24 22:02:01 +02:00
"lastModified": 1666488099,
"narHash": "sha256-DANs2epN5QgvxWzH7xF3dzb4WE0lEuMLrMEu/vPmQxw=",
2022-05-25 19:27:42 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-24 22:02:01 +02:00
"rev": "f9115594149ebcb409a42e303bec4956814a8419",
2022-05-25 19:27:42 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
2022-06-17 02:24:56 +02:00
"nixpkgs-unstable": {
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666869603,
"narHash": "sha256-3V53or4Vpu4+LrGfGSh3T2V8+qf5RP6nRuex9GywkwE=",
2022-06-17 02:24:56 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-28 22:28:24 +02:00
"rev": "2001e2b31c565bcdf7bc13062b8d7cfccaca05b8",
2022-06-17 02:24:56 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666867875,
"narHash": "sha256-3nD7iQXd/J6KjkT8IjozTuA5p8qjiLKTxvOUmH+AzNM=",
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-28 22:28:24 +02:00
"rev": "c132d0837dfb9035701dcd8fc91786c605c855c3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
2022-07-09 23:12:48 +02:00
"fenix": "fenix",
"flake-utils": "flake-utils_2",
2022-05-25 19:27:42 +02:00
"microvm": "microvm",
"nixpkgs": "nixpkgs_2",
2022-06-17 02:24:56 +02:00
"nixpkgs-unstable": "nixpkgs-unstable",
2022-05-25 19:27:42 +02:00
"sops-nix": "sops-nix"
}
},
2022-07-09 23:12:48 +02:00
"rust-analyzer-src": {
"flake": false,
2022-06-27 18:50:46 +02:00
"locked": {
2022-10-28 22:28:24 +02:00
"lastModified": 1666877865,
"narHash": "sha256-j137oEYf9TwTdOA9wWBg/XL4XITsfoGH7i6Rutmbc3s=",
2022-07-09 23:12:48 +02:00
"owner": "rust-lang",
"repo": "rust-analyzer",
2022-10-28 22:28:24 +02:00
"rev": "d022e0ec536948ced38ac67dec0d64c312264f7c",
2022-06-27 18:50:46 +02:00
"type": "github"
},
"original": {
2022-07-09 23:12:48 +02:00
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
2022-06-27 18:50:46 +02:00
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-22_05": "nixpkgs-22_05"
},
"locked": {
2022-10-24 22:02:01 +02:00
"lastModified": 1666499473,
"narHash": "sha256-q1eFnBFL0kHgcnUPeKagw3BfbE/5sMJNGL2E2AR+a2M=",
2022-05-25 19:27:42 +02:00
"owner": "Mic92",
"repo": "sops-nix",
2022-10-24 22:02:01 +02:00
"rev": "1b5f9512a265f0c9687dbff47893180f777f4809",
2022-05-25 19:27:42 +02:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
}
},
"root": "root",
"version": 7
}