Home

dotnix @101d4e2c16aca816178d01640d6cafa1dac1e8a3 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / flake.lock
- raw
 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "nodes": {
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1688552611,
        "narHash": "sha256-pV/1/AU1l5CNFeKmdJ1jofcaKHhtKAbxY4gazeCyoSo=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "b23c7501f7e0a001486c9a5555a6c53ac7b08e85",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "jolheiser-nur": {
      "inputs": {
        "nixpkgs": "nixpkgs"
      },
      "locked": {
        "lastModified": 1688586089,
        "narHash": "sha256-k9UncsfiA1bBzlrLJKQ/USRb19Qbqmyp3CtKy6cQ5Mg=",
        "ref": "refs/heads/main",
        "rev": "04bf865f3a1608241ddb24dd8272a8bd3c9027db",
        "revCount": 139,
        "type": "git",
        "url": "https://git.jojodev.com/jolheiser/nur"
      },
      "original": {
        "type": "git",
        "url": "https://git.jojodev.com/jolheiser/nur"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1624561540,
        "narHash": "sha256-izJ2PYZMGMsSkg+e7c9A1x3t/yOLT+qzUM6WQsc2tqo=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "c6a049a3d32293b24c0f894a840872cf67fd7c11",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixpkgs-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1688556768,
        "narHash": "sha256-mhd6g0iJGjEfOr3+6mZZOclUveeNr64OwxdbNtLc8mY=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "27bd67e55fe09f9d68c77ff151c3e44c4f81f7de",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixpkgs-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nur": {
      "locked": {
        "lastModified": 1688586288,
        "narHash": "sha256-ERZMdOsoOiP/643IMwq1SBA92JBcJzHUAHgIYq8t7J4=",
        "owner": "nix-community",
        "repo": "nur",
        "rev": "3645cae8032682e662c1723dab52fdbfd1f4aad1",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "nur",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "home-manager": "home-manager",
        "jolheiser-nur": "jolheiser-nur",
        "nixpkgs": "nixpkgs_2",
        "nur": "nur"
      }
    }
  },
  "root": "root",
  "version": 7
}