forked from auxolotl/templates
Merge pull request #10 from aemogie/feat/system-nixpkgs-revision
feat(system): change nixpkgs rev to nixos-unstable
This commit is contained in:
commit
aaf3a6ba81
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "A simple system flake using some Aux defaults";
|
description = "A simple system flake using some Aux defaults";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable";
|
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ nixpkgs, ... }:
|
inputs@{ nixpkgs, ... }:
|
||||||
|
|
Loading…
Reference in a new issue