From 03a8f01dfe5fc0f83b05977c0334a2d4b99d53b3 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 18 May 2024 09:28:57 +0100 Subject: [PATCH] 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: