summaryrefslogtreecommitdiffstats
path: root/flake.lock
blob: c0fde989c45b04dd32e2bc2b8eca717985804684 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "nodes": {
    "flake-utils": {
      "locked": {
        "lastModified": 1618217525,
        "narHash": "sha256-WGrhVczjXTiswQaoxQ+0PTfbLNeOQM6M36zvLn78AYg=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "c6169a2772643c4a93a0b5ac1c61e296cba68544",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1617824794,
        "narHash": "sha256-UGkvzx0nIXHhNq/KwJLjXvKAQRE2V33MuX+UirvqrkQ=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "2aa20ae969f2597c4df10a094440a66e9d7f8c86",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "ref": "release-20.09",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1618750622,
        "narHash": "sha256-AfRXbXH1t7WgDiHt+CWofoLuy12nfFTY4pZoGfPueQo=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "b2a189a8618fc1ba61593016fe5699b38971b89f",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "release-20.09",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs-unstable": {
      "locked": {
        "lastModified": 1618755104,
        "narHash": "sha256-boqugaFW1nRuyu0w774WGgaaCEfCxn0Nf8z8GJziVmU=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "5a333c5f091b88007caf1041bbb651867a449c5a",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "master",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "flake-utils": "flake-utils",
        "home-manager": "home-manager",
        "nixpkgs": "nixpkgs",
        "nixpkgs-unstable": "nixpkgs-unstable"
      }
    }
  },
  "root": "root",
  "version": 7
}