chore: change to cleanup flake files #31

Merged
isabelroses merged 2 commits from chore/inputs into main 2024-06-12 22:16:25 +00:00
Showing only changes of commit 03a8f01dfe - Show all commits

View file

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