From a43118eef98b9fa63fda398b60f9159a0ecf0cb1 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 26 Aug 2024 11:03:06 -0300 Subject: [PATCH] chore(flake): bump paste-misterio-me --- flake.lock | 26 ++++++-------------------- flake.nix | 3 +-- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index 970c019a..ed4c4d5c 100644 --- a/flake.lock +++ b/flake.lock @@ -338,35 +338,21 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1720386169, - "narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "194846768975b7ad2c4988bdb82572c00222c0d7", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, "paste-misterio-me": { "inputs": { - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs" + ], "systems": [ "systems" ] }, "locked": { - "lastModified": 1720568674, - "narHash": "sha256-zcmXFetjGKlPAYayM+v1ARXIxRoszuD6xjdWxjpRVC4=", + "lastModified": 1724680683, + "narHash": "sha256-DTg/j7LXvC9TJXn1Idlo9deP5Os+k2iBwK8xIStn1jQ=", "owner": "misterio77", "repo": "paste.misterio.me", - "rev": "43040d3aacec86232410f32022b0203ea40da158", + "rev": "8f2af838574cc538f6fe7efb1c6cd425d2cf6ec8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 82f93b0d..012ef1c0 100644 --- a/flake.nix +++ b/flake.nix @@ -64,8 +64,7 @@ }; paste-misterio-me = { url = "github:misterio77/paste.misterio.me"; - # TODO: fix for rust 1.80 - # inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; }; };