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