forked from DGNum/colmena
integration-tests: Also run apply test against stable nixpkgs
This commit is contained in:
parent
6bff965a39
commit
0a955d0a4c
5 changed files with 39 additions and 6 deletions
|
@ -2,7 +2,9 @@
|
|||
description = "A simple, stateless NixOS deployment tool modeled after NixOps.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-21.11";
|
||||
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# not yet upstreamed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue