From 93f80f8d4b63e22b79bbbbdabfd08d2a48e93ae3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 4 Jul 2022 11:31:06 +0200 Subject: [PATCH] update flake --- flake.lock | 43 +++++++++++++++++++++++++++++++++++++++++++ flake.nix | 2 ++ 2 files changed, 45 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..b058f65 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1656065134, + "narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1656755932, + "narHash": "sha256-TGThfOxr+HjFK464+UoUE6rClp2cwxjiKvHcBVdIGSQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "660ac43ff9ab1f12e28bfb31d4719795777fe152", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix index 4f37ef9..97cbf95 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,8 @@ gnumake gcc nasm + glibc_multi + qemu ]; # Build inputs are for target platform, app will be linked against those