PEP skeleton

This commit is contained in:
Dmitry Zuikov 2023-02-09 11:58:56 +03:00
parent 6fe20ab1a8
commit eda3fe07da
4 changed files with 19 additions and 23 deletions

View File

@ -4,9 +4,12 @@ fixme-comments --
fixme-prefix FIXME: bugs issues fixme-prefix FIXME: bugs issues
fixme-prefix TODO: bugs issues fixme-prefix TODO: bugs issues
fixme-prefix PEP: proposals
fixme-files **/*.hs docs/devlog.md fixme-files **/*.hs docs/devlog.md
fixme-files docs/pep*.txt
fixme-files-ignore .direnv/** dist-newstyle/** fixme-files-ignore .direnv/** dist-newstyle/**
fixme-id-show-len 10 fixme-id-show-len 10

6
docs/pep-01.txt Normal file
View File

@ -0,0 +1,6 @@
PEP: block-encrypting-data-structures
Here we define a data structures, required for implementing
basic encrypted blocks exchange

View File

@ -3,15 +3,17 @@
"fixme": { "fixme": {
"inputs": { "inputs": {
"haskell-flake-utils": "haskell-flake-utils", "haskell-flake-utils": "haskell-flake-utils",
"nixpkgs": "nixpkgs", "nixpkgs": [
"nixpkgs"
],
"suckless-conf": "suckless-conf" "suckless-conf": "suckless-conf"
}, },
"locked": { "locked": {
"lastModified": 1675929344, "lastModified": 1675932962,
"narHash": "sha256-iytvSV60QF7xNWZKcljjMknSgU3uwAcqqlNiqGRzRLQ=", "narHash": "sha256-EmAstwsWB7WQVl4w3a1SaJ6dGw1KH3G/0Q6zgkvwDgs=",
"owner": "voidlizard", "owner": "voidlizard",
"repo": "fixme", "repo": "fixme",
"rev": "e9bb7ccb97649db13b519aa79d1f36bdd1dda55d", "rev": "50c9501e7ea8ff9838f1c340c8c97cbb6bcd8736",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -176,21 +178,6 @@
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": {
"lastModified": 1675760670,
"narHash": "sha256-do2YGWoNUEPnmE0gWkdGJqsfQ2ARJOkzIfWt+gSpNbA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e63fe191354ccc082199b550980e346597c52282",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1675758091, "lastModified": 1675758091,
"narHash": "sha256-7gFSQbSVAFUHtGCNHPF7mPc5CcqDk9M2+inlVPZSneg=", "narHash": "sha256-7gFSQbSVAFUHtGCNHPF7mPc5CcqDk9M2+inlVPZSneg=",
@ -205,7 +192,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_3": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1675931149, "lastModified": 1675931149,
"narHash": "sha256-UcsoOsP9tDlENB1KKdr9EgSmA124id6OxpHb7IpHlD8=", "narHash": "sha256-UcsoOsP9tDlENB1KKdr9EgSmA124id6OxpHb7IpHlD8=",
@ -225,7 +212,7 @@
"fixme": "fixme", "fixme": "fixme",
"haskell-flake-utils": "haskell-flake-utils_3", "haskell-flake-utils": "haskell-flake-utils_3",
"hspup": "hspup", "hspup": "hspup",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_2",
"saltine": "saltine" "saltine": "saltine"
} }
}, },
@ -249,7 +236,7 @@
"suckless-conf": { "suckless-conf": {
"inputs": { "inputs": {
"haskell-flake-utils": "haskell-flake-utils_2", "haskell-flake-utils": "haskell-flake-utils_2",
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1675928120, "lastModified": 1675928120,

View File

@ -10,7 +10,7 @@ inputs = {
hspup.inputs.nixpkgs.follows = "nixpkgs"; hspup.inputs.nixpkgs.follows = "nixpkgs";
fixme.url = "github:voidlizard/fixme"; fixme.url = "github:voidlizard/fixme";
# fixme.inputs.nixpkgs.follows = "nixpkgs"; fixme.inputs.nixpkgs.follows = "nixpkgs";
saltine = { saltine = {
url = "github:tel/saltine/3d3a54cf46f78b71b4b55653482fb6f4cee6b77d"; url = "github:tel/saltine/3d3a54cf46f78b71b4b55653482fb6f4cee6b77d";