Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from auxolotl/chore/inputs
Browse files Browse the repository at this point in the history
chore: change to cleanup flake files
  • Loading branch information
TheCodedProf authored Jun 12, 2024
2 parents 76519a3 + 6d9f867 commit 8210485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions c/flake.nix
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 1 addition & 7 deletions darwin/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8210485

Please sign in to comment.