summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-20 14:02:00 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-03-20 14:04:16 -0400
commit90f50a60452099946f7a6246eeb594fd3618dcbd (patch)
tree135d961f30f99224fee2cd095dc16a8112db4036 /flake.lock
Initialize with trivial flake config
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..50e92e9
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1616195052,
+ "narHash": "sha256-NEPifITZU/xgUbUCA+rD7TgYstLYY6cT+XXW2Kez5Po=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "941664919391c66997c08ee58a98af55eee32d50",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-20.09",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}