From 6400fa00a6fd5633a1cc46faea9428882acb7004 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Sep 2023 19:38:34 -0700 Subject: track nix' master instead of an old release Drop flyctl since I'm not deploying it there anymore. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3906fbe..878be9f 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Franck Cuny's personal website."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/master"; flake-utils.url = "github:numtide/flake-utils"; }; @@ -46,6 +46,6 @@ defaultPackage = self.packages."${system}".container; devShell = - pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git ]; }; + pkgs.mkShell { buildInputs = with pkgs; [ hugo git ]; }; }); } -- cgit 1.4.1