]> Git — Sourcephile - sourcephile-nix.git/blob - flake.lock
nix: update nixpkgs
[sourcephile-nix.git] / flake.lock
1 {
2 "nodes": {
3 "flake-utils": {
4 "locked": {
5 "lastModified": 1622445595,
6 "narHash": "sha256-m+JRe6Wc5OZ/mKw2bB3+Tl0ZbtyxxxfnAWln8Q5qs+Y=",
7 "owner": "numtide",
8 "repo": "flake-utils",
9 "rev": "7d706970d94bc5559077eb1a6600afddcd25a7c8",
10 "type": "github"
11 },
12 "original": {
13 "owner": "numtide",
14 "repo": "flake-utils",
15 "type": "github"
16 }
17 },
18 "home-manager": {
19 "inputs": {
20 "nixpkgs": [
21 "nixpkgs"
22 ]
23 },
24 "locked": {
25 "lastModified": 1617824794,
26 "narHash": "sha256-UGkvzx0nIXHhNq/KwJLjXvKAQRE2V33MuX+UirvqrkQ=",
27 "owner": "nix-community",
28 "repo": "home-manager",
29 "rev": "2aa20ae969f2597c4df10a094440a66e9d7f8c86",
30 "type": "github"
31 },
32 "original": {
33 "owner": "nix-community",
34 "ref": "release-20.09",
35 "repo": "home-manager",
36 "type": "github"
37 }
38 },
39 "julm-nix": {
40 "inputs": {
41 "flake-utils": [
42 "flake-utils"
43 ],
44 "home-manager": "home-manager",
45 "nixpkgs": [
46 "nixpkgs"
47 ]
48 },
49 "locked": {
50 "lastModified": 1623059458,
51 "narHash": "sha256-1sBsLgfpK1SX0Ac5eCy0ggklKx0Ifd8ZjvB09LN67p4=",
52 "ref": "master",
53 "rev": "a21fe4429c72decc9f2562759989e54164e13da6",
54 "revCount": 145,
55 "type": "git",
56 "url": "git://git.sourcephile.fr/julm/julm-nix"
57 },
58 "original": {
59 "ref": "master",
60 "type": "git",
61 "url": "git://git.sourcephile.fr/julm/julm-nix"
62 }
63 },
64 "nixpkgs": {
65 "locked": {
66 "lastModified": 1623786084,
67 "narHash": "sha256-cOKphbBTexY8BMN8xDverIOVx7P3I0xlWPFDfIhndxI=",
68 "owner": "NixOS",
69 "repo": "nixpkgs",
70 "rev": "fd374934efcd10061cbdc7e314d8e1c67d329200",
71 "type": "github"
72 },
73 "original": {
74 "owner": "NixOS",
75 "repo": "nixpkgs",
76 "rev": "fd374934efcd10061cbdc7e314d8e1c67d329200",
77 "type": "github"
78 }
79 },
80 "pass": {
81 "flake": false,
82 "locked": {
83 "narHash": "sha256-nRHB1KJP9g2Z0CRvRF33UQB/PaRzvcNQCwaqPwMJRLk=",
84 "path": "./pass",
85 "type": "path"
86 },
87 "original": {
88 "path": "./pass",
89 "type": "path"
90 }
91 },
92 "root": {
93 "inputs": {
94 "flake-utils": "flake-utils",
95 "home-manager": [
96 "julm-nix",
97 "home-manager"
98 ],
99 "julm-nix": "julm-nix",
100 "nixpkgs": "nixpkgs",
101 "pass": "pass",
102 "secrets": "secrets",
103 "shell": "shell"
104 }
105 },
106 "secrets": {
107 "flake": false,
108 "locked": {
109 "narHash": "sha256-N8SAonk7vb1CXokiLgU4pKpn7h47XoJAH4T9lFLhl4M=",
110 "path": "./sec",
111 "type": "path"
112 },
113 "original": {
114 "path": "./sec",
115 "type": "path"
116 }
117 },
118 "shell": {
119 "flake": false,
120 "locked": {
121 "narHash": "sha256-8qSmLQPjoNH/Em36TKyDzMa0YQ6geSfgmQE3SCeXT+Y=",
122 "path": "./shell",
123 "type": "path"
124 },
125 "original": {
126 "path": "./shell",
127 "type": "path"
128 }
129 }
130 },
131 "root": "root",
132 "version": 7
133 }