Merge pull request #17 from matthewbauer/patch-1
Switch to nixpkgs-unstable channel.
This commit is contained in:
commit
3b0818fb35
|
@ -1,5 +1,4 @@
|
||||||
language: nix
|
language: nix
|
||||||
script:
|
script:
|
||||||
- git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs
|
|
||||||
- nix-build tests/intern.nix
|
- nix-build tests/intern.nix
|
||||||
- nix-build tests/extern.nix
|
- nix-build tests/extern.nix
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
|
||||||
import ./../../nixpkgs/nixos/tests/make-test.nix {
|
import <nixpkgs/nixos/tests/make-test.nix> {
|
||||||
|
|
||||||
nodes =
|
nodes =
|
||||||
{ server = { config, pkgs, ... }:
|
{ server = { config, pkgs, ... }:
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
|
||||||
import ./../../nixpkgs/nixos/tests/make-test.nix {
|
import <nixpkgs/nixos/tests/make-test.nix> {
|
||||||
|
|
||||||
machine =
|
machine =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
Loading…
Reference in New Issue