diff options
author | Akshay <[email protected]> | 2024-01-16 21:18:52 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-01-16 21:18:52 +0000 |
commit | be60a9f66d1c01b15ddc3a56bca0416ce8dee0fd (patch) | |
tree | 159f9afd776f4881f1312d5b36384b8d0533904b /flake.lock | |
parent | f99715d8805a18dc7c16f17275a85a0724e01db9 (diff) |
begin work on stag
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 45 |
1 files changed, 3 insertions, 42 deletions
@@ -1,26 +1,5 @@ | |||
1 | { | 1 | { |
2 | "nodes": { | 2 | "nodes": { |
3 | "fenix": { | ||
4 | "inputs": { | ||
5 | "nixpkgs": [ | ||
6 | "nixpkgs" | ||
7 | ], | ||
8 | "rust-analyzer-src": "rust-analyzer-src" | ||
9 | }, | ||
10 | "locked": { | ||
11 | "lastModified": 1645251813, | ||
12 | "narHash": "sha256-cQ66tGjnZclBCS3nD26mZ5fUH+3/HnysGffBiWXUSHk=", | ||
13 | "owner": "nix-community", | ||
14 | "repo": "fenix", | ||
15 | "rev": "9892337b588c38ec59466a1c89befce464aae7f8", | ||
16 | "type": "github" | ||
17 | }, | ||
18 | "original": { | ||
19 | "owner": "nix-community", | ||
20 | "repo": "fenix", | ||
21 | "type": "github" | ||
22 | } | ||
23 | }, | ||
24 | "gitignore": { | 3 | "gitignore": { |
25 | "inputs": { | 4 | "inputs": { |
26 | "nixpkgs": [ | 5 | "nixpkgs": [ |
@@ -43,11 +22,11 @@ | |||
43 | }, | 22 | }, |
44 | "nixpkgs": { | 23 | "nixpkgs": { |
45 | "locked": { | 24 | "locked": { |
46 | "lastModified": 1645013224, | 25 | "lastModified": 1704161960, |
47 | "narHash": "sha256-b7OEC8vwzJv3rsz9pwnTX2LQDkeOWz2DbKypkVvNHXc=", | 26 | "narHash": "sha256-QGua89Pmq+FBAro8NriTuoO/wNaUtugt29/qqA8zeeM=", |
48 | "owner": "nixos", | 27 | "owner": "nixos", |
49 | "repo": "nixpkgs", | 28 | "repo": "nixpkgs", |
50 | "rev": "b66b39216b1fef2d8c33cc7a5c72d8da80b79970", | 29 | "rev": "63143ac2c9186be6d9da6035fa22620018c85932", |
51 | "type": "github" | 30 | "type": "github" |
52 | }, | 31 | }, |
53 | "original": { | 32 | "original": { |
@@ -59,27 +38,9 @@ | |||
59 | }, | 38 | }, |
60 | "root": { | 39 | "root": { |
61 | "inputs": { | 40 | "inputs": { |
62 | "fenix": "fenix", | ||
63 | "gitignore": "gitignore", | 41 | "gitignore": "gitignore", |
64 | "nixpkgs": "nixpkgs" | 42 | "nixpkgs": "nixpkgs" |
65 | } | 43 | } |
66 | }, | ||
67 | "rust-analyzer-src": { | ||
68 | "flake": false, | ||
69 | "locked": { | ||
70 | "lastModified": 1645205556, | ||
71 | "narHash": "sha256-e4lZW3qRyOEJ+vLKFQP7m2Dxh5P44NrnekZYLxlucww=", | ||
72 | "owner": "rust-analyzer", | ||
73 | "repo": "rust-analyzer", | ||
74 | "rev": "acf5874b39f3dc5262317a6074d9fc7285081161", | ||
75 | "type": "github" | ||
76 | }, | ||
77 | "original": { | ||
78 | "owner": "rust-analyzer", | ||
79 | "ref": "nightly", | ||
80 | "repo": "rust-analyzer", | ||
81 | "type": "github" | ||
82 | } | ||
83 | } | 44 | } |
84 | }, | 45 | }, |
85 | "root": "root", | 46 | "root": "root", |