don't use local nixpkgs
This commit is contained in:
parent
353c0a7ffa
commit
e6dde31148
|
@ -2,8 +2,8 @@
|
||||||
description = "Testing mastodon configurations";
|
description = "Testing mastodon configurations";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
nixpkgs.url = "path:/home/qolen/nixpkgs";
|
# nixpkgs.url = "path:/home/qolen/nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|
Reference in a new issue