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: