From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- shell.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 05ba992b..6ada761e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,21 +1,11 @@ { pkgs ? import {}, deploy-rs, nvfetcher }: let - nixWithFlakes = pkgs.symlinkJoin { - name = "nix-with-flakes"; - paths = [ pkgs.nixFlakes ]; - buildInputs = [ pkgs.makeWrapper ]; - postBuild = '' - wrapProgram $out/bin/nix --add-flags '--option experimental-features "nix-command flakes"' - ''; - }; - tai64dec = pkgs.writeShellScriptBin "tai64dec" '' echo $((16#$(${pkgs.daemontools}/bin/tai64n <<<"" | ${pkgs.coreutils}/bin/tail -c +2 | ${pkgs.coreutils}/bin/head -c 16))) ''; in pkgs.mkShell { name = "nixos"; nativeBuildInputs = with pkgs; [ - nixWithFlakes sops wireguard-tools gup -- cgit v1.2.3