forked from auxolotl/templates
Merge pull request #31 from auxolotl/chore/inputs
chore: change to cleanup flake files
This commit is contained in:
commit
821048587f
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue