nix/flake.lock (view raw)
1{
2 "nodes": {
3 "darwin": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1698429334,
11 "narHash": "sha256-Gq3+QabboczSu7RMpcy79RSLMSqnySO3wsnHQk4DfbE=",
12 "owner": "lnl7",
13 "repo": "nix-darwin",
14 "rev": "afe83cbc2e673b1f08d32dd0f70df599678ff1e7",
15 "type": "github"
16 },
17 "original": {
18 "owner": "lnl7",
19 "ref": "master",
20 "repo": "nix-darwin",
21 "type": "github"
22 }
23 },
24 "home-manager": {
25 "inputs": {
26 "nixpkgs": [
27 "nixpkgs"
28 ]
29 },
30 "locked": {
31 "lastModified": 1698479159,
32 "narHash": "sha256-rJHBDwW4LbADEfhkgGHjKGfL2dF44NrlyXdXeZrQahs=",
33 "owner": "nix-community",
34 "repo": "home-manager",
35 "rev": "f92a54fef4eacdbe86b0a2054054dd58b0e2a2a4",
36 "type": "github"
37 },
38 "original": {
39 "owner": "nix-community",
40 "repo": "home-manager",
41 "type": "github"
42 }
43 },
44 "nixos-hardware": {
45 "locked": {
46 "lastModified": 1698053470,
47 "narHash": "sha256-sP8D/41UiwC2qn0X40oi+DfuVzNHMROqIWdSdCI/AYA=",
48 "owner": "nixos",
49 "repo": "nixos-hardware",
50 "rev": "80d98a7d55c6e27954a166cb583a41325e9512d7",
51 "type": "github"
52 },
53 "original": {
54 "owner": "nixos",
55 "repo": "nixos-hardware",
56 "type": "github"
57 }
58 },
59 "nixpkgs": {
60 "locked": {
61 "lastModified": 1698434055,
62 "narHash": "sha256-Phxi5mUKSoL7A0IYUiYtkI9e8NcGaaV5PJEaJApU1Ko=",
63 "owner": "NixOS",
64 "repo": "nixpkgs",
65 "rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
66 "type": "github"
67 },
68 "original": {
69 "owner": "NixOS",
70 "ref": "nixos-23.05",
71 "repo": "nixpkgs",
72 "type": "github"
73 }
74 },
75 "prompt": {
76 "inputs": {
77 "nixpkgs": [
78 "nixpkgs"
79 ]
80 },
81 "locked": {
82 "lastModified": 1694244899,
83 "narHash": "sha256-+Nv7HVG/s2Jers3+XiBqYzg+X+MpDY+j5Rucyfgoib0=",
84 "ref": "refs/heads/master",
85 "rev": "39c3e7baf034bdbecc29f5f441d8dde634833b52",
86 "revCount": 6,
87 "type": "git",
88 "url": "https://git.peppe.rs/cli/prompt"
89 },
90 "original": {
91 "type": "git",
92 "url": "https://git.peppe.rs/cli/prompt"
93 }
94 },
95 "root": {
96 "inputs": {
97 "darwin": "darwin",
98 "home-manager": "home-manager",
99 "nixos-hardware": "nixos-hardware",
100 "nixpkgs": "nixpkgs",
101 "prompt": "prompt"
102 }
103 }
104 },
105 "root": "root",
106 "version": 7
107}