Skip to content

Commit

Permalink
add testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 27, 2024
1 parent ffce875 commit dd93328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/configuration.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.hello
];
}
2 changes: 1 addition & 1 deletion test/nixos.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import <nixpkgs/nixos> { configuration = { }; }
import <nixpkgs/nixos> { configuration = ./configuration.nix; }

0 comments on commit dd93328

Please sign in to comment.