forked from auxolotl/templates
chore: change to nixos/nixpkgs
This commit is contained in:
parent
76519a32df
commit
03a8f01dfe
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue