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: 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