aboutsummaryrefslogtreecommitdiff
path: root/flakes/copanier/flake.lock
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 01:35:06 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:11:48 +0200
commit1a64deeb894dc95e2645a75771732c6cc53a79ad (patch)
tree1b9df4838f894577a09b9b260151756272efeb53 /flakes/copanier/flake.lock
parentfa25ffd4583cc362075cd5e1b4130f33306103f0 (diff)
downloadNix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.gz
Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.zst
Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.zip
Squash changes containing private information
There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository
Diffstat (limited to 'flakes/copanier/flake.lock')
-rw-r--r--flakes/copanier/flake.lock59
1 files changed, 59 insertions, 0 deletions
diff --git a/flakes/copanier/flake.lock b/flakes/copanier/flake.lock
new file mode 100644
index 0000000..fe84a9d
--- /dev/null
+++ b/flakes/copanier/flake.lock
@@ -0,0 +1,59 @@
1{
2 "nodes": {
3 "copanier": {
4 "flake": false,
5 "locked": {
6 "lastModified": 1633895178,
7 "narHash": "sha256-0xrh12eBSVpgVeniSbKQAuGBhIyVB/rB/H3Tt7EJ1vQ=",
8 "owner": "spiral-project",
9 "repo": "copanier",
10 "rev": "d1b92cc639f4d25ad31baf4a6579a33c44a0d837",
11 "type": "github"
12 },
13 "original": {
14 "owner": "spiral-project",
15 "repo": "copanier",
16 "type": "github"
17 }
18 },
19 "flake-utils": {
20 "locked": {
21 "lastModified": 1631561581,
22 "narHash": "sha256-3VQMV5zvxaVLvqqUrNz3iJelLw30mIVSfZmAaauM3dA=",
23 "owner": "numtide",
24 "repo": "flake-utils",
25 "rev": "7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19",
26 "type": "github"
27 },
28 "original": {
29 "owner": "numtide",
30 "repo": "flake-utils",
31 "type": "github"
32 }
33 },
34 "nixpkgs": {
35 "locked": {
36 "lastModified": 1633901457,
37 "narHash": "sha256-GNJLwKENqEA4xlzkWI76VLHBAua4LUIlTeeiH4FR7Gc=",
38 "owner": "NixOS",
39 "repo": "nixpkgs",
40 "rev": "f358794824b4595d77fec93732485d329ed7b0e0",
41 "type": "github"
42 },
43 "original": {
44 "owner": "NixOS",
45 "repo": "nixpkgs",
46 "type": "github"
47 }
48 },
49 "root": {
50 "inputs": {
51 "copanier": "copanier",
52 "flake-utils": "flake-utils",
53 "nixpkgs": "nixpkgs"
54 }
55 }
56 },
57 "root": "root",
58 "version": 7
59}