From c9a54bb365850dd06d4f43cf442c1553dc340018 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 May 2020 19:30:41 +0200 Subject: flake.lock: Add Flake input changes: * Added 'nixpkgs': 'github:NixOS/nixpkgs/48723f48ab92381f0afd50143f38e45cf3080405' --- flake.lock | 33 +++++++++++++++++++++++++-------- flake.nix | 4 ++-- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 00639c7..5d516b4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,11 +1,28 @@ { - "inputs": { - "nixpkgs": { - "inputs": {}, - "narHash": "sha256-yfhWbT0TL6NiCc5lCXauGsImnpDFNHV7ngjyUYrm6CY=", - "originalUrl": "nixpkgs", - "url": "github:edolstra/nixpkgs/d4a07f018e707b31a0eb7aff3f2838d01d53a0df" - } + "nodes": { + "nixpkgs": { + "info": { + "lastModified": 1590140420, + "narHash": "sha256-ozgGYyqGHoEKvgL00r6G0ht+ODXHuhpfW37IYxAda0A=" + }, + "locked": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "48723f48ab92381f0afd50143f38e45cf3080405", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-20.03", + "type": "indirect" + } }, - "version": 3 + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 5 } diff --git a/flake.nix b/flake.nix index bc24bf4..5ba87db 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { - edition = 201909; - description = "A tool for modifying ELF executables and libraries"; + inputs.nixpkgs.url = "nixpkgs/nixos-20.03"; + outputs = { self, nixpkgs }: let -- cgit v0.12