From 51a32008e915712deee330e54c8015f4c6fdf25b Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 30 Oct 2023 15:44:40 +0100 Subject: [PATCH] locked flake --- gcc-devel/flake.lock | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gcc-devel/flake.lock diff --git a/gcc-devel/flake.lock b/gcc-devel/flake.lock new file mode 100644 index 0000000..a8646a0 --- /dev/null +++ b/gcc-devel/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1659914493, + "narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-21.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +}