From cab61cb7ad6d27888c28545de909ceeca58e09a6 Mon Sep 17 00:00:00 2001 From: g0dm0d Date: Wed, 27 Dec 2023 23:59:59 +0300 Subject: [PATCH 1/2] fix rust inputs --- rust-toolchain/flake.nix | 2 +- rust/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain/flake.nix b/rust-toolchain/flake.nix index 5d5cc5f..72484c2 100644 --- a/rust-toolchain/flake.nix +++ b/rust-toolchain/flake.nix @@ -2,7 +2,7 @@ description = "A Nix-flake-based Rust development environment"; inputs = { - inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; + nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/rust/flake.nix b/rust/flake.nix index bc10e5b..94dbbe0 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -2,7 +2,7 @@ description = "A Nix-flake-based Rust development environment"; inputs = { - inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; + nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs"; From ca3d0b7853b7032a9cc0660121a0aef4bf71c471 Mon Sep 17 00:00:00 2001 From: g0dm0d Date: Thu, 28 Dec 2023 00:04:33 +0300 Subject: [PATCH 2/2] fix purescript --- purescript/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purescript/flake.nix b/purescript/flake.nix index f9ecc0f..b10ce8e 100644 --- a/purescript/flake.nix +++ b/purescript/flake.nix @@ -2,7 +2,7 @@ description = "A Nix-flake-based Purescript development environment"; inputs = { - inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; + nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; easy-purescript-nix = { url = "github:justinwoo/easy-purescript-nix"; flake = false;