Merge pull request #31 from auxolotl/chore/inputs

chore: change to cleanup flake files
This commit is contained in:
Samuel Shuert 2024-06-12 18:16:24 -04:00 committed by GitHub
commit 821048587f
Failed to generate hash of commit
2 changed files with 3 additions and 9 deletions

View file

@ -1,10 +1,10 @@
{ {
description = "Aux template for C project"; description = "Aux template for C project";
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs = outputs =
{ self, nixpkgs }: { nixpkgs, ... }:
let let
forAllSystems = forAllSystems =
function: function:

View file

@ -23,13 +23,7 @@
}; };
outputs = outputs =
inputs@{ inputs@{ darwin, home-manager, ... }:
self,
nixpkgs,
darwin,
home-manager,
...
}:
# we can use the `let` and `in` syntax to define variables # we can use the `let` and `in` syntax to define variables
# and use them in the rest of the expression # and use them in the rest of the expression
let let