aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-17 16:34:42 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-17 16:34:42 +0100
commit80288462f41babf77b3303c9ed758827695c3ada (patch)
treeacf5f97a8fe879a6165730136ee7561d8c333f89 /flake.lock
parentcae9d2a8a2897415b21e3673a99330a4c0a85a58 (diff)
downloadcohpred-80288462f41babf77b3303c9ed758827695c3ada.tar.gz
cohpred-80288462f41babf77b3303c9ed758827695c3ada.zip
Add initial development files
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..4517537
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1684336284,
+ "narHash": "sha256-JFRaAJNSa5Z3/0rcS+ot70uNBb6oP9g6fYPQdCUskcw=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "ab53f08df4fdc9cceb93b128678b5e57846360d0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}