From 03a8f01dfe5fc0f83b05977c0334a2d4b99d53b3 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 18 May 2024 09:28:57 +0100 Subject: [PATCH 1/2] chore: change to nixos/nixpkgs --- c/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/flake.nix b/c/flake.nix index 4798ff9..a79da07 100644 --- a/c/flake.nix +++ b/c/flake.nix @@ -1,10 +1,10 @@ { description = "Aux template for C project"; - inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; outputs = - { self, nixpkgs }: + { nixpkgs, ... }: let forAllSystems = function: From 6d9f867465d60f09c00811d32d4260f76af53452 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 18 May 2024 09:29:07 +0100 Subject: [PATCH 2/2] chore: ignore some inputs --- darwin/flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/darwin/flake.nix b/darwin/flake.nix index b217c08..e3e4b40 100644 --- a/darwin/flake.nix +++ b/darwin/flake.nix @@ -23,13 +23,7 @@ }; outputs = - inputs@{ - self, - nixpkgs, - darwin, - home-manager, - ... - }: + inputs@{ darwin, home-manager, ... }: # we can use the `let` and `in` syntax to define variables # and use them in the rest of the expression let