From d0fa6a32927dfbde4dadf61b0eea49b064855584 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Thu, 15 Apr 2021 20:38:32 +0200 Subject: add flake.nix --- flake.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..8ed578a --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1618358082, + "narHash": "sha256-4vyEiTcCk7hRigwcRqDAF86YQbUzALUNxyH8SLG4oeo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "dec334fa196a4aeedb1b60d8f7d61aa00d327499", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-20.09", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.1