From ce331877a8a5664376a5f4d26f2548ee90564141 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 21 Oct 2023 16:27:54 +0200 Subject: [PATCH] Remove flake and toolchain file I want to use the latest rust version and at the moment, these are just in the way. I'll figure out how to set up the flake again later. --- flake.lock | 48 --------------------------------------------- flake.nix | 27 ------------------------- rust-toolchain.toml | 2 -- 3 files changed, 77 deletions(-) delete mode 100644 flake.lock delete mode 100644 flake.nix delete mode 100644 rust-toolchain.toml diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 3a22ac6..0000000 --- a/flake.lock +++ /dev/null @@ -1,48 +0,0 @@ -{ - "nodes": { - "naersk": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1692178377, - "narHash": "sha256-Ivvz/QjXgy+P9Bl+/J1Tf03oyg1wu7R9cywOZyMLVVk=", - "owner": "nix-community", - "repo": "naersk", - "rev": "9bbe32cccfff5a44b7b75fb818e7739d500a07a7", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "naersk", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1692134936, - "narHash": "sha256-Z68O969cioC6I3k/AFBxsuEwpJwt4l9fzwuAMUhCCs0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "bfd953b2c6de4f550f75461bcc5768b6f966be10", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "naersk": "naersk", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix deleted file mode 100644 index e659ce4..0000000 --- a/flake.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; - - naersk.url = "github:nix-community/naersk"; - naersk.inputs.nixpkgs.follows = "nixpkgs"; - }; - - outputs = { self, nixpkgs, naersk }: - let forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed; - in { - packages = forAllSystems (system: - let - pkgs = import nixpkgs { inherit system; }; - naersk' = pkgs.callPackage naersk { }; - in - rec { - tablejohn = naersk'.buildPackage - { - root = ./.; - nativeBuildInputs = [ pkgs.typescript ]; - }; - default = tablejohn; - } - ); - }; -} diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 78b59f8..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "1.69.0" # Nixpkgs 23.05