From f8d8afbd170c6f918ed73ce1339017869dafd173 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 30 Oct 2023 15:57:52 -0500 Subject: [PATCH] update pyansi --- flake.lock | 39 ++++----------------------------------- flake.nix | 7 ++++--- poetry.lock | 2 +- 3 files changed, 9 insertions(+), 39 deletions(-) diff --git a/flake.lock b/flake.lock index 8985762..fd83d00 100644 --- a/flake.lock +++ b/flake.lock @@ -18,24 +18,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "make-shell": { "locked": { "lastModified": 1634940815, @@ -90,12 +72,14 @@ }, "poetry2nix": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "flake-utils" + ], "nix-github-actions": "nix-github-actions", "nixpkgs": [ "nixpkgs" ], - "systems": "systems_3", + "systems": "systems_2", "treefmt-nix": "treefmt-nix" }, "locked": { @@ -136,21 +120,6 @@ } }, "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_3": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 77d9b23..da5c75c 100644 --- a/flake.nix +++ b/flake.nix @@ -4,12 +4,13 @@ nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable"; }; + flake-utils = { + url = "github:numtide/flake-utils"; + }; poetry2nix = { url = "github:nix-community/poetry2nix"; inputs.nixpkgs.follows = "nixpkgs"; - }; - flake-utils = { - url = "github:numtide/flake-utils"; + inputs.flake-utils.follows = "flake-utils"; }; make-shell = { url = "github:ursi/nix-make-shell"; diff --git a/poetry.lock b/poetry.lock index 34d5ae6..8bf288c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -302,7 +302,7 @@ develop = false type = "git" url = "https://git.ocjtech.us/jeff/pyansi" reference = "HEAD" -resolved_reference = "58bbd979c319534b145c26938cc511bc67d8dd6e" +resolved_reference = "0c0483022855699b6f22347810f33fb7ce19a676" [[package]] name = "pycodestyle"