aboutsummaryrefslogtreecommitdiff
path: root/examples/system/flake.lock
diff options
context:
space:
mode:
authornotgne22020-09-28 16:17:31 -0700
committernotgne22020-09-28 16:17:31 -0700
commitedaed825650eea32878441d3b8c7eb40e8877882 (patch)
treeba0e313a5cd2711de11e9fe9d973073171519ee5 /examples/system/flake.lock
parent239d0f8999b47e9e76589ee1fa2d9f3459c47335 (diff)
Add examples
Diffstat (limited to 'examples/system/flake.lock')
-rw-r--r--examples/system/flake.lock25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/system/flake.lock b/examples/system/flake.lock
new file mode 100644
index 0000000..a57ff9d
--- /dev/null
+++ b/examples/system/flake.lock
@@ -0,0 +1,25 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1592491430,
+ "narHash": "sha256-7WNpr16iUyjG4caad137nCqxXNTdct202jy05lslZXA=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "07299ff81e58e16b282fe602ce5e629854dfd544",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}