test
This commit is contained in:
parent
4115236c09
commit
9ca76cd6ce
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
|
||||
inputs = {
|
||||
nixpngs.url = "github:nixos/nixpgs/nixos-23.05"
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
# replace 'joes-desktop' with your hostname here.
|
||||
nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Reference in a new issue