mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(ci): use source from master
This commit is contained in:
parent
c8c2f69cc4
commit
1faae85426
1 changed files with 1 additions and 1 deletions
2
ci.nix
2
ci.nix
|
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
nixpkgsSrc = builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz";
|
nixpkgsSrc = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
|
||||||
pkgs = import nixpkgsSrc {};
|
pkgs = import nixpkgsSrc {};
|
||||||
|
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue