summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-08-17 14:53:51 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-08-17 14:53:51 +0200
commit6b3d6452eb0ecd019468eff149b023560360e566 (patch)
tree88197df546363895dc7194d0f1722cc6e803b08f /flake.lock
parentcfd8c7ae131c3654b2895f3e84d45c40dab78c94 (diff)
add flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..d99ebe5
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1660646295,
+ "narHash": "sha256-V4G+egGRc3elXPTr7QLJ7r7yrYed0areIKDiIAlMLC8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "762b003329510ea855b4097a37511eb19c7077f0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}