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 01:57:00 +02:00
"lastModified": 1666900021,
"narHash": "sha256-KEDx6LhRMxEdLXL1jF1LNIm+QCtOCcKcFmTJrA/iU3E=",
"owner": "nix-community",
"repo": "emacs-overlay",
2022-10-28 01:57:00 +02:00
"rev": "b3f81bcbda84bf2ef957cfff6cf89aedbdfa2be9",
"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 01:57:00 +02:00
"lastModified": 1666852257,
"narHash": "sha256-axGHhzM8/h4FT3p89vbvo4oYj1usGOp1IT2EqOUh2H0=",
2022-07-09 23:12:48 +02:00
"owner": "nix-community",
"repo": "fenix",
2022-10-28 01:57:00 +02:00
"rev": "dae71d8923f0721d587fb29d4d1724df008ae019",
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 01:57:00 +02:00
"lastModified": 1666767323,
"narHash": "sha256-drbsgF8iLzQQ6umzOU/idYkI+UoifQdpH+mwohB3J7c=",
"path": "/nix/store/qxspy38dddsjpbgzxlvh41fvwky1ym0i-source",
"rev": "e6e675cafe6a1d1b0eeb9ac3fe046091244b714e",
"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 01:57:00 +02:00
"lastModified": 1666792786,
"narHash": "sha256-uG81j5Axyps2IjedvlmRbWhCCUXOAI4wNpH3O0dVG0s=",
2022-06-17 02:24:56 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-28 01:57:00 +02:00
"rev": "5bdb380ee7fa036d47b19e9d854928f4881c50a1",
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 01:57:00 +02:00
"lastModified": 1666767323,
"narHash": "sha256-drbsgF8iLzQQ6umzOU/idYkI+UoifQdpH+mwohB3J7c=",
"owner": "NixOS",
"repo": "nixpkgs",
2022-10-28 01:57:00 +02:00
"rev": "e6e675cafe6a1d1b0eeb9ac3fe046091244b714e",
"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 01:57:00 +02:00
"lastModified": 1666807967,
"narHash": "sha256-UN55jYNsYrz8HRYan3Hq2wl4qnsqI9BVh6n4H/LSrs0=",
2022-07-09 23:12:48 +02:00
"owner": "rust-lang",
"repo": "rust-analyzer",
2022-10-28 01:57:00 +02:00
"rev": "0340b51ff710daf8e8b8895e8fc1a12c95e8886f",
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
}