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

chore: change to cleanup flake files #31

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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