aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:16 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:16 +0100
commit7e5ab23030c7160f7fea631d457eeba84917e783 (patch)
treecb6ba5beb090025a73050e063b2227d10bb15644 /flake.lock
parentdaf1e49862cfd0fff4fea9736815e14f335ff2c8 (diff)
downloadvericert-7e5ab23030c7160f7fea631d457eeba84917e783.tar.gz
vericert-7e5ab23030c7160f7fea631d457eeba84917e783.zip
Move nix config to flake
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..63ef7a4
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1656083042,
+ "narHash": "sha256-G6m/OAIcmoEWeS+DbU70aNv21QB3kZCtJuUo+33s5VY=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "dc0380bb215ce001fcfccf4609d902115f87ddf9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}