summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-05-27 17:30:41 (GMT)
committerEelco Dolstra <edolstra@gmail.com>2020-05-27 17:31:01 (GMT)
commitc9a54bb365850dd06d4f43cf442c1553dc340018 (patch)
tree0b0621d7873bdbc5c55bbde3379cdce01d4df451
parent978325def61e0126d13d7936eee51326cbd433d4 (diff)
downloadpatchelf-c9a54bb365850dd06d4f43cf442c1553dc340018.zip
patchelf-c9a54bb365850dd06d4f43cf442c1553dc340018.tar.gz
patchelf-c9a54bb365850dd06d4f43cf442c1553dc340018.tar.bz2
flake.lock: Add
Flake input changes: * Added 'nixpkgs': 'github:NixOS/nixpkgs/48723f48ab92381f0afd50143f38e45cf3080405'
-rw-r--r--flake.lock33
-rw-r--r--flake.nix4
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