mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Adds unstable file for testing.
This commit is contained in:
parent
ce50b9011e
commit
0e8edcf035
1 changed files with 13 additions and 0 deletions
13
unstable.nix
Normal file
13
unstable.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
let
|
||||
unstable = import
|
||||
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/master)
|
||||
# reuse the current configuration
|
||||
{ config = config.nixpkgs.config; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.protonvpn-cli
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue