aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
blob: f62eda76687e826c341e123da751f0d20a3b2202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "nodes": {
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1710062421,
        "narHash": "sha256-FiCNRfyUgJOLYIokLiFsfI7B+Zn9HDnOzFR3uVr5qsQ=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "36f873dfc8e2b6b89936ff3e2b74803d50447e0a",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "ref": "master",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1710167312,
        "narHash": "sha256-jEosXFbW7Yjrc0vuQVoloZuUivf694GgeidAagx9QOA=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "3988ace9ba49c3ca572a2b0c2567e24a96b8b23b",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "master",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "home-manager": "home-manager",
        "nixpkgs": "nixpkgs"
      }
    }
  },
  "root": "root",
  "version": 7
}